Re: [api-dev] Re: Does OOoBean.setToolBarVisible() not work?

2005-01-19 Thread Mathias Bauer
the toolbars from OOo1.x anymore. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [api-dev] Menu control

2005-03-04 Thread Mathias Bauer
to use XML files. The new API for menus is a dynamic way to change the menu at runtime, f.e. to extend it for components added to the installation. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam

Re: [api-dev] Menu control

2005-03-09 Thread Mathias Bauer
opportunity for removing some deprecated stuff. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail

Re: [api-dev] setting OOo options

2005-03-11 Thread Mathias Bauer
out more about it in the Developers Guide and maybe in other sources. Additionally you must find out the configuration path name of the setting you want to change. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL

Re: [api-dev] Problem with insertDocumentFromURL

2005-03-15 Thread Mathias Bauer
check if the same happens when you insert the file from the GUI. In that case you could file and issue against the Writer component. Otherwise I hope that a Writer API expert has an idea what is going wrong. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project

Re: [api-dev] Up to date IDL and slots

2005-03-15 Thread Mathias Bauer
for OOo2.0. Will be done pretty soon. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL

Re: [api-dev] Closing a Document

2005-03-16 Thread Mathias Bauer
are open. (2) If yes: just close the frame by calling close(True). (2) If No: ask controller if it can be closed by calling suspend(True) (2) If controller agrees, call setCompontent(0,0) at the frame. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please

Re: [api-dev] XDispatch, oo macro parameters, macro libraries

2005-03-18 Thread Mathias Bauer
. Parameters are passed as strings. I can't answer your second question (forcing a lib to be loaded when macro called via XDispatch) safely, so I better wait for somebody else. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL

Re: [api-dev] detecting the version of OOo you're connected to, or which services are available

2005-04-06 Thread Mathias Bauer
this. What general Exception are you talking about? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe

Re: [api-dev] detecting the version of OOo you're connected to, or which services are available

2005-04-07 Thread Mathias Bauer
a css.lang.ServiceNotRegisteredException. Maybe it's described in the Developers Guide? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] windows bootstrap against multiple installed versions - 1.x will always trump newer version

2005-04-07 Thread Mathias Bauer
in OOo1.1.4 or maybe 1.1.3). Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [api-dev] bug in windows OOo 1.1.4 bootstrap - InvocationTargetException

2005-04-12 Thread Mathias Bauer
for our API users. But I assume that this will take some time. Anyway, thanks for bringing this up. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: AW: [api-dev] XTextDocument in OOoBean

2005-04-14 Thread Mathias Bauer
is better??? There is no real difference. The first code example does exactly the same, but hidden behind the getDocument() method. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Copying non-Western document language

2005-04-15 Thread Mathias Bauer
, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [api-dev] How-To insert an OLE document into Writer by macro

2005-04-15 Thread Mathias Bauer
(com.sun.star.text.TextEmbeddedObject) obj.CLSID=47BBB4CB-CE4C-4E80-A591-42D9AE74950F sel = ThisComponent.CurrentController.Selection range = sel.getByIndex(0) obj.attach( range ) For Excel object you need the OLE ClassID from Excel and of course Excel. Best regards, Mathias -- Mathias Bauer

Re: [api-dev] How-To insert an OLE document into Writer by macro

2005-04-15 Thread Mathias Bauer
the XDocumentInsertable interface (as Writer does), so I don't know how you can load an existing Calc document into an empty one. Maybe somebody else knows. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED

Re: [api-dev] writing writer doc to stream unpacked

2005-04-24 Thread Mathias Bauer
want to have unpacked XML in a stream you should use the flat XML filter that puts alltogether in one file. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Re: [users] 1.9.95 script calling Calc built-in functions

2005-04-26 Thread Mathias Bauer
the service manager itself. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [api-dev] OOoBasic or Python?

2005-04-26 Thread Mathias Bauer
-- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Macro to load kbd-config file containing assigned macros

2005-05-03 Thread Mathias Bauer
Ennio-Sr wrote: THIS IS A REMINDER OF MY PREVIOUS POST: AND THIS IS A REMINDER TO MY ANSWER TO YOUR PREVIOUS POST. Get my answer from the archive. Before you repost your mail you should at least reply to answers you already got, shouldn't you? Best regards, Mathias -- Mathias Bauer

Re: [api-dev] Macro to load kbd-config file containing assigned macros

2005-05-09 Thread Mathias Bauer
regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [api-dev] IDL for the TextDocument service

