Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dsortedobjsimpl.cxx56 return maSortedObjLst.size(); in Count()
69 pAnchoredObj = maSortedObjLst[ _nIndex ]; in operator []()
230 maSortedObjLst.insert( aInsPosIter, &_rAnchoredObj ); in Insert()
239 tIter aDelPosIter = std::find( maSortedObjLst.begin(), in Remove()
240 maSortedObjLst.end(), in Remove()
243 if ( aDelPosIter == maSortedObjLst.end() ) in Remove()
254 maSortedObjLst.erase( aDelPosIter ); in Remove()
262 tConstIter aIter = std::find( maSortedObjLst.begin(), maSortedObjLst.end(), in Contains()
265 return aIter != maSortedObjLst.end(); in Contains()
294 tConstIter aIter = std::find( maSortedObjLst.begin(), maSortedObjLst.end(), in ListPosOf()
[all …]
/aoo41x/main/sw/source/core/inc/
H A Dsortedobjsimpl.hxx36 std::vector< SwAnchoredObject* > maSortedObjLst; member in SwSortedObjsImpl

Completed in 25 milliseconds