Lines Matching refs:aLst
2459 return aLst.Count(); in Count()
2467 mxStyleSheet->PresetNameAndFamily( *aLst[ nIdx ] ); in operator []()
2479 aLst.Erase(); in First()
2523 aLst.Append( cCHAR, pFmt == rDoc.GetDfltCharFmt() in First()
2538 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2540 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2542 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2544 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2643 aLst.Append( cPARA, pColl->GetName() ); in First()
2666 aLst.Append( cPARA, *SwStyleNameMapper::GetTextUINameArray()[ in First()
2702 aLst.Append( cPARA, in First()
2736 aLst.Append( cFRAME, pFmt->GetName() ); in First()
2765 aLst.Append( cPAGE, rDesc.GetName() ); in First()
2791 aLst.Append( cNUMRULE, rRule.GetName() ); in First()
2799 if(aLst.Count() > 0) in First()
2810 if(aLst.Count() > 0 && nLastPos < aLst.Count()) in Next()
2812 mxIterSheet->PresetNameAndFamily(*aLst[nLastPos]); in Next()
2831 nLastPos = lcl_FindName( aLst, nSearchFamily, rName ); in Find()
2835 mxStyleSheet->PresetNameAndFamily(*aLst[nLastPos]); in Find()
2874 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2879 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2892 sal_uInt16 nTmpPos = lcl_FindName( aLst, pStyle->GetFamily(), in Notify()
2894 if( nTmpPos < aLst.Count() ) in Notify()
2895 aLst.DeleteAndDestroy( nTmpPos ); in Notify()