2005-05-12 Thread Mathias Bauer
Department LinuxOffice Migration wrote: 2005/5/12, Mathias Bauer [EMAIL PROTECTED]: Anyway, in all cases (no documentation, derived or versioned services) you need to use queryInterface to get the desired interface and you need to check the return value, Technically yes, but in practice

Re: [api-dev] Lost e-mail

2005-05-12 Thread Mathias Bauer
not receive a copy of the message, nor did a collegue of mine who I know is subscribed. Any ideas what has happened? I got your mail, maybe you where a victim of the mail server outage last week. Best regards. Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please

Re: [api-dev] Macro disabled when document opened with LoadComponentFromURL (bug?)

2005-06-03 Thread Mathias Bauer
(ALWAYS_EXECUTE) and UpdateDocMode=3(FULL_UPDATE) will allow to execute every macro without confirmation. Please note that UpdateDocMode also allows for other updates that might happen on loading (updating of links, styles from templates etc.). HTH, Mathias -- Mathias Bauer - OpenOffice.org Application

Re: [api-dev] Exported Interface of Selection

2005-06-13 Thread Mathias Bauer
-- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] XComponentLoader returns null (JAVA)

2005-06-14 Thread Mathias Bauer
that comes up shows a possible proplem for loading via API. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Crash during document closing (Java)

2005-06-14 Thread Mathias Bauer
a report ID or did you enter you email address into the report so that it can be found in the database? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Crash during document closing (Java)

2005-06-14 Thread Mathias Bauer
Andreas Bröker wrote: Hello Mathias, yes - i have entered my mail address. Hm, I couldn't find any report with [EMAIL PROTECTED] in the report database. Is that the address you gave in the report? And when did you send it? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application

Re: [api-dev] Problem with xstorable.storeToURL

2005-06-17 Thread Mathias Bauer
regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [api-dev] How stable is the Java API ?

2005-06-20 Thread Mathias Bauer
threading problems, general leaks etc. Can you provide us with a ready to run testcase? Then please create an issue and attach the testing code to it. Another interesting test would be using OOo Basic or another method to execute the code (Java or C++) in-process. Best regards, Mathias -- Mathias

Re: [api-dev] How stable is the Java API ?

2005-06-20 Thread Mathias Bauer
Andreas Bröker wrote: Hello, have anybody an idea for a workaround. Sorry, but why do you need a workaround for an artificial problem that doesn't exist in real life code? I doubt that you ever will have the loop you posted as a part of a real program. Best regards, Mathias -- Mathias

Re: [api-dev] How stable is the Java API ?

2005-06-20 Thread Mathias Bauer
-- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] How stable is the Java API ?

2005-06-20 Thread Mathias Bauer
of memory situations could cause crashes also as you suggested, so we need call stack traces for crashes that appear in load-print/export/save cycles to verify wether this is such a situation or something different (some real crashes ;-)). Best regards, Mathias -- Mathias Bauer - OpenOffice.org

Re: [api-dev] How stable is the Java API ?

2005-06-21 Thread Mathias Bauer
this bug hits you (or Andreas) in your real applications nobody can suggest a workaround. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Problem with loadComponent when OpenOffice 2 runs on windows

2005-06-21 Thread Mathias Bauer
) UnoRuntime.queryInterface( com.sun.star.task.XInteractionHandler.class, oHandler ); Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Problem with loadComponent when OpenOffice 2 runs on windows

2005-07-04 Thread Mathias Bauer
with the lowercase 'h', InteractionHandler is of course correct. Do you have a display connected to your remote office? Obviously a dialog pops up there and waits for operation, exactly as I would expect an interaction handler to do. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application

Re: [api-dev] Any way to combine multiple actions into one undo-able action ?

2005-08-29 Thread Mathias Bauer
Patrik Fimml wrote: Mathias Bauer wrote: CPH wrote: Hi, I have a button on my UI which performs several actions thru API calls. Is ther anyway which I can get all of these actions to be considered one atomic action by the Undo/Redo mechanism ? Not ATM. But we are currently

Re: [api-dev] UNO packages and events

2005-09-12 Thread Mathias Bauer
document. IIRC this should be described in the Developers Guide (chapter Document Events). Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Python equivalent to com.sun.star.comp.helper.Bootstrap.bootstrap()?

2005-09-13 Thread Mathias Bauer
way of establishing a UNO connection is an obstacle for beginners and very often annoying for others. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] How to instantiate a service in soffice process?

