Re: [dev] Error in m73, building: moduldl2.obj

2005-01-25 Thread Joerg Barfurth
] For additional commands, e-mail: [EMAIL PROTECTED] -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org

Re: [dev] Re: Re: Failure for build of langpack

2005-03-08 Thread Joerg Barfurth
for my language ? Yes. IIRC this error occured, if you first ./configure --with-lang=some language(s), but not sq (or simply ./configure without any --with-lang) and then later ./configure --with-lang=sq without cleaning (at least) the scp2 output directory. HTH, Joerg -- Joerg Barfurth

Re: [dev] Restricting portions of config to admins only?

2005-04-05 Thread Joerg Barfurth
generally end up in a file that is not user-writable. You can't currently manipulate the access control attributes via the API. Manipulating protected data via the administrative API should leave the protection in place. HTH, Joerg -- Joerg Barfurth Sun Microsystems - Desktop

Re: [dev] More than one interface inside a .idl file

2005-04-29 Thread Joerg Barfurth
+per+Component+File Only the methods of the last interface appear in the insert function wizard of Calc... Maybe you should submit a bug (that the system should throw an exception when it finds multiple RegistrationClass entries :-o ) Ciao, Joerg -- Joerg Barfurth Sun Microsystems

Re: [dev] error on head

2005-04-29 Thread Joerg Barfurth
Apr 29 09:18:55 2005 (00:03 min.) dmake: Error code 255, while making 'openoffice_ENUS' '---* tg_merge.mk *---' Looks like wrong configuration. What was your configure line? Are you accidentally using a configure from 1.1.x? Ciao, Joerg -- Joerg Barfurth Sun Microsystems - Desktop

Re: [dev] Trimming down OpenOffice distribution

2005-05-08 Thread Joerg Barfurth
Hi, Zorb Live wrote: I'm using OpenOffice in a Java-based program on Linux via the API to convert .ppt files to raster images. It's working great, and is tremendously useful--hats off! Now that it's working, I'd like to somewhat reduce the size of the OpenOffice distribution that I'm

Re: [dev] Open Office Development

2005-05-23 Thread Joerg Barfurth
even view source for each of our projects online in your browser. At http://www.go-ooo.org there also is a LXR browser to explore the codebase. Ciao, Jörg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer

Re: [dev] remove .xcu files [using configimport?]

2005-06-23 Thread Joerg Barfurth
there is no corresponding schema.Then every user would have to run that program. But that program hasn't even been written yet. You can file an RFE, but it won't get a high priority atm. Ciao, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer

Re: [dev] re: protocol handler is not being called

2005-06-30 Thread Joerg Barfurth
, the system will invoke soffice.com, which will in turn invoke soffice.exe with stdio connected to the command shell. (swriter is only a wrapper that invokes soffice) HTH, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer

Re: [dev] Can 2.0 use response files?

2005-07-07 Thread Joerg Barfurth
? If not then what option(s) is available to duplicate this functionality? General answer, see: http://installation.openoffice.org/servlets/ReadMsg?listName=devmsgNo=825 More detail about Windows/MSI: http://installation.openoffice.org/servlets/ReadMsg?listName=devmsgNo=829 HTH, Joerg -- Joerg Barfurth

Re: [dev] OSL_VERIFY and other diagnostics

2005-08-31 Thread Joerg Barfurth
. Of course if there are cases like simple OSL_VERIFY(a==b), that indicates that developers need to be better educated about our debug macros and their meaning (and yes, consolidating the macro zoo should help here). Ciao, Jörg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using

Re: [dev] compiler warnings: STLport; doubunder; OSL_VERIFY

2005-08-31 Thread Joerg Barfurth
. If people use it for expressions without side effects that is an education problem. If there is a range of different diagnostic macros available I'd expect them to have different semantics. And before using one of them a developer should know what it does. Ciao, Jörg -- Joerg Barfurth

Re: [dev] compiler warnings: STLport; doubunder; OSL_VERIFY

2005-08-31 Thread Joerg Barfurth
Hi, Kay Ramme - Sun Germany - Hamburg wrote: Joerg Barfurth wrote: It is the very purpose of OSL_VERIFY to evaluate the expression regardless of debug level. For expressions without side effect OSL_ASSERT/OSL_ENSURE should be used instead. It is used to avoid cluttering the code

Re: [dev] compiler warnings: STLport; doubunder; OSL_VERIFY

