Re: [api-dev] TextCursor at ViewCursor

2005-01-29 Thread Laurent Godard
() textCursor.gotoRange( viewCursorRange ) You may try viewCursor = document.getCurrentController().getViewCursor() textCursor = document.Text.createTextCursorByRange(viewCursor) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com

[api-dev] [reminder]TextTable and row duplication

2005-02-23 Thread Laurent Godard
like copyRange like in Calc Is there an other way to achieve this ? Any hint in whatever language would be ok ! Thansk a lot in advance laurent '- -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http

Re: [api-dev] small problem with starbasic in OOo 1.1.x

2005-02-24 Thread Laurent Godard
ThisComponent.lockControllers - save - modify ThisComponent.unlockController Then the user won't be able to close the document has the GUI is frozen for user interactions HTH laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http

Re: [api-dev] CDbl function

2005-03-03 Thread Laurent Godard
if it helps Lauren -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Number of line of a paragraph

2005-03-07 Thread Laurent Godard
selection before and restore it at the end. But his will flicker for the user ... using thiscomponent.lockControllers yes, i just realized after sending the mail that i could use that :) Thanks Stefan Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http

Re: [api-dev] Number of line of a paragraph

2005-03-10 Thread Laurent Godard
The problem is that i have to remember the previous selection and set it back after processing Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org

Re: [api-dev] [code snippet] Drawing on Uno Dialogs

2005-03-11 Thread Laurent Godard
of the window itself Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] [code snippet] Drawing on Uno Dialogs

2005-03-11 Thread Laurent Godard
investigations on this track. I'll try to have a look when some time be patient , it may take weeks, months, years ;) Thansk again Paolo for your snippet Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http

Re: [api-dev] [code snippet] Drawing on Uno Dialogs

2005-03-11 Thread Laurent Godard
, this Paolo ;) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] [code snippet] Property Browser Controller

2005-03-15 Thread Laurent Godard
Hi Paolo, That's great Thanks for feeding us with such intrresting things a question about dealing with framles and windows. Do you have an idea how to make a windows dockable as the stylist or the navigator ? Thanks again for the snippet Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [api-dev] OOoBasic or Python?

2005-04-26 Thread Laurent Godard
the possibility to load a script (based on a mail on udk list - still didn't test myself). Nevertheless, once it is loaded, it will be seen as an internal script like OOoBasic script Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS

Re: [api-dev] service com.sun.star.util.TextSearch

2005-06-10 Thread Laurent Godard
, iMatchLen) MsgBox sMatchString aSearchResult = oTextSearch.searchForward(sStrToSearch, aSearchResult.endOffset(rank)+1,Len(sStrToSearch)-1 ) wend End Sub -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com

Re: [api-dev] service com.sun.star.util.TextSearch

2005-06-10 Thread Laurent Godard
as may be totally wrong Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] service com.sun.star.util.TextSearch

2005-06-10 Thread Laurent Godard
. sorry Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

[api-dev] Calc Outline and cell address

2005-06-23 Thread Laurent Godard
with knowing only on cell of the group 2 when i'm on a cell, is there any method to know if it belongs actually to a group and retreive the bounds of it ? Didn't find anything at range, sheet and component level :( Thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [Fwd: Re: [api-dev] Calc Outline and cell address]

2005-07-03 Thread Laurent Godard
returning the colletion of ranges it belong to, or a method of the namedRanges with the cell object as argument Concerning outline, the only way i found is to overload the levels with namedRanges and retreive the whole range to show/hide Thanks again for your response Laurent -- Laurent

[api-dev] XMouseClickHandler and corresponding cell

2005-07-12 Thread Laurent Godard
issues ? Any workaround ? Thanks a lot in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] detecting if paragraph is in toc

2005-07-29 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e-mail

Re: [api-dev] [ooeclipseintegration] OpenOffice.org integration in Eclipse

2005-09-08 Thread Laurent Godard
/ Assistant derived from actual OOo ones, in all the languages supported by OOo scripting Do you think this could be included in your addon wizard ? Do you already have some Eclipse API knowledge ? I'll look to see how the work could be splitted. Let me know Laurent -- Laurent Godard [EMAIL

Re: [api-dev] replacement of XMessageBox deprecated

2005-09-09 Thread Laurent Godard
knowledge Do you think it is worth a try ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] SISSL licence for ooeclipseintegration

2005-09-09 Thread Laurent Godard
Hi Now that the SISSL Licence has been dropped, what should I do with the OOEclipseIntegration licence ? it was under both LGPL and SISSL licence as every part of OOo... Should I remove it ? I would suggest that you simply use LGPL as in all other sources too. +1 Laurent -- Laurent