2005-09-21 Thread Mathias Bauer
. (integration into File-New and File-Open etc.)? Or do you want to provide a component that works on top of the documents of OOo and should integrate with the GUI of them (menus, toolbars etc.)? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] [Code Snippet] Split up documents into document fragments

2005-10-14 Thread Mathias Bauer
, and copies the fragment into a blank document. This will copy almost every thing in the 30 lines including text, tables and graphics. Isn't that something for our code snippets database? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] multiple-inheritance interafces and method name clashes

2005-10-14 Thread Mathias Bauer
of language bindings that they need to take care of this problem. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] improving macro for merge mail

2005-10-14 Thread Mathias Bauer
be the same as if you inserted the already loaded one after the content of the one you still haven't loaded. But perhaps I misunderstood your goal. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED

Re: [api-dev] multiple-inheritance interafces and method name clashes

2005-10-17 Thread Mathias Bauer
might not want to do so (at least in Basic). Then Stephan has his point that the resulting code is fragile: even if it works ATM it can break later when a new interface is added to an object that introduces a name clash. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework

Re: [api-dev] multiple-inheritance interafces and method name clashes

2005-10-17 Thread Mathias Bauer
Rony G. Flatscher wrote: Mathias Bauer wrote: E.g., in the ooRexx support for UNO/OOo the connection-routine looks like: - cut here - ::routine UNO.connect public parse arg unoURL -- retrieve the argument, if any xContext=.UNO~Bootstrap~bootstrap

Re: [api-dev] Returnvalues from Macros

2005-10-20 Thread Mathias Bauer
. A dispatched macro can't return a value. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL

Re: [api-dev] window position of components container window

2005-10-24 Thread Mathias Bauer
on FreeBSD (should be the same for Linux?) the position is always 0,0. Can you test it on Linux? Anyway you can create an issue for the gsl team. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam

Re: [api-dev] window position of components container window

2005-10-24 Thread Mathias Bauer
for tests: yes, this is a known problem in this version. It should work in OOo2.0. Would it make sense to file an issue for 1.1? No, we will not fix any issues in 1.x instead of security bug fixes. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead

Re: [api-dev] Convert a presentation to PDF from Java

2005-10-25 Thread Mathias Bauer
in the IDL reference and the Developers Guide (both available in the SDK and the api.openoffice.org Website), the Java UNO Runtime classes are described in the reference documentation in the SDK. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] window position of components container window

2005-10-25 Thread Mathias Bauer
copy a complete OOo2.0 installation somewhere else(!). On windows you also can install a second copy of OOo2.0 with setup /a. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] window position of components container window

2005-10-26 Thread Mathias Bauer
, Mathias Andrew Jensen wrote: Mathias, You just made my month... Thanks Mathias Bauer wrote: Hi Andrew, Andrew Jensen wrote: Ok, never mind..I figured out what I was doing wrong..I can run writer now, while my import script is running... Sorry, for the misunderstanding. Andrew

Re: [api-dev] new incubator : Call for Name

2005-10-26 Thread Mathias Bauer
regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [api-dev] Re: [dev] new incubator : Call for Name

2005-10-27 Thread Mathias Bauer
. But there are other potential extensions of OOo that e.g. can be deployed as a package and that are not (technically spoken) addons. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] macro doesn't run

2005-11-03 Thread Mathias Bauer
, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [api-dev] New document type information

2005-11-04 Thread Mathias Bauer
or if you want to try the native window approach. Then we can talk again. :-) Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] SDK 2.0

2005-11-04 Thread Mathias Bauer
to use the linuxIntel version? Did you try to go over api.openoffice.org? On the left side of this page is a link to the SDK and from there you should find the download site where an SDK for the milestone m2 can be found. It's identical with the final version. Best regards, Mathias -- Mathias

Re: [api-dev] SDK 2.0

2005-11-08 Thread Mathias Bauer
Cristian Fonti wrote: I think there isn't (yet) a version for Windows.. For Windows there is only the URE... Correct. I already sent a complaint to the responsible people. It was promised to change it ASAP. Whatever this means. :-) Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application

Re: [api-dev] macro doesn't run

2005-11-10 Thread Mathias Bauer
your answer below it, as I did it here). This will make your mails easier to read and easier to understand. If you want to get answers you should make it easy to read your questions. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] macro doesn't run

2005-11-10 Thread Mathias Bauer
if the macro is called in step 5. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [api-dev] Info about Mail modules

