Home
last modified time | relevance | path

Searched refs:pSortLst (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/fsys/
H A Dtdir.cxx71 FSysSort nSort = *( pSortLst->GetObject( nSortIndex ) ); in DECLARE_LIST()
195 if ( nSortIndex == ( pSortLst->Count() - 1 ) ) in DECLARE_LIST()
217 if ( !pSortLst ) { in ImpSortedInsert()
252 pSortLst = NULL; in Construct()
337 if ( pSortLst ) in Reset()
339 pSortLst->First(); in Reset()
342 if ( *( pSortLst->GetCurObject() ) & in Reset()
346 } while ( !pStatLst && pSortLst->Next() ); in Reset()
467 pSortLst = NULL; in Dir()
503 if ( pSortLst ) in ~Dir()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocfld.cxx2504 const _SetGetExpFldPtr* pSortLst = pFldSortLst->GetData(); in _MakeFldList() local
2505 for( sal_uInt16 n = pFldSortLst->Count(); n; --n, ++pSortLst ) in _MakeFldList()
2507 String sStr( (*pSortLst)->GetNode() ); in _MakeFldList()
2509 sStr += (*pSortLst)->GetCntnt(); in _MakeFldList()
2511 sStr += (*pSortLst)->GetFld()->GetTxtNode().StartOfSectionIndex(); in _MakeFldList()
2513 sStr += *(*pSortLst)->GetFld()->GetStart(); in _MakeFldList()
2515 sStr += (*pSortLst)->GetFld()->GetFld().GetFld()->GetTyp()->Which(); in _MakeFldList()
/AOO41X/main/tools/inc/tools/
H A Dfsys.hxx447 FSysSortList* pSortLst; // NULL, wenn kein Sort gefordert member in Dir