Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2251 DrawObjPointerIter aEnd = aSorted.end(); in SwEscherEx()
2252 for (DrawObjPointerIter aIter = aSorted.begin(); aIter != aEnd; ++aIter) in SwEscherEx()
2936 DrawObjPointerIter aEnd = rPVec.end(); in FindPos()
2937 for (DrawObjPointerIter aIter = rPVec.begin(); aIter != aEnd; ++aIter) in FindPos()
H A Dwrtww8.hxx367 typedef DrawObjPointerVector::iterator DrawObjPointerIter; typedef