Lines Matching refs:pTxtMark

152     : pTOXNd( 0 ), pTxtMark( pMark ), pTOXIntl( pInter ),  in SwTOXSortTabBase()
161 if( pTxtMark ) in SwTOXSortTabBase()
162 n = *pTxtMark->GetStart(); in SwTOXSortTabBase()
164 pTxtMark ? pTxtMark->GetTOXMark().IsMainEntry() : sal_False ); in SwTOXSortTabBase()
228 bRet = bRet && pTxtMark && rCmp.pTxtMark && in operator ==()
229 *pTxtMark->GetStart() == *rCmp.pTxtMark->GetStart(); in operator ==()
235 const xub_StrLen* pEnd = pTxtMark->End(); in operator ==()
236 const xub_StrLen* pEndCmp = rCmp.pTxtMark->End(); in operator ==()
271 if( TOX_SORT_CONTENT == nType && pTxtMark && rCmp.pTxtMark ) in operator <()
273 if( *pTxtMark->GetStart() < *rCmp.pTxtMark->GetStart() ) in operator <()
276 if( *pTxtMark->GetStart() == *rCmp.pTxtMark->GetStart() ) in operator <()
278 const xub_StrLen* pEnd = pTxtMark->End(); in operator <()
279 const xub_StrLen* pEndCmp = rCmp.pTxtMark->End(); in operator <()
339 ASSERT(pTxtMark, "pTxtMark == 0, Kein Stichwort"); in operator ==()
369 ASSERT(pTxtMark, "pTxtMark == 0, Kein Stichwort"); in operator <()
402 ASSERT(pTxtMark, "pTxtMark == 0, Kein Stichwort"); in GetText_Impl()
403 const SwTOXMark& rTOXMark = pTxtMark->GetTOXMark(); in GetText_Impl()
435 const xub_StrLen* pEnd = pTxtMark->End(); in FillText()
438 if( pEnd && !pTxtMark->GetTOXMark().IsAlternativeText() && in FillText()
442 *pTxtMark->GetStart(), in FillText()
443 *pEnd - *pTxtMark->GetStart()); in FillText()
460 ASSERT(pTxtMark, "pTxtMark == 0, Kein Stichwort"); in GetLevel()
465 pTxtMark->GetTOXMark().GetPrimaryKey().Len() ) in GetLevel()
468 if( pTxtMark->GetTOXMark().GetSecondaryKey().Len() ) in GetLevel()
552 const xub_StrLen* pEnd = pTxtMark->End(); in GetText_Impl()
553 if( pEnd && !pTxtMark->GetTOXMark().IsAlternativeText() ) in GetText_Impl()
556 *pTxtMark->GetStart(), in GetText_Impl()
557 *pEnd - *pTxtMark->GetStart() ); in GetText_Impl()
559 rTxtReading = pTxtMark->GetTOXMark().GetTextReading(); in GetText_Impl()
562 rTxt = pTxtMark->GetTOXMark().GetAlternativeText(); in GetText_Impl()
567 const xub_StrLen* pEnd = pTxtMark->End(); in FillText()
568 if( pEnd && !pTxtMark->GetTOXMark().IsAlternativeText() ) in FillText()
570 *pTxtMark->GetStart(), in FillText()
571 *pEnd - *pTxtMark->GetStart() ); in FillText()
587 return pTxtMark->GetTOXMark().GetLevel(); in GetLevel()