Lines Matching refs:ePos
91 void lcl_xmlbic_MergeHoriPos( GraphicLocation& ePos, in lcl_xmlbic_MergeHoriPos() argument
99 switch( ePos ) in lcl_xmlbic_MergeHoriPos()
104 ePos = GraphicLocation_LEFT_MIDDLE==eHori in lcl_xmlbic_MergeHoriPos()
114 ePos = eHori; in lcl_xmlbic_MergeHoriPos()
120 ePos = GraphicLocation_LEFT_MIDDLE==eHori in lcl_xmlbic_MergeHoriPos()
131 void lcl_xmlbic_MergeVertPos( GraphicLocation& ePos, in lcl_xmlbic_MergeVertPos() argument
139 switch( ePos ) in lcl_xmlbic_MergeVertPos()
144 ePos = GraphicLocation_MIDDLE_TOP==eVert in lcl_xmlbic_MergeVertPos()
149 ePos = eVert; in lcl_xmlbic_MergeVertPos()
155 ePos = eVert; in lcl_xmlbic_MergeVertPos()
161 ePos = GraphicLocation_MIDDLE_TOP==eVert in lcl_xmlbic_MergeVertPos()
179 ePos = GraphicLocation_NONE; in ProcessAttrs()
195 if( GraphicLocation_NONE == ePos ) in ProcessAttrs()
196 ePos = GraphicLocation_TILED; in ProcessAttrs()
288 ePos = eNewPos; in ProcessAttrs()
305 GraphicLocation_NONE == ePos || in ProcessAttrs()
306 GraphicLocation_AREA == ePos || in ProcessAttrs()
307 GraphicLocation_TILED == ePos ) in ProcessAttrs()
308 ePos = (GraphicLocation)nPos; in ProcessAttrs()
392 ePos = GraphicLocation_NONE; in EndElement()
393 else if( GraphicLocation_NONE == ePos ) in EndElement()
394 ePos = GraphicLocation_TILED; in EndElement()
397 aPosProp.maValue <<= ePos; in EndElement()