Searched refs:aEndLst (Results 1 – 1 of 1) sorted by relevance
1245 _HTMLEndLst aEndLst; // nach End-Psotionen sortierte Liste member in HTMLEndPosLst1327 sal_uInt16 Count() const { return aEndLst.Count(); } in Count()1348 for( i = 0; i < aEndLst.Count() && aEndLst[i] != pPos; i++ ) in _FindEndPos()1351 ASSERT( i != aEndLst.Count(), "Item nicht in Ende-Liste gefunden" ); in _FindEndPos()1353 return i==aEndLst.Count() ? USHRT_MAX : i; in _FindEndPos()1370 aEndLst.Insert( pPos, nEndPos ); in _InsertItem()1375 HTMLSttEndPos *pPos = aEndLst[nEndPos]; in _RemoveItem()1382 aEndLst.Remove( nEndPos, 1 ); in _RemoveItem()1615 aEndLst.Remove( nEndPos, 1 ); in FixSplittedItem()1619 for( nEndPos=0; nEndPos < aEndLst.Count() && in FixSplittedItem()[all …]