Hi,

in my program I insert various text in a writer document, and afterwards
create a XSearchable of that document, like that:

xSearchable = (XSearchable) UnoRuntime.queryInterface(XSearchable.class,
xTextDocument);

But when I execute the search, the data which I inserted after opening the
document is not being found. I have the feeling that the API just searches
in the document as it was when opened. Is there a possibility to tell the
API that the document has been changed, something like
"xTextDocument.refresh()" ?

Thanks in advance!!!!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to