Home
last modified time | relevance | path

Searched refs:aEndLst (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1241 _HTMLEndLst aEndLst; // nach End-Positionen sortierte Liste member in HTMLEndPosLst
1323 sal_uInt16 Count() const { return aEndLst.Count(); } in Count()
1344 for( i = 0; i < aEndLst.Count() && aEndLst[i] != pPos; i++ ) in _FindEndPos()
1347 ASSERT( i != aEndLst.Count(), "Item nicht in Ende-Liste gefunden" ); in _FindEndPos()
1349 return i==aEndLst.Count() ? USHRT_MAX : i; in _FindEndPos()
1366 aEndLst.Insert( pPos, nEndPos ); in _InsertItem()
1371 HTMLSttEndPos *pPos = aEndLst[nEndPos]; in _RemoveItem()
1378 aEndLst.Remove( nEndPos, 1 ); in _RemoveItem()
1611 aEndLst.Remove( nEndPos, 1 ); in FixSplittedItem()
1615 for( nEndPos=0; nEndPos < aEndLst.Count() && in FixSplittedItem()
[all …]