Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx173 void wwZOrderer::InsertDrawingObject(SdrObject* pObj, short nWwHeight) in InsertDrawingObject() argument
175 sal_uLong nPos = GetDrawingObjectPos(nWwHeight); in InsertDrawingObject()
176 if (nWwHeight & 0x2000) // Heaven ? in InsertDrawingObject()
224 sal_uLong wwZOrderer::GetDrawingObjectPos(short nWwHeight) in GetDrawingObjectPos() argument
231 if ((*aIter & 0x1fff) > (nWwHeight & 0x1fff)) in GetDrawingObjectPos()
236 aIter = maDrawHeight.insert(aIter, nWwHeight); in GetDrawingObjectPos()
H A Dww8graf.hxx80 sal_uLong GetDrawingObjectPos(short nWwHeight);
90 void InsertDrawingObject(SdrObject* pObj, short nWwHeight);

Completed in 25 milliseconds