Lines Matching refs:aLst
2533 return aLst.Count(); in Count()
2541 mxStyleSheet->PresetNameAndFamily( *aLst[ nIdx ] ); in operator []()
2553 aLst.Erase(); in First()
2597 aLst.Append( cCHAR, pFmt == rDoc.GetDfltCharFmt() in First()
2612 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2614 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2616 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2618 aLst.Append( cCHAR, *SwStyleNameMapper::GetChrFmtUINameArray()[ in First()
2717 aLst.Append( cPARA, pColl->GetName() ); in First()
2740 aLst.Append( cPARA, *SwStyleNameMapper::GetTextUINameArray()[ in First()
2776 aLst.Append( cPARA, in First()
2810 aLst.Append( cFRAME, pFmt->GetName() ); in First()
2839 aLst.Append( cPAGE, rDesc.GetName() ); in First()
2865 aLst.Append( cNUMRULE, rRule.GetName() ); in First()
2873 if(aLst.Count() > 0) in First()
2884 if(aLst.Count() > 0 && nLastPos < aLst.Count()) in Next()
2886 mxIterSheet->PresetNameAndFamily(*aLst[nLastPos]); in Next()
2905 nLastPos = lcl_FindName( aLst, nSearchFamily, rName ); in Find()
2909 mxStyleSheet->PresetNameAndFamily(*aLst[nLastPos]); in Find()
2948 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2953 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2966 sal_uInt16 nTmpPos = lcl_FindName( aLst, pStyle->GetFamily(), in Notify()
2968 if( nTmpPos < aLst.Count() ) in Notify()
2969 aLst.DeleteAndDestroy( nTmpPos ); in Notify()