LibreOffice Module test (master) 1
|
Testing com.sun.star.text.XDocumentIndex
More...
#include <xdocumentindex.hxx>
Public Member Functions | |
virtual css::uno::Reference< css::uno::XInterface > | init ()=0 |
virtual css::uno::Reference< css::text::XTextDocument > | getTextDocument ()=0 |
virtual | ~XDocumentIndex () |
void | testUpdate () |
Gets the document from relation and insert a new index mark. More... | |
Testing com.sun.star.text.XDocumentIndex
Definition at line 24 of file xdocumentindex.hxx.
|
virtual |
Definition at line 22 of file xdocumentindex.cxx.
|
pure virtual |
Referenced by testUpdate().
|
pure virtual |
Referenced by testUpdate().
void apitest::XDocumentIndex::testUpdate | ( | ) |
Gets the document from relation and insert a new index mark.
Then it stores the text content of document index before update and after.
Has OK status if index content is changed and new index contains index mark inserted.
Definition at line 31 of file xdocumentindex.cxx.
References getTextDocument(), init(), and xFactory.