Re: [dev] OOo 3.0 crashes on Mac

2009-02-24 Thread Robert Vojta
On Wed, Feb 25, 2009 at 8:17 AM, Karthik Sudarshan wrote: Hi, > The bug is in the way OpenOffice port of MacOS, inits the JVM. Is this a > known issue? Should I file a bug for the same? it's a known bug and issue was already reported. -- R

Re: [dev] Listening for document events.

2008-07-11 Thread Robert Vojta
ents/Addons/ProtocolHandlerAddon_java Protocol handler in Java can be generated by the OpenOffice.org plug-in in the NetBeans for you. Create new project OpenOffice.org Addon ... HTH, -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PRO

Re: [dev] Proposal : tar.gz packages for Linux as default for CWS builds

2008-07-02 Thread Robert Vojta
ation directories otherwise you can rewrite your production environment settings. It's enough to use -env:UserInstallation switch when starting OO.o. -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [dev] Who draws the gray area around text documents?

2008-06-23 Thread Robert Vojta
y my own menu. http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Intercepting_Context_Menus -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] problem with exe installing oxt

2008-05-28 Thread Robert Vojta
ese files outside .oxt? There is API, which gives you a possibility to access files in .oxt, so, you can easily include them in .oxt too. P.S. Do not cross post you questions to dev and dev-api mailing lists, thanks. -- Robert Vojta -

Re: [dev] Data from cell of xTexttable

2008-05-14 Thread Robert Vojta
ll object. -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Portable + PE + unattended version for OpenOffice

2008-04-25 Thread Robert Vojta
re saved. it's already done. You can download OpenOffice.org portable at: http://portableapps.com/apps/office/openoffice_portable Regards, -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[dev] TextTable structure

2008-04-16 Thread Robert Vojta
d I use completely different approach? Regards, -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] GoOOoCon2008 / Prague ...

2008-03-07 Thread Robert Vojta
rectly to Michael, Novell, in your blog, ... Anyone else wants to start virtual fight against Sun, Novell, SCA, JCA, LGPL, GPL, ... for whatever reason here? Me not, so, please, try to resolve these things off-list. Thanks! -- Robert Vojta ---

Re: [dev] how to use ClassLoader.getSystemResource(file) inside an extension ?

2008-03-07 Thread Robert Vojta
OO Extensions" on "Tue, Jan 22, 2008 at 2:13 PM". Or just search for "Classpath" in this mailing list. -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Extension not working with open office separately

2008-03-07 Thread Robert Vojta
rg/issues/show_bug.cgi?id=83603 Maybe it has something to do with this issue, because this is the case when I saw the same error message (about wrong configured Java). -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [dev] how to use ClassLoader.getSystemResource(file) inside an extension ?

2008-03-06 Thread Robert Vojta
On Thu, Mar 6, 2008 at 8:07 PM, Oliver Brinzing <[EMAIL PROTECTED]> wrote: Hi, > i try to load some *.xsd files for schema validation out of a jar file. .xsd is in the same .jar file as your extension? If yes, getClass().getResource( "/path/in/my/jar/something.xsd" ) shoul

Re: [dev] Extension not working with open office separately

2008-03-06 Thread Robert Vojta
& install view) ... a) Create OXT and manual installation ( Tools - Extension Manager ) b) Deploy OpenOffice.org Extension c) Deploy and Run Extension in OpenOffice.org ... if not, it is probably a bug and should be reported. -- Robert Vojta --

Re: [dev] Help in menu item functionality

2008-02-28 Thread Robert Vojta
wCursor xTVC = xTVCSupplier.getViewCursor(); xTVC.getString() & xTVC.setString() are your friends. ... if you're looking for more complicated selections, you should search for XSelectionSupplier, TextView, etc. This topic is covered in Developer'

[dev] Re: UserDefinedAttributes - instantiate AttributeContainer

2008-02-06 Thread Robert Vojta
On Feb 6, 2008 8:01 PM, Robert Vojta <[EMAIL PROTECTED]> wrote: > When UserDefinedAttributes property is set, everything works for me. > But when this property is not set, I have no idea how to create new > AttributeContainer. Any idea? Again, found solution few minutes after