Re: [api-dev] replacement of XMessageBox deprecated

2005-09-09 Thread Laurent Godard
something already exists :( I wonder myself if i should not go back to OOoBasic, in fact BTW, as OOoBasic provides some MsgBox functions, would it be possible to this code be accessible through other languages ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko

Re: [api-dev] [ooeclipseintegration] OpenOffice.org integration in Eclipse

2005-09-12 Thread Laurent Godard
behaviour ? same for me but try this cvs -d:pserver:[EMAIL PROTECTED]:/cvs co api/ooeclipseintegration HTH Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation

Re: [api-dev] OOo C++ FAQ ?

2005-09-20 Thread Laurent Godard
for the documentation but also for, graphical or not, recursive introspection tools, wizards framework (ready to use/complete) ... aso ... These are some of teh point i want to cover in my BOF at Koper on Friday BTW, concerning needed API's, there is something planned on Wenesday Laurent -- Laurent

Re: [api-dev] UNO packages and events conference

2005-09-22 Thread Laurent Godard
at this conf. So is obviously Paolo as he will cover a related topic in its presentation. And obviously, everybody else :) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation

Re: [api-dev] Translating Examples to Python

2005-09-26 Thread Laurent Godard
OOoBasic to pyUNo thanks again Jurgen Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

[api-dev] Xforms and API

2005-10-03 Thread Laurent Godard
Hi all Following Florian's presentation, i ask myself a question is the XForm api available through UNO ? is it possible to script some formulars for example creating dynamically one and submit it ? thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org

Re: [api-dev] replacement of XMessageBox deprecated

2005-10-04 Thread Laurent Godard
was thinking about btw, then rises the problem of uno packages dependancies i would like to report in few months ;) thanks for your response Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps

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

2005-10-26 Thread Laurent Godard
Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e

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

2005-10-27 Thread Laurent Godard
term ? would be 'package(s)' suitable ? btw, need tobe understandable by a maximum of people Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org

Re: [api-dev] OO-Snippet-Page restructuring: was Re: [api-dev] Returnvalues from Macros - ooRexx example

2005-11-02 Thread Laurent Godard
start with the language and then the functionality (api). Moreover, everybody would describe its feature with its own classification. How would you class ? perharps look at search engine though keywords Btw, it is subjective and i may be wrong Laurent -- Laurent Godard [EMAIL PROTECTED

[api-dev] codesnippets site error

2005-11-14 Thread Laurent Godard
hi all, hi thomas i encountered an error on the code snippet databasde Office OOoBasic p s of form-elements http://codesnippets.services.openoffice.org/Office/Office.FormsControlSize.snip does not work , but is listed p s : what does it mean ? HTH Laurent -- Laurent Godard [EMAIL

Re: [api-dev] OOo as a Linux service

2005-11-17 Thread Laurent Godard
HI andré, Yes. In fact the command line that I use is: soffice.bin -invisible -accept=socket,host=localhost,port=8100;urp; add the -headless switch perharps also -norestore if needed and redirect it on the right display Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [api-dev] Strange effect when accessing TextCursor objects

2005-12-06 Thread Laurent Godard
? reading the idl OpenOffice.org2.0_SDK/docs/common/ref/com/sun/star/text/XSimpleText.html#createTextCursorByRange only accepts 1 arg (thanks to Andrew for the correction) so if it is an undocumented feature, ask for the idl update thanks for reporting Laurent -- Laurent Godard [EMAIL PROTECTED

Re: [api-dev] Integer Division?

2005-12-14 Thread Laurent Godard
Hi Felix, How do I perform an integer division (e.g. 11 / 3 = 4) in OpenOffice Basic? try this 11 \ 3 = 3 or fix(11/3) the rounding depends of what you need for me 11/3 is rounded to 3 Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com

Re: [api-dev] where is my addon installed?

2005-12-15 Thread Laurent Godard
Hi daniel, there is a code snippet available from Paolo It is StarBasic but the API calls remain the same http://codesnippets.services.openoffice.org/Office/Office.ArbitraryDeploy.snip HTH Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com

Re: [api-dev] Addon Howto?

2005-12-27 Thread Laurent Godard
Hi I guess the chapter 4.5 provides a means to write and deploy a component in Java on OOo. However I haven’t tried it yet, hence require your assistance to clarify if I am on the right direction. That's right, chapter 4 is what you need feel free to ask if any question Laurent -- Laurent

Re: [api-dev] Java storeAsURL PDF Problem

2006-01-02 Thread Laurent Godard
storeToURL as PDF format is not editable by OOo Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Java storeAsURL PDF Problem

2006-01-02 Thread Laurent Godard
Hi christian, Like so: NOTE - saving of document formats that cannot be edited but only exported like PDF should be done with storeToURL only. What do others think? it is explicit and will save a FAQ i would say yes Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org

Re: [api-dev] Optional Parameters in Starbasic function call

2006-01-02 Thread Laurent Godard
code ? I can perharps have a look Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Optional Parameters in Starbasic function call

2006-01-04 Thread Laurent Godard
no regression either. For a user point of view, this problem is not solved If you have a solution, you may perharps consider splitting your cws so this specific problem is addressed Is it a complex patch for solving this particular point ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [api-dev] deploying a template through addon

2006-01-19 Thread Laurent Godard
-On in an older version of OOo? hum, it was ages ago but iirc yes btw, if the feature is not implemented, is it planned i think it is important for deployement of 'extensions' and we will soon need it thanks again for your response Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [api-dev] oood.py and multiple instances on Linux

2006-01-19 Thread Laurent Godard
. yes, or more dirty use the -headless switch I have not yet verified, that oood works with OOo2.0, but it should do. yers it works Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org

Re: [api-dev] deploying a template through addon

2006-01-20 Thread Laurent Godard
you point me to the source code where to handle I think that we do not have to patch the vnd.sun.star.expand:$UNO_USER_PACKAGES_CACHE/ but add this the Hierarchy.xcu (and all) parsing Thanks again Jurgen This point is rather important for the extensions project Laurent -- Laurent Godard [EMAIL

Re: [api-dev] dispatch to API translation

2006-01-25 Thread Laurent Godard
cases btw,this does not answer your question of symplifying the code Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

[api-dev] ViewData string meaning ?

2006-01-27 Thread Laurent Godard
(activeCol,activeRow) End function -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] ViewData string meaning ?

2006-01-31 Thread Laurent Godard
=PositionBottom config:type=int0/config:config-item /config:config-item-map-entry -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] ViewData string meaning ?