2005-09-02 Thread Joerg Barfurth
, Jörg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org

Re: [dev] Where does com.sun.star.script.BasicIDE come from?

2005-09-23 Thread Joerg Barfurth
for this is in module solenv. HTH Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org

Re: [dev] Example of use of the configuration

2005-10-13 Thread Joerg Barfurth
, you can have your macro read or write the data at any time. The data is loaded when it is first read and then kept in memory (unless it isn't referenced in 15 minutes, in which case it may get unloaded). HTH, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std

Re: [dev] Getting started - make troubles

2005-10-24 Thread Joerg Barfurth
, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org

Re: [dev] Question about installing only a single module

2005-10-26 Thread Joerg Barfurth
should not need any of these. For a full-featured writer installing spellcheck, gnome-integration and pyuno is still recommended. Ciao, Jörg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED

Re: [dev] warnings01: reftotemp

2005-10-28 Thread Joerg Barfurth
of a member access operator. I don't think that warning is useful (in almost all cases). So, if there are no objections, I would switch off the reftotemp warning globally for all unxsol platforms. +1 Ciao, Jörg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std

Re: [dev] How to remove a xcu-file from userspace

2006-01-10 Thread Joerg Barfurth
a configuration manager for StarOffice that allows doing this through a web-based interface. -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http

Re: [dev] How to remove a xcu-file from userspace

2006-01-11 Thread Joerg Barfurth
) the finalized state itself. To me that is an unfortunate inconsistency. unfortunate. Ciao, Jörg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http

Re: [dev] How to compile OpenOffice ?

2006-01-19 Thread Joerg Barfurth
which version was broken for you, if the above link doesn't already tell you so. BTW: The most topical list for build issues is [EMAIL PROTECTED],org Ciao, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer

Re: [dev] No TypeDetection.xml in Ooo 2.0?

2006-02-06 Thread Joerg Barfurth
for your filter. HTH, Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] Thin Client Software - To unsubscribe, e-mail

Re: [dev] warnings01: Windows C4355 'this' : used in base member initializer list

2006-03-08 Thread Joerg Barfurth
of this, so I don't need to check myself). -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] Thin Client Software

Re: [dev] warnings01: Windows C4355 'this' : used in base member initializer list

2006-04-10 Thread Joerg Barfurth
-- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org - To unsubscribe

Re: [dev] Arbitrary file from within a UNO package

2006-04-26 Thread Joerg Barfurth
xPropertySet = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xViewRoot ); dataPath = (String)xPropertySet.getPropertyValue(dataPath); HTH - Joerg -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software

Re: [dev] finalized configuration and security

2006-07-13 Thread Joerg Barfurth
/micro_deployment.html [2] Uno Bootstrap Specification http://udk.openoffice.org/common/man/concept/default_bootstrapping.html -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer [EMAIL PROTECTED] OpenOffice.org

Re: [dev] how to create your own configuration reader in OpenOffice.org (configmgrrc)

2006-07-13 Thread Joerg Barfurth
/SingleLayerStratum.html [2] Reference documentation for MultiLayerStratum service http://api.openoffice.org/docs/common/ref/com/sun/star/configuration/backend/MultiLayerStratum.html -- Joerg Barfurth Sun Microsystems - Desktop - Hamburg using std::disclaimer Software Engineer

Re: [dev] RestrictedPath working under Windows?

2006-07-14 Thread Joerg Barfurth
Hi, Frank Schönheit - Sun Microsystems Germany schrieb: I would also be interested in changing RestrictedPath from an environmental variable to a configuration (.xcs/.xcu) setting. Is there a specific reason an environment variable was chosen over a configuration setting? The idea was to

Re: [dev] configmgr patch more data ...

2006-09-21 Thread Joerg Barfurth
Hi Michael, Michael Meeks schrieb: On Wed, 2006-09-13 at 12:22 +0200, Joerg Barfurth wrote: Looks good. I fixed your issues; thanks for the feedback, I attach the improved patch. I also expanded the cache to some more fields that are broadly constant, and split it into 1 cache per re

Re: [dev] paths configuration in v2.0.4

2006-10-20 Thread Joerg Barfurth
Allen Pulsifer schrieb: I'm looking over the new Path's configuration and it seems to me the implementation is awkward and does not follow the usually configuration paradigm. In OpenOffice.org v2.0.3 and prior, paths were configured via org.openoffice.Office.Common/Path/Default and