[dev] UserDefinedAttributes - instantiate AttributeContainer

2008-02-06 Thread Robert Vojta
eContainer (implemented interface XNameContainer), but it doesn't work too. When UserDefinedAttributes property is set, everything works for me. But when this property is not set, I have no idea how to create new AttributeContainer. Any idea? Regards, Robert -

Re: [dev] Is it possible to use openoffice inside a SWING application?

2007-12-06 Thread Robert Vojta
Developer's Guide (accessible from http://api.openoffice.org/). -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Java - Lock part of the table

2007-10-18 Thread Robert Vojta
s possible? Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Custom data inside OpenDocument

2007-10-15 Thread Robert Vojta
stomProperty", "a Custom > > Value") > > It's important to use the "REMOVABLE" attribute so that it is > immediately discernible that this property is not a "built-in" one. It works in StarBasic, thanks. But

Re: [dev] Custom data inside OpenDocument

2007-10-14 Thread Robert Vojta
n in my previous email). I tried this in StarBasic and in Java before I sent my mail, but no success. Interesting thing is that no exception is raised in Java. Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED]

[dev] Custom data inside OpenDocument

2007-10-12 Thread Robert Vojta
sible (special position, special color, ...). You can assign custom attributes to this shape to store your data. But I don't like this solution. Is there a generic way how to store custom data within a document and within an object (like table) inside document? Best regards, Robert Vojta -- Ro

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Robert Vojta
'm sorry for this useless thread. -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Robert Vojta
on is - following piece of code / API ... http://udk.openoffice.org/java/examples/wsproxy/component_description.html ... is still alive somewhere inside OO.o or it was completely removed? Regards, Robert -- Robert Vojta -

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-05 Thread Robert Vojta
tension, is there a way how to call SOAP functions from Basic? Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] OpenOffice.org BASIC and SOAP

2007-09-05 Thread Robert Vojta
cause this question is from year 2004. All these ProxyFactory, ... classes are missing. Any idea? Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Registry cache - Recent documents list

2007-03-27 Thread Robert Vojta
On 3/27/07, Robert Vojta <[EMAIL PROTECTED]> wrote: do you know which CWS contains this fix? So I can backport it to my 2.1? Or this a big change, so it is not recommend to backport this change? I just found it ... The change is diffed here ... http://www.go-ooo.org/bonsai/cvsvie

Re: [dev] Registry cache - Recent documents list

2007-03-27 Thread Robert Vojta
change? Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Registry cache - Recent documents list

2007-03-27 Thread Robert Vojta
under the File -> Recent Documents menu item? Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Internal neon and SSL/TLS support

2006-11-23 Thread Robert Vojta
o hear more opinions about new external openssl project. Next thing is, that I'm looking for people to test this change - at least for Solaris and Mac OS X platforms. Volunteers? -- Robert Vojta - To unsubscribe, e-mail: [EMAI

[dev] Internal neon and SSL/TLS support

2006-11-23 Thread Robert Vojta
only, because I can imagine that we can use SSL layer somewhere else too. Any comments? -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Integration of the OpenOffice.org page into the Firefox browser

2006-11-07 Thread Robert Vojta
rc|png) -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Help icons - dynamic change

2006-11-02 Thread Robert Vojta
help contains different icons than running OpenOffice.org. Regards, Robert -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] How to store sensitive information

2006-11-01 Thread Robert Vojta
s hint ... In what way is the Mozilla approach different to our current one? As you wrote, there's no difference. I meant that it's better to use Mozilla's approach, which is same as OO.o approach (didn't know this), than to use different backends for different plat

Re: [dev] How to store sensitive information

2006-10-31 Thread Robert Vojta
configuration backend fits all needs for this feature. -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] How to store sensitive information

2006-10-31 Thread Robert Vojta
Why not instead making OOo aware/a client of gnome-keyring manager? What about KDE users? Other platforms - Windows, Mac OS X? Answer is simple - I need to store passwords on all available platforms - like Firefox does. -- Robert Vojta

Re: [dev] How to store sensitive information

2006-10-30 Thread Robert Vojta
ore this kind of information. Safely. -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] How to store sensitive information

