LibreOffice Module sw (master) 1
|
#include <SearchResultLocator.hxx>
Public Member Functions | |
SearchIndexData () | |
SearchIndexData (NodeType eType, SwNodeOffset nNodeIndex, OUString aObjectName=OUString()) | |
Public Attributes | |
NodeType | meType = NodeType::Undefined |
SwNodeOffset | mnNodeIndex { 0 } |
OUString | maObjectName |
Definition at line 27 of file SearchResultLocator.hxx.
|
inline |
Definition at line 33 of file SearchResultLocator.hxx.
|
inline |
Definition at line 35 of file SearchResultLocator.hxx.
References eType.
OUString sw::search::SearchIndexData::maObjectName |
Definition at line 31 of file SearchResultLocator.hxx.
Referenced by sw::search::SearchResultLocator::findOne().
NodeType sw::search::SearchIndexData::meType = NodeType::Undefined |
Definition at line 29 of file SearchResultLocator.hxx.
Referenced by sw::search::SearchResultLocator::findOne().
SwNodeOffset sw::search::SearchIndexData::mnNodeIndex { 0 } |
Definition at line 30 of file SearchResultLocator.hxx.
Referenced by sw::search::SearchResultLocator::findOne().