Re: [api-dev] Inserting text inside a bookmark, even in a textTable Cell

2008-02-04 Thread Oliver Specht - Sun Germany - ham02 - Hamburg
Hi, Boris Ratak wrote: Hi, My problem is that this method doesn't work for a bookmark that is INSIDE a textTable Cell, because I can't use a TextCursor inside a Cell (the gotoRange(anchor) bugs). Cell cursors are not complex enough to handle ranges inside a cell and if I enumerate the cel

Re: [api-dev] Inserting text inside a bookmark, even in a textTable Cell

2008-02-04 Thread Cor Nouws
Hi Boris, Boris Ratak wrote (4-2-2008 16:35) Once again a problem with bookmarks : I didn't found an easy way to write some text inside a bookmark (so that if you double click on the bookmark in the explorer, the text is highlighted). Every method I found I think you are a victim of issue #

[api-dev] Inserting text inside a bookmark, even in a textTable Cell

2008-02-04 Thread Boris Ratak
Hi, Once again a problem with bookmarks : I didn't found an easy way to write some text inside a bookmark (so that if you double click on the bookmark in the explorer, the text is highlighted). Every method I found on the net shows how to write text at (after) a bookmark, but as I want to app

Re: [api-dev] trouble selecting a single column in table

2008-02-04 Thread Andrew Douglas Pitonyak
Michael Wazlowski wrote: I also thought about using: cellRange = table.getCellRangeByPosition(1,0,1,numRows-1) doc.getCurrentController().select(cellRange) but then I can't figure out how to get the cell range into the view cursor. Can somebody point me to a solution for sel

Re: [api-dev] [C++] XMultiServiceFactory for Databasecontext???

2008-02-04 Thread Andre Heine
Hello all, I got all things I need with the "XSingleServiceFactory":-) May be a wrong code snippet in the DeveloperGuide... Bye Andre Am Montag, 4. Februar 2008 14:52 schrieb Andre Heine: > Hello all, > > I'm new to UNO and I want to create a swriter component with TextTables... > The TextTabl

[api-dev] [C++] XMultiServiceFactory for Databasecontext???

2008-02-04 Thread Andre Heine
Hello all, I'm new to UNO and I want to create a swriter component with TextTables... The TextTable should filled with Database contents... The basic works: I load the component with with "loadComponentFromURL()", that will work fine for me... (private:factory/swriter) From this component I ca