Searched refs:SwTOXIndex (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 314 SwTOXIndex::SwTOXIndex( const SwTxtNode& rNd, in SwTOXIndex() function in SwTOXIndex 331 sal_Bool SwTOXIndex::operator==( const SwTOXSortTabBase& rCmpBase ) in operator ==() 333 SwTOXIndex& rCmp = (SwTOXIndex&)rCmpBase; in operator ==() 365 sal_Bool SwTOXIndex::operator<( const SwTOXSortTabBase& rCmpBase ) in operator <() 367 SwTOXIndex& rCmp = (SwTOXIndex&)rCmpBase; in operator <() 400 void SwTOXIndex::GetText_Impl( String& rTxt, String& rTxtReading ) const in GetText_Impl() 433 void SwTOXIndex::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText() 458 sal_uInt16 SwTOXIndex::GetLevel() const in GetLevel()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 179 struct SwTOXIndex : public SwTOXSortTabBase struct 181 SwTOXIndex( const SwTxtNode&, const SwTxtTOXMark*, sal_uInt16 nOptions, sal_uInt8 nKeyLevel, 184 virtual ~SwTOXIndex() {} in ~SwTOXIndex() argument
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 1235 pBase = new SwTOXIndex( *pTOXSrc, pTxtMark, in UpdateMarks() 1241 pBase = new SwTOXIndex( *pTOXSrc, pTxtMark, in UpdateMarks() 1246 pBase = new SwTOXIndex( *pTOXSrc, pTxtMark, in UpdateMarks()
|
Completed in 50 milliseconds