LibreOffice Module vcl (master)
1
|
#include <VectorGraphicSearch.hxx>
Public Member Functions | |
VectorGraphicSearchOptions () | |
VectorGraphicSearchOptions (SearchStartPosition eStartPosition, bool bMatchCase, bool bMatchWholeWord) | |
Public Attributes | |
SearchStartPosition | meStartPosition |
bool | mbMatchCase |
bool | mbMatchWholeWord |
Definition at line 28 of file VectorGraphicSearch.hxx.
|
inline |
Definition at line 34 of file VectorGraphicSearch.hxx.
References Begin.
|
inline |
Definition at line 41 of file VectorGraphicSearch.hxx.
bool VectorGraphicSearchOptions::mbMatchCase |
Definition at line 31 of file VectorGraphicSearch.hxx.
bool VectorGraphicSearchOptions::mbMatchWholeWord |
Definition at line 32 of file VectorGraphicSearch.hxx.
SearchStartPosition VectorGraphicSearchOptions::meStartPosition |
Definition at line 30 of file VectorGraphicSearch.hxx.