2006-02-03 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e

Re: [api-dev] ViewData string meaning ?

2006-02-04 Thread Laurent Godard
;) ) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe

[api-dev] UnoListBoxControl MouseEvent Scrollbar bug ?

2006-02-08 Thread Laurent Godard
and when we click in it the scroll is triggered, no problem but the event also and i found no way to detect this kind of situation How can i avoid that ? any trick ? is it a known bug ? i did not find anything thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org

Re: [api-dev] UnoListBoxControl MouseEvent Scrollbar bug ?

2006-02-08 Thread Laurent Godard
Hi Andrew I use the mouse event to catch double clicks, oten. The event object contains a property for the click count, i knew that anyway thanks Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http

Re: [api-dev] UnoListBoxControl MouseEvent Scrollbar bug ?

2006-02-09 Thread Laurent Godard
or oitsq coordinates to test regarding the mouse position i've a demo file if needed Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles

[api-dev] Underling as teh spellchecker ?

2006-02-13 Thread Laurent Godard
Hi all is there an API to underline words like the spellchecker does it ? Thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org

Re: [api-dev] Underling as teh spellchecker ?

2006-02-13 Thread Laurent Godard
and the linguistic2 api without any success Well, the response is in the sources, but could not find it thanks Bernard for your response Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre

Re: [api-dev] Snippet-Collection-News

2006-02-16 Thread Laurent Godard
readable imho for a functionality of the snippet site, i would suggest a dedicated search engine (or list) of the used api I'm searching how to use a com.sun.star.awt.Rectangle. How can i find examples (sub-sorted by languages) thanks for the snippet site Laurent -- Laurent Godard [EMAIL PROTECTED

Re: [api-dev] Error Code 283 (Java)

2006-02-16 Thread Laurent Godard
Hi Andreas i try to store a writer document as pdf – but i get an exception with the error code 283. What does this mean ? a code snippet ? do you use storeToURL (and not stroreAsURL) method Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http

Re: [api-dev] How to close the quickstarter

2006-03-03 Thread Laurent Godard
Hi Olivier why not use openoffice2.0\program\quickstart - killtray to close the quickstart service ? because it is not known :-) Thanks a lot :-) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com

Re: [api-dev] OOoBean correct termination

2006-03-06 Thread Laurent Godard
terminate) we discussed ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Java Snippet Suggestion: how to convert documents - please review

2006-03-06 Thread Laurent Godard
and call for translators (from eglish to other languages) - joining the extensions project [EMAIL PROTECTED] - OOoWiki http://wiki.services.openoffice.org/wiki/Main_Page Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http

Re: [api-dev] Code Snippet page

