LibreOffice Module test (master) 1
|
#include <xsearchable.hxx>
Public Member Functions | |
XSearchable (OUString aString, sal_Int32 nCount) | |
XSearchable () | |
virtual | ~XSearchable () |
void | testFindFirst () |
void | testFindNext () |
void | testFindAll () |
virtual css::uno::Reference< css::uno::XInterface > | init ()=0 |
Private Attributes | |
OUString | maSearchString |
sal_Int32 | mnCount |
Definition at line 20 of file xsearchable.hxx.
|
inline |
Definition at line 23 of file xsearchable.hxx.
|
inline |
Definition at line 24 of file xsearchable.hxx.
References mnCount.
|
virtual |
Definition at line 59 of file xsearchable.cxx.
|
pure virtual |
Referenced by testFindAll(), testFindFirst(), and testFindNext().
void apitest::XSearchable::testFindAll | ( | ) |
Definition at line 22 of file xsearchable.cxx.
References init(), maSearchString, and mnCount.
void apitest::XSearchable::testFindFirst | ( | ) |
Definition at line 33 of file xsearchable.cxx.
References init(), and maSearchString.
void apitest::XSearchable::testFindNext | ( | ) |
Definition at line 43 of file xsearchable.cxx.
References init(), maSearchString, and mnCount.
|
private |
Definition at line 34 of file xsearchable.hxx.
Referenced by testFindAll(), testFindFirst(), and testFindNext().
|
private |
Definition at line 35 of file xsearchable.hxx.
Referenced by testFindAll(), and testFindNext().