[api-dev] registering script events

2005-12-22 Thread Marc Santhoff
Hi, I'm trying to connect script routines to two buttons in a writer doc. I found http://codesnippets.services.openoffice.org/Office/Office.SettingEventMethods.snip The code looks like this: oView = oDocument.CurrentController oDrawPage = oView.getActiveSheet.DrawPage ' get the first

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread Paolo Mantovani
Alle 15:57, giovedì 22 dicembre 2005, Jürgen Blumenschein ha scritto: > Peter Eberlein schrieb: > > Stephan Wunderlich schrieb: > >> Hi Peter, > >> > >>> (made my first UNO-steps with StarOffice 5.2..., no comment please ;) ) > >> > >> I liked that office version ... eventhough not many seemed to b

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread Jürgen Blumenschein
Sorry that I posted in HTML an asked for a receipt. :-(( Jürgen -- Jürgen Blumenschein, eMail: [EMAIL PROTECTED] Homepage: http://members.dokom.net/blumenschein Huntington-Zentrum NRW Neurologische Uniklinik im St. Josef Hospital Alexandrinenstraße 5, 44791 Bochum Tel.: +49 234 509-2428, Fax: +4

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread A . Portale
Return Receipt Your document: Re: [api-dev] How to apply a paragraph style to a XTextTableCursor? was received by: Alessandro Portale/Minosse at: 22/12/2005 16.00.07

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread Jürgen Blumenschein
Peter Eberlein schrieb: Stephan Wunderlich schrieb: Hi Peter, (made my first UNO-steps with StarOffice 5.2..., no comment please ;) ) I liked that office version ... eventhough not many seemed to be convinced of the "Do Everything in one place"  ..

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread Peter Eberlein
Stephan Wunderlich schrieb: Hi Peter, (made my first UNO-steps with StarOffice 5.2..., no comment please ;) ) I liked that office version ... eventhough not many seemed to be convinced of the "Do Everything in one place" ... but that is a totally different topic now ;-) ... and you ha

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread Stephan Wunderlich
Hi Peter, (made my first UNO-steps with StarOffice 5.2..., no comment please ;) ) I liked that office version ... eventhough not many seemed to be convinced of the "Do Everything in one place" ... but that is a totally different topic now ;-) Only wondered, why all the other paragraph an

Re: [api-dev] How to apply a paragraph style to a XTextTableCursor?

2005-12-22 Thread Peter Eberlein
Hi Stephan, (missing my last mail from yesterday (may be moderated), no wonder if it comes twice) Stephan Wunderlich schrieb: Hi Peter, in a former StarOffice version the following worked properly: oTableCursor = oTable.createCursorByCellName(oTable.CellNames(0)) oTableCursor.ParaStyleName =

Re: [api-dev] Ad "XNameAccess" interface into "com.sun.star.table.TableCharts"...

2005-12-22 Thread Stephan Bergmann
Rony G. Flatscher wrote: Hi there, is the "XNameAccess" interface implied, if a service object defines (and is defined to have) the interfaces "com.sun.star.container.XIndexAccess" and/or "com.sun.star.container.XEnumerationAccess"? If so, what would be the rules to apply? Reason of this qu

Re: [api-dev] Ad "XNameAccess" interface into "com.sun.star.table.TableCharts"...

2005-12-22 Thread Rony G. Flatscher
Hi Jürgen, in this case it's very simple, XTableCharts is a child of XNameAccess. so it's straight forward no special rule and no relation between XIndexAccess and XEnumerationAccess here. Oh, I see! Just another (hopefully last question for the time being): should XTypeProvider list the XN

Re: [api-dev] Ad "XNameAccess" interface into "com.sun.star.table.TableCharts"...

2005-12-22 Thread Jürgen Schmidt
Hi Rony, in this case it's very simple, XTableCharts is a child of XNameAccess. so it's straight forward no special rule and no relation between XIndexAccess and XEnumerationAccess here. Juergen Rony G. Flatscher wrote: Hi there, is the "XNameAccess" interface implied, if a service object