Lines Matching refs:eNewPos
204 GraphicLocation eNewPos = GraphicLocation_NONE, eTmp; in ProcessAttrs() local
223 eNewPos = nPrc < 25 in ProcessAttrs()
235 lcl_xmlbic_MergeVertPos( eNewPos, eTmp ); in ProcessAttrs()
248 lcl_xmlbic_MergeVertPos( eNewPos, in ProcessAttrs()
251 lcl_xmlbic_MergeHoriPos( eNewPos, in ProcessAttrs()
254 eNewPos = GraphicLocation_MIDDLE_MIDDLE; in ProcessAttrs()
260 lcl_xmlbic_MergeHoriPos( eNewPos, in ProcessAttrs()
263 eNewPos = (GraphicLocation)nTmp; in ProcessAttrs()
272 lcl_xmlbic_MergeVertPos( eNewPos, in ProcessAttrs()
275 eNewPos = (GraphicLocation)nTmp; in ProcessAttrs()
286 bOK &= GraphicLocation_NONE != eNewPos; in ProcessAttrs()
288 ePos = eNewPos; in ProcessAttrs()