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.cxx169 void wwZOrderer::InsertDrawingObject(SdrObject* pObj, short nWwHeight) in InsertDrawingObject() argument
171 sal_uLong nPos = GetDrawingObjectPos(nWwHeight); in InsertDrawingObject()
172 if (nWwHeight & 0x2000) // Heaven ? in InsertDrawingObject()
220 sal_uLong wwZOrderer::GetDrawingObjectPos(short nWwHeight) in GetDrawingObjectPos() argument
227 if ((*aIter & 0x1fff) > (nWwHeight & 0x1fff)) in GetDrawingObjectPos()
232 aIter = maDrawHeight.insert(aIter, nWwHeight); in GetDrawingObjectPos()
H A Dww8graf.hxx79 sal_uLong GetDrawingObjectPos(short nWwHeight);
89 void InsertDrawingObject(SdrObject* pObj, short nWwHeight);