Re: [dev] How to add a submenu to an OfficeMenuBar ?

2006-06-12 Thread Carsten Driesner

Oliver Brinzing wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I want to add a submenu to an OfficeMenuBar.
 seems only valid for toplevel menu's ...

any hints ?

Hi Oliver,

This is currently not possible with the Addons.xcu file. We are working 
on an enhancement to support this for OOo 2.0.4. Please have a look at 
the following technical concept paper, which describes how this can be 
achieved.


http://framework.openoffice.org/files/documents/25/3548/file_3548.dat?filename=Technical%5fconcept%5f%2d%5fExtension%5fof%5fAdd%2dons%5fto%5fmerge%5finto%5fmenu%20bar%2eodt

Regards,
Carsten

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



Re: [dev] How to run from solver

2006-06-12 Thread Chris

Hi Elke,

many thanks. I will try that.

Cheers

Chris

Eike Rathke wrote:

Hi Chris,

On Wed, Jun 07, 2006 at 22:19:33 +0200, Chris wrote:

  
Question: How can I install my build in a separate directory without 
affecting

the package system? Is it possible to run OO directly from the source tree ?



You can use the following commands to unpack the DEBs and copy
everything to an installation directory, note that you may want to
exclude the openoffice.org-*-integration_* packages to not clutter up
your desktop, so move them away first.

mkdir temppath
cd temppath
for x in PathToDebs/*.deb; do alien --to-tgz --generate $x; done
mkdir YourInstPath
cp -av */opt/openoffice.org2.0/* YourInstPath

Then edit YourInstPath/program/bootstraprc to let UserInstallation point
to a path not interferring with your work environment. Do this before
running OOo the first time.

If building RPMs,
ftp://ftp.stardiv.de/pub/OpenOffice.org/developer/install_scripts/
has some scripts to install RPMs in userland.

  Eike

P.S.: As you're not subscribed to the mailing list you were posting to,
you will miss replies that are directed to the list only. When answering,
please reply only to the list (Reply-To header is set), not to my
personal account. Thanks.

  


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



[dev] Problems with paste

2006-06-12 Thread Knut Olav Bøhmer

Hi, I'm looking for the documentation of Uno:paste, and what arguments
that this function can take. I'm hoping it could solve some problems
that I have.

Or if someone maybe knows the solution, pleas tell me.

I'm inserting a bookmark into a document, then pasting from clipboard.
The problem is that the bookmark is moved to the end of the pasted
content. I want the inserted text to come after the bookmark.

ThisComponent.Text.insertTextContent(ViewCursor, Bookmark, False)
VireCursor.gotoRange(ThisComponent.Bookmarks.getByName("Bookmark").getAnchor(),
False)
oDispatcher.executeDispatch(ThisComponent.CurrentController.Frame,
".uno:Paste", "", 0, Array())



--
Knut Olav Bøhmer

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



Re: [dev] Wiki Extension: DynamicPageList2

2006-06-12 Thread Kay Ramme - Sun Germany - Hamburg

Stefan, Michael,

you are maintaining the OOo wiki, any comments on this extension?

Thanks

Kay

Kay Ramme - Sun Germany - Hamburg wrote:

Hi all,

could we add this

 http://meta.wikimedia.org/wiki/DynamicPageList2

extension to the OOo wiki? It allows to generate page lists of 
particular categories (similar to what I try to achieve with my 
redirects in the UNO Wiki (http://wiki.services.openoffice.org/wiki/Uno) 
:-) .


Kay

-
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]