Lines Matching refs:aDelList
162 aDelList.Remove( 0, aAddList.Count() );
172 return aDelList.Count(); in GetUpdateDataCount()
179 const sal_uInt32 nCount = aDelList.Count(); in GetUpdateData()
184 for ( sal_uInt16 i = 0; i < aDelList.Count(); ++i ) in GetUpdateData()
185 *pDelArray++ = aDelList[i]; in GetUpdateData()
262 for ( sal_uInt16 i = 0; !bFound && i < aDelList.Count(); ++i ) in AddFormat()
264 if ( aDelList[i] == nAddKey ) in AddFormat()
271 aDelList.Remove( nAt ); in AddFormat()
326 aDelList.Insert( nDelKey, aDelList.Count() ); in RemoveFormat()
1184 for ( sal_uInt16 i = 0; !bFound && i < aDelList.Count(); ++i ) in IsRemoved_Impl()
1185 if ( aDelList[i] == nKey ) in IsRemoved_Impl()