Lines Matching refs:GPOS_NONE
3475 eGraphicPos ( GPOS_NONE ), in SvxBrushItem()
3491 eGraphicPos ( GPOS_NONE ), in SvxBrushItem()
3508 eGraphicPos ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ), in SvxBrushItem()
3512 DBG_ASSERT( GPOS_NONE != ePos, "SvxBrushItem-Ctor with GPOS_NONE == ePos" ); in SvxBrushItem()
3526 eGraphicPos ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ), in SvxBrushItem()
3530 DBG_ASSERT( GPOS_NONE != ePos, "SvxBrushItem-Ctor with GPOS_NONE == ePos" ); in SvxBrushItem()
3545 eGraphicPos ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ), in SvxBrushItem()
3549 DBG_ASSERT( GPOS_NONE != ePos, "SvxBrushItem-Ctor with GPOS_NONE == ePos" ); in SvxBrushItem()
3563 eGraphicPos ( GPOS_NONE ) in SvxBrushItem()
3679 eGraphicPos ( GPOS_NONE ), in SvxBrushItem()
3855 if ( sLink.getLength() && eGraphicPos == GPOS_NONE ) in PutValue()
3858 eGraphicPos = GPOS_NONE; in PutValue()
3909 if ( GPOS_NONE == eGraphicPos ) in GetPresentation()
3943 if ( GPOS_NONE != eGraphicPos ) in operator =()
3970 if ( GPOS_NONE != eGraphicPos ) in operator ==()
4161 if ( GPOS_NONE == eGraphicPos ) in SetGraphicPos()
4189 if ( GPOS_NONE == eGraphicPos ) in SetGraphic()
4211 if ( GPOS_NONE == eGraphicPos ) in SetGraphicObject()
4259 case WALLPAPER_NULL: eResult = GPOS_NONE; break; in WallpaperStyle2GraphicPos()
4271 default: eResult = GPOS_NONE; in WallpaperStyle2GraphicPos()
4282 case GPOS_NONE: eResult = WALLPAPER_NULL; break; in GraphicPos2WallpaperStyle()