Re: [api-dev] Searching Tables or Cell Ranges in the Writer

2006-07-18 Thread Andrew Douglas Pitonyak
Well, consider this macro which sets all instances starting from the first table to bold. I did not attempt to see if the cursor had left the table for this macro. Sub SearchTable Dim oDescriptor, oFound Dim oTable Dim oCell REM Get the FIRST text table oTable =

Re: [api-dev] Searching Tables or Cell Ranges in the Writer

2006-07-16 Thread Andrew Douglas Pitonyak
If you are using a macro to search, you can indicate where a search will begin. For example, you can specify that the search should start at the first position of the text object in the first cell of a table. Or, you could start searching from the last point before the text table begins. You

Re: [api-dev] Searching Tables or Cell Ranges in the Writer

2006-07-12 Thread Peter Eberlein
Hi Kent, Kent Gibson schrieb: Is there any way to do a search using XSearchable in writer and set the scope to something other than the document, for example a table or a cell range? I am pretty sure it works in calc with cell ranges, but I can't get it work in the writer for anything but a

Re: [api-dev] Searching Tables or Cell Ranges in the Writer

2006-07-12 Thread Kent Gibson
Thanks for the suggestion. Something like that might work. Perhaps I should explain the problem a bit more. I am having some quirky problems inserting images into tables. So I thought I would render my table and instead of inserting images, I would insert some text (ie a url) then when I finished