Searched refs:pSortLst (Results 1 – 3 of 3) sorted by relevance
217 if ( !pSortLst ) { in ImpSortedInsert()252 pSortLst = NULL; in Construct()337 if ( pSortLst ) in Reset()339 pSortLst->First(); in Reset()467 pSortLst = NULL; in Dir()503 if ( pSortLst ) in ~Dir()512 pSortLst->Clear(); in ~Dir()603 if ( pSortLst ) in ImpSetSort()612 pSortLst->Clear(); in ImpSetSort()613 delete pSortLst; in ImpSetSort()[all …]
2504 const _SetGetExpFldPtr* pSortLst = pFldSortLst->GetData(); in _MakeFldList() local2505 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()
447 FSysSortList* pSortLst; // NULL, wenn kein Sort gefordert member in Dir
Completed in 192 milliseconds