2005-11-11 Thread Mathias Bauer
Alexandro Colorado wrote: On Fri, 11 Nov 2005 16:44:48 -, Mathias Bauer [EMAIL PROTECTED] wrote: Alexandro Colorado wrote: I want to learn more about the mail interface for openoffice.org, I found some information bit is a bit narrow, where can I find more information like

Re: [api-dev] New document type information

2005-11-14 Thread Mathias Bauer
that way. May be the new Database document can be used as a good template for your own document, though AFAIK the devlopers forgot to implement at least one of the necessary interfaces. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] HTML and Spreadsheet

2005-11-16 Thread Mathias Bauer
. Maybe you have another idea. Yes. Send the error report together with your email address that you can provide in the dialog. This makes it possible to track down what caused the crash. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] problem with sevice css.frame.DispatchRecorder

2005-11-27 Thread Mathias Bauer
that omponents could react on an event at the frame that recording was switched on but that's not implemented currently. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] problem with sevice css.frame.DispatchRecorder

2005-11-28 Thread Mathias Bauer
-in one when you call Tools-Macro-Record from the menu. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e

Re: [api-dev] Catching Mouse Clicks

2005-12-07 Thread Mathias Bauer
on control elements. The right way to react on slide exchange is to listen for a specific event. Do you want to listen for this event in the edit mode or in the slide show? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only

Re: [api-dev] Catching Mouse Clicks

2005-12-08 Thread Mathias Bauer
to use it and don't get any further answers here (I for myself don't know this API well enough) you could ask on the dev@gsl.openoffice.org mailing list. Best regards, Mathias Bradley Bolen wrote: I would be listening for it in the slide show. Thanks, Brad --- Mathias Bauer [EMAIL PROTECTED

Re: [api-dev] Catching Mouse Clicks

2005-12-09 Thread Mathias Bauer
can give you a hint for a workaround. (I'm afraid Mathias hint with [EMAIL PROTECTED] is not a good choice) Oops, sorry for the mistake. At least it starts withe a g also. :-) Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only

Re: [api-dev] Catching Mouse Clicks

2005-12-09 Thread Mathias Bauer
looking for an event slide change than for an event mouse click, right? I'm not sure wether such a beast exists. Christian?! Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Macro: revert changes.

2005-12-13 Thread Mathias Bauer
of the undo stack (default in OOo2 is 100) you will not reach the last saved state. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Macro: revert changes.

2005-12-14 Thread Mathias Bauer
counter it will be stored each time anyway and you don't need to do anything on your side. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Question on XServiceInfo indirect service names...

2005-12-14 Thread Mathias Bauer
assume that many objects that support XServiceInfo do not implement it that way, but only return their top services. But that would be a bug, right? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED

Re: [api-dev] Macro: revert changes.

2005-12-14 Thread Mathias Bauer
will be available. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [api-dev] Macro: revert changes.

2005-12-15 Thread Mathias Bauer
-- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Addon Howto?

2005-12-26 Thread Mathias Bauer
to clarify if I am on the right direction. This is correct, it shows you the basics. There is a special chapter about Add-Ons, it's chapter 4.7.3. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] New Document from Template

2005-12-26 Thread Mathias Bauer
:/OOo_Templates/Letterhead.odt should work for you. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e

Re: [api-dev] Upgrading from 1.x.x to 2.x.x -- Without Re-Learning An API?

2006-01-09 Thread Mathias Bauer
to OOo1 and OOo2 you will still need to use the old mechanism you already know. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] loadComponentFromURL Worked in 1.1.x and Not in 2.x.x

2006-01-09 Thread Mathias Bauer
with three slashes. OOo1 accepted the wrong ULRs but this was a bug that prevented other things to work correctly and so it needed to be fixed. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] GlobalEventBroadcaster and StarBasic - continued ( ....catch a Base document being opened )

2006-01-09 Thread Mathias Bauer
bound to the OnLoad event twice. This does not happen in case of other documents, e.g. Writer documents. Would you mind to file an issue against the database component? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL

Re: [api-dev] PrintListeners (Yet Another Upgrade Question)

2006-01-09 Thread Mathias Bauer
application while a printing is ongoing (never tested this). In case you don't need to do this and if you also don't need to stay operable with OOo1 you can try to drop the waiting. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only

Re: [api-dev] Thanks For The Help -- Upgraded From 1.x to 2.x (and upgrade notes)

2006-01-09 Thread Mathias Bauer
is a big step into the right direction. And AFAIK it *is* possible to create response files. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Thanks For The Help -- Upgraded From 1.x to 2.x (and upgrade notes)

