To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2131


User dprina changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'arthit,jeongkyu,jmills,jo|'arthit,dprina,jeongkyu,jm
                        |ergwartenberg,lexivore,pag|ills,joergwartenberg,lexiv
                        |almes'                    |ore,pagalmes'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Jul 21 18:20:24 +0000 
2007 -------
a workaround can be this:

1) create a macro (a personal macro) with the following code:

REM  *****  BASIC  *****

sub MergeAllCells
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:SplitCell", "", 0, Array())
dispatcher.executeDispatch(document, ".uno:MergeCells", "", 0, Array())

end sub

2) Tools -> Personalization -> Symbol toolbars
Note: Sorry ... I have Italian OOo so I don't know if all the English names are
correts

3) select "Formatting" from combo box "Toolbars"

4) press Import button

5) select "OpenOffice.org macro" -> MergeAllCells

6) press Add button

You can now add an icon for it and adjust its position and also can delete the
"join cells" button

I think that the same warkaround can be implemented very easy into the code and
probably it need only few minuts (to search the code)

Ciao
Davide

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to