2006-10-30 Thread Robert Vojta
Hallo, does OpenOffice.org provide a framework for storing sensitive information? Like passwords? Anything like Gnome Keyring Manager, ...? -- Robert Vojta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[dev] Java & XDialogProvider and dialog in the same uno package

2005-10-21 Thread Robert Vojta
"true" dlg:title="Vlnka"> ... Anyone know where can be a problem? I can't use dialogs from the same UNO package? I can't use XDialogProvider.createDialog in the dispatch() function of the protocol handler? Or ...? Best regards, Robert -

Re: [dev] Toolbar add-ons - Text, Combo Box entries

2005-10-18 Thread Robert Vojta
On Tue, 2005-10-18 at 07:46 +0200, Matthias Benkmann wrote: Hallo Matthias, > There is a thread about adding a ComboBox to a toolbar: > > http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=14674 great, thanks. I completely missed this thread. Regards, Robert -- Robe

[dev] Toolbar add-ons - Text, Combo Box entries

2005-10-17 Thread Robert Vojta
else than buttons and menu entries. Is this possible? Regards, Robert -- Robert Vojta http://blog.vojta.name/ Avoid the Gates of Hell. Use Linux (Unknown source) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [dev] Automate export to PDF

2005-10-04 Thread Robert Vojta
some webpage few months ago with similiar thing, but I can't find it now :( I tried Google and found this - ServOO http://www.servoo.net/. It's written in Java, some conversion, maybe it can help you too. Regards, Robert -- Robert Vojta http://blog.vojta.name/ "It's God. No, not

Re: [dev] Compilation error on suse 9.3

2005-09-03 Thread Robert Vojta
g /usr/include/cups /usr/include/cups/cups.h /usr/include/cups/http.h /usr/include/cups/image.h /usr/include/cups/ipp.h /usr/include/cups/language.h /usr/include/cups/md5.h /usr/include/cups/ppd.h /usr/include/cups/raster.h /usr/lib/libcups.a /usr/lib/libcupsimage.a echelon:/opt/suse-9.3 # -- Rob

Re: [dev] ConvertToURL and ConvertFromURL alternatives in C++

2005-06-16 Thread Robert Vojta
emPath osl::FileBase::getAbsoluteFileURL ... Look at SDK/examples/cpp/DocumentLoader for example. -- Robert Vojta http://blog.vojta.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [dev] Wants a start in OpenOffice development.

2005-05-23 Thread Robert Vojta
ou are modifying just few components when you're developing, so, the rebuild time is very low. And you can save another time with ooo-build and ooinstall -l, etc. -- Robert Vojta http://blog.vojta.name/ - To unsubscribe, e-m

[dev] Addons.xcu and the name of the OfficeToolBar

2005-05-22 Thread Robert Vojta
bar name in the developer's guide and google can't help me too ... Regards, Robert -- Robert Vojta http://blog.vojta.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Future of source - OOo

2005-05-11 Thread Robert Vojta
Daniel Carrera pÃÅe v St 11. 05. 2005 v 07:57 -0400: > I think it makes more sense for someone (you?) to make a Mono-UNO bridge > so people can write extensions in C#. Look at http://cvs.gnome.org/viewcvs/ooo-build/patches/mono/ -- Robert Vojta http://blog.vojt

Re: [dev] loading documents

2005-05-11 Thread Robert Vojta
. But this is not the OpenDocument format case. -- Robert Vojta http://blog.vojta.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-05-06 Thread Robert Vojta
d first [3]. [1] http://download.openoffice.org/680/sdk.html#sdk [2] http://api.openoffice.org/docs/DevelopersGuide/Spreadsheet/Spreadsheet.htm#1+6+Spreadsheet+Add-Ins [3] http://go-oo.org/ -- Robert Vojta http://blog.vojta.name/ ---

Re: [dev] Linux distros

2005-03-14 Thread Robert Vojta
on (= supported platforms) is discussed there. Regards, Robert -- Robert Vojta http://blog.vojta.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Linux distros

2005-03-14 Thread Robert Vojta
ntegration package (theme, file pickers, ...). If you are using Gnome and SuSE, you need suse-menus and gnome-integration packages. o you should show them how to create tarballs from the RPM packages http://blog.vojta.name/archives/2005-03-03T09_