2006-01-11 Thread Mathias Bauer
know anything about it. If it is possible to create MSI files in that way I'm sure the developers of the installation team will think about it. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] OLE Identifiers

2006-01-11 Thread Mathias Bauer
it is nothing you can do in a single mail. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL

Re: [api-dev] OO Basic editor questions

2006-01-18 Thread Mathias Bauer
, just kidding. What exactly do you mean? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail: [EMAIL

Re: [api-dev] quickstarter / storeToURL problem (python)

2006-01-19 Thread Mathias Bauer
: quit quickstarter wait 10 secs start quickstarter wait 10 secs start python app initiate creation of document save document to disk, thereby initiate extraction of rawtext Does that make a difference? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead

Re: [api-dev] Document is loaded in a background window

2006-01-19 Thread Mathias Bauer
your new window back before it can come to front. Which window manager do you use? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Document is loaded in a background window

2006-01-19 Thread Mathias Bauer
appear in front of the new document if you created it *after* putting the new window to front. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Document is loaded in a background window

2006-01-20 Thread Mathias Bauer
Felix E. Klee wrote: Am Donnerstag, 19. Januar 2006 21:31 schrieb Mathias Bauer: If the tip from Martin really works your message box should appear in ^^^ What tip? He explained how things are coded. His tip was: I didn't try it, but perhaps this might help

Re: [api-dev] Managing a menu system wide

2006-01-27 Thread Mathias Bauer
? AFAICS, this would be a very nice solution since the menu could be modified using settings stored in a configuration file for each user. I wouldn't do that. OOo's startup performance is bad enough. :-) Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project

Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-01-27 Thread Mathias Bauer
if this makes any difference. If this doesn't help I'm afraid that we have to have a look into the code for reloading. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Mathias Bauer
Felix E. Klee wrote: Am Freitag, 27. Januar 2006 17:22 schrieb Mathias Bauer: BTW, I only want to add *one* menu. I do not want to replace the entire menu bar since individual users may have made changes to the menu bar. BTW, what about creating the menu dynamically each time OO

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Mathias Bauer
menu bar since individual users may have made changes to the menu bar. IMHO providing this additional menu as an Addons.xcu in a UNO package without code is easier. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL

Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-01-30 Thread Mathias Bauer
colleagues if this might have any side effects. :-) Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e

Re: [api-dev] Managing a menu system wide

2006-01-31 Thread Mathias Bauer
Felix E. Klee wrote: Am Montag, 30. Januar 2006 23:52 schrieb Mathias Bauer: My suggestion is to add your menu as an OOo Add-On. This is a package usually containing code and some configuration files that define an additional top level menu or toolbar for the component. Of course you can

Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-01-31 Thread Mathias Bauer
of the first things I tried! However - no joy! I can call closeInput 10 times in a row, and it doesn't help, nor does it throw an exception! OK, I'm running out of ideas. ;-) We will have a look on the issues you have created. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application

Re: [api-dev] ViewData string meaning ?

2006-02-01 Thread Mathias Bauer
this depends on the application developers and if they have time to change their code. Of course we also need to explain why they should do it - what are the use cases where anyone might need this information. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project

Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-02-01 Thread Mathias Bauer
Mathias Bauer wrote: Martin Gallwey wrote: Sorry, I was wrong, of course you can't get rid of the proxy, but closing the stream should help. Try a xInputStream.closeInput() after you finished loading. If it works I have to discuss with my colleagues if this might have any side effects

Re: [api-dev] ViewData string meaning ?

2006-02-01 Thread Mathias Bauer
that something is to complicate submit a request for enhancement. Which API are you talking about? @Laurent: what's the use case that makes you think that you need to evaluate this string? Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only

Re: [api-dev] Java filter imports with modified=true, and reloads as read only

2006-02-01 Thread Mathias Bauer
solution. BTW: is reloading really so important that you need the workaround? If you close the document or save it everything seems to go right. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink

Re: [api-dev] ViewData string meaning ?

2006-02-02 Thread Mathias Bauer
is such a detail. So IMHO it is not a bad idea to think about a better readable representation (like Sequence PropertyValue e.g.) in case there is no other API and define this as an official API. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply

Re: [api-dev] ViewData string meaning ?

2006-02-04 Thread Mathias Bauer
in VBA and which parts are missing in ours. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. - To unsubscribe, e-mail

  1   2   3   4   5   >