LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
sw::search::SearchIndexData Struct Reference

#include <SearchResultLocator.hxx>

Collaboration diagram for sw::search::SearchIndexData:
[legend]

Public Member Functions

 SearchIndexData ()
 
 SearchIndexData (NodeType eType, SwNodeOffset nNodeIndex, OUString aObjectName=OUString())
 

Public Attributes

NodeType meType = NodeType::Undefined
 
SwNodeOffset mnNodeIndex { 0 }
 
OUString maObjectName
 

Detailed Description

Definition at line 27 of file SearchResultLocator.hxx.

Constructor & Destructor Documentation

◆ SearchIndexData() [1/2]

sw::search::SearchIndexData::SearchIndexData ( )
inline

Definition at line 33 of file SearchResultLocator.hxx.

◆ SearchIndexData() [2/2]

sw::search::SearchIndexData::SearchIndexData ( NodeType  eType,
SwNodeOffset  nNodeIndex,
OUString  aObjectName = OUString() 
)
inline

Definition at line 35 of file SearchResultLocator.hxx.

References eType.

Member Data Documentation

◆ maObjectName

OUString sw::search::SearchIndexData::maObjectName

Definition at line 31 of file SearchResultLocator.hxx.

Referenced by sw::search::SearchResultLocator::findOne().

◆ meType

NodeType sw::search::SearchIndexData::meType = NodeType::Undefined

Definition at line 29 of file SearchResultLocator.hxx.

Referenced by sw::search::SearchResultLocator::findOne().

◆ mnNodeIndex

SwNodeOffset sw::search::SearchIndexData::mnNodeIndex { 0 }

Definition at line 30 of file SearchResultLocator.hxx.

Referenced by sw::search::SearchResultLocator::findOne().


The documentation for this struct was generated from the following file: