Searched refs:eGraphicPos (Results 1 – 4 of 4) sorted by relevance
3475 eGraphicPos ( GPOS_NONE ), in SvxBrushItem()3491 eGraphicPos ( GPOS_NONE ), in SvxBrushItem()3508 eGraphicPos ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ), in SvxBrushItem()3526 eGraphicPos ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ), in SvxBrushItem()3545 eGraphicPos ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ), in SvxBrushItem()3563 eGraphicPos ( GPOS_NONE ) in SvxBrushItem()3666 eGraphicPos = (SvxGraphicPosition)nPos; in SvxBrushItem()3679 eGraphicPos ( GPOS_NONE ), in SvxBrushItem()3730 rVal <<= (style::GraphicLocation)(sal_Int16)eGraphicPos; in QueryValue()3855 if ( sLink.getLength() && eGraphicPos == GPOS_NONE ) in PutValue()[all …]
676 SvxGraphicPosition eGraphicPos = pBrush->GetGraphicPos(); in PutXMLValue() local681 if( GPOS_MM != nPos || GPOS_NONE == eGraphicPos || in PutXMLValue()682 GPOS_AREA == eGraphicPos || GPOS_TILED == eGraphicPos ) in PutXMLValue()
892 SvxGraphicPosition eGraphicPos = pBrush->GetGraphicPos(); in QueryXMLValue() local893 if( GPOS_AREA == eGraphicPos ) in QueryXMLValue()898 else if( GPOS_NONE != eGraphicPos && GPOS_TILED != eGraphicPos ) in QueryXMLValue()
64 SvxGraphicPosition eGraphicPos; member in SvxBrushItem112 SvxGraphicPosition GetGraphicPos() const { return eGraphicPos; } in GetGraphicPos()