2006-03-08 Thread Laurent Godard
of the extension project Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Impossible to close a Base document

2006-03-14 Thread Laurent Godard
Hi Frank I reproduced the problem ... dbDoc.close(True) The document usine.odb shows up, but the close instruction receives an exception. what kind of exception? com.sun.star.util.CloseVetoException Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http

Re: [api-dev] Impossible to close a Base document

2006-03-14 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e-mail

Re: [api-dev] Impossible to close a Base document

2006-03-14 Thread Laurent Godard
Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e

Re: [api-dev] Impossible to close a Base document

2006-03-14 Thread Laurent Godard
the DatabaseContext.getByName( url ).getDatabaseDocument() way, as described in another mail). But we should try to be consistent here. Issue filed : http://www.openoffice.org/issues/show_bug.cgi?id=63162 thanks :-) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko

[api-dev] Lockcontrollers keyboard

2006-04-05 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e-mail

Re: [api-dev] Where Is a List of Version and Build Numbers?

2006-04-27 Thread Laurent Godard
thoink this answers your question http://development.openoffice.org/releases/OpenOffice_org_2_x.html HTH Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation

Re: [api-dev] Easy to use complex toolbar controls for add-ons

2006-05-10 Thread Laurent Godard
that Paolo already asked something like this, no ? a way could be a generic service taking the macro name as argument and doing a transparent relay. Would it be difficult to do ? i do not think so thanks again, i'll try asap Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org

Re: [api-dev] Easy to use complex toolbar controls for add-ons

2006-05-14 Thread Laurent Godard
?) Mathias, this is only rough ideas and need to be discussed Any comments is welcommed Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles

Re: [api-dev] use of css.awt.UnoControlScrollBarModel

2006-05-14 Thread Laurent Godard
implement both horizontal and vertical slides but as i already told, i've never experimented this object The code runs without any errors but I don't see any movement when I move the slider. same for me, i'll try to invistigate Let us know Laurent -- Laurent Godard [EMAIL PROTECTED

Re: [api-dev] use of css.awt.UnoControlScrollBarModel

2006-05-15 Thread Laurent Godard
tests using the listener for updating the client frame position. could you please paolo show us the result with a code snippet (i may help on testing if needed) thanks laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http

Re: [api-dev] Easy to use complex toolbar controls for add-ons

2006-05-15 Thread Laurent Godard
to a basic macro http://api.openoffice.org/docs/common/ref/com/sun/star/awt/XListBox.html I'll try to install the last m16x to see exactly this feauture working thanks to the provided example. Thanks again Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http

Re: [api-dev] Easy to use complex toolbar controls for add-ons

2006-05-15 Thread Laurent Godard
are expecting to have access to the standard features and events of such controls and that's why i told about the awt controls Thanks Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org

Re: [api-dev] Easy to use complex toolbar controls for add-ons

2006-05-15 Thread Laurent Godard
for the dispatch object in a global container of such objects. I will draw up this in a more detailed manner. each toolbar objects has a name so a getByName like over a sequence could be a solution thanks again let us know Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http

Re: [api-dev] OfficeToolbar titlebar?

2006-05-15 Thread Laurent Godard
-- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004 - To unsubscribe, e-mail

Re: [api-dev] [Impress] - How to export all the slides in gif

2006-05-17 Thread Laurent Godard
Hi Jerome I would like to export all slides of a odp file in GIF format with as number gif files as number slides in de odp file. Is anyone have a solution ? you may find the solution here http://oooconv.free.fr/oooconv/oooconv_fr.html Regards laurent -- Laurent Godard [EMAIL PROTECTED

Re: [api-dev] how to make the macros available to all users of a Windows Terminal server

2006-05-23 Thread Laurent Godard
as a library in OOo either. Nothing shows up there. that is strange .. did you close OOo (quickstarter too) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation

Re: [api-dev] Mapping of the UNO type hyper in StarBasic

2006-06-23 Thread Laurent Godard
though Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] SOLVED: Show a message box with the UNO based toolkit

2006-07-02 Thread Laurent Godard
defining your example as class but may be it is useless (one can also think to enhacements like positionning) thanks for sharing this... in python :-) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps

Re: [api-dev] Gap analysis for OpenOffice.org awt toolkit API

2006-07-14 Thread Laurent Godard
and (if possible) binding to datasource (a request) - windows that could be dockable like the stylist or the navigator - some auto-positioning (align to grid ?) of controls more if i think to something btw, i'll relay your call on french lists thanks again Laurent -- Laurent Godard [EMAIL PROTECTED

Re: [api-dev] Unpublished UNO API

2006-08-17 Thread Laurent Godard
for Extensions designer if valuable (still do not know), dicussions may occur at here or better at [EMAIL PROTECTED] mailing list thanks again Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org

[api-dev] OOoCon meeting on Extensions Project

2006-09-07 Thread Laurent Godard
to involved project (Framework, installer, l10n ...) Feel free to add any point or comment on this schedule Thanks and see you on monday Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org

[api-dev] Calc : merge a cell range

2006-09-20 Thread Laurent Godard
in merged A3) thanks Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Calc : merge a cell range

2006-09-20 Thread Laurent Godard
an UNO slot fordispatcher, i would guess there are some solution already in the code so an api thanks for the response :( Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre

[api-dev] DataArray magic

2006-09-20 Thread Laurent Godard
an array for each cell so a1:c1 has only one row -- ubound 0 try a ubound(oData(0)) you'll have 2 (a,b, and c) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation

Re: [api-dev] Announcement of the new Object Inspector

2006-09-22 Thread Laurent Godard
objects as treviews available ;-) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Announcement of the new Object Inspector

2006-09-22 Thread Laurent Godard
months ago in the IDE moreover, you can plug on IDL reference Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-26 Thread Laurent Godard
such as - translation - give examples in other programming language Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] How use OpenOffice API from java without start up OO?

2006-09-27 Thread Laurent Godard
frame. I thing this could be changed by alterating com.sun.star.comp.helper.Bootstrap.bootstrap(), that is, changing the way that xbootstrap is obtained or initialized. Can someone help me? did you try sunig Xvfb ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-27 Thread Laurent Godard
... and perharps recall in 6 months, as usual ;) i stop any polemic thread here Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org, Eyrolles 2004

Re: [api-dev] throw exception from OOo Basic

2006-09-29 Thread Laurent Godard
time. thanks :) Post it here, may be someone will find time doing it for you Thanks again Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre Programmation OpenOffice.org

[api-dev] physical directory of an extension

2006-10-02 Thread Laurent Godard
to work :( so i want to use ScriptProvider API (if it is more a udk question, feel free to tell it) thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org Indesko http://www.indesko.com Nuxeo CPS http://www.nuxeo.com - http://www.cps-project.org Livre

Re: [api-dev] Calc: Switch DesignMode On/Off

2006-10-10 Thread Laurent Godard
Hi how to switch Design Mode on/off via macro in Calc? did you try thisComponent.ApplyFormDesignMode = true|false Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http

Re: [api-dev] How to assign keyboard shortcut to add-on menu

2006-10-13 Thread Laurent Godard
by XAcceleratorConfiguration.setKeyEvent) and not by a XCU file ? Thank you if you can confirm this (in which case I feel a bit disapointed...). did you try to add a ~ in your string defining the menu ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo

Re: [api-dev] Tweaking the api for performance

2006-10-13 Thread Laurent Godard
Hi kent did you have a oook at lockControllers and unlockControllers ? http://api.openoffice.org/docs/common/ref/com/sun/star/frame/XModel.html#lockControllers Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management

[api-dev] status of XGalleryThemeProvider

2006-10-16 Thread Laurent Godard
Hi http://api.openoffice.org/docs/common/ref/com/sun/star/gallery/XGalleryThemeProvider.html is marked as unpublished are there any plan on this ? how long does something stay unbpublished ? thanks in advance Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http

Re: [api-dev] status of XGalleryThemeProvider

2006-10-19 Thread Laurent Godard
this question ? a snippet is being created on a french user work basis discovering this api and using it but i do not want to advertize API that are not published and can be removed/modified without any warning so my question Thanks Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie

Re: [api-dev] iterating over text

2006-10-19 Thread Laurent Godard
with the old API. I second you in this request :) Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management http://www.nuxeo.com - http://www.nuxeo.org Livre Programmation OpenOffice.org, Eyrolles 2004-2006

Re: [api-dev] status of XGalleryThemeProvider

2006-10-20 Thread Laurent Godard
weeks will have been passed, I'll finally publish the API for the next OOo minor-release/milestone. i'll relay this call as some french user may have some questions and requirements :) thanks a lot Kai Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http

Re: [api-dev] possibility to make readonly/locked objects

2006-10-26 Thread Laurent Godard
Hi knut Is it possible to make single objects read-only, for example tables, bookmarks and paragraphs? you can embed them in sections that can be made read-only Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content

Re: [api-dev] Newbie inserting text where the cursor is (java)

2006-11-13 Thread Laurent Godard
for it? instead of playing with a Cursor, play with the ViewCursor object http://api.openoffice.org/docs/common/ref/com/sun/star/text/XTextViewCursorSupplier.html#getViewCursor Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content

  1   2   >