Home
last modified time | relevance | path

Searched refs:GetGraphicPos (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx69 else if(GPOS_NONE != rBrush.GetGraphicPos()) in setSvxBrushItemAsFillAttributesToTargetSet()
86 if(GPOS_AREA == rBrush.GetGraphicPos()) in setSvxBrushItemAsFillAttributesToTargetSet()
95 else if(GPOS_TILED == rBrush.GetGraphicPos()) in setSvxBrushItemAsFillAttributesToTargetSet()
112 switch(rBrush.GetGraphicPos()) in setSvxBrushItemAsFillAttributesToTargetSet()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx827 if( pBrush->GetGraphicPos() != GPOS_NONE ) in QueryXMLValue()
839 switch( pBrush->GetGraphicPos() ) in QueryXMLValue()
867 switch( pBrush->GetGraphicPos() ) in QueryXMLValue()
892 SvxGraphicPosition eGraphicPos = pBrush->GetGraphicPos(); in QueryXMLValue()
907 if( pBrush->GetGraphicPos() != GPOS_NONE && in QueryXMLValue()
H A Dxmlimpit.cxx663 SvxGraphicPosition eOldGraphicPos = pBrush->GetGraphicPos(); in PutXMLValue()
668 GPOS_NONE != pBrush->GetGraphicPos() ) in PutXMLValue()
676 SvxGraphicPosition eGraphicPos = pBrush->GetGraphicPos(); in PutXMLValue()
H A Dxmlbrsh.cxx166 else if( GPOS_NONE == pItem->GetGraphicPos() ) in EndElement()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx809 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSet()
1013 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSetWithWallpaperItem()
1811 SvxGraphicPosition ePos = rBgdAttr.GetGraphicPos(); in FillControls_Impl()
H A Dchardlg.cxx367 if( GPOS_NONE == rBrush.GetGraphicPos() ) in ActivatePage()
/trunk/main/editeng/inc/editeng/
H A Dbrshitem.hxx112 SvxGraphicPosition GetGraphicPos() const { return eGraphicPos; } in GetGraphicPos() function in SvxBrushItem
/trunk/main/sw/source/core/access/
H A Daccframe.cxx398 rBack.GetGraphicPos() != GPOS_NONE ) in IsOpaque()
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx186 if ( GPOS_NONE != pItem->GetGraphicPos() ) in SwReadOnlyPopup()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx1528 const SvxGraphicPosition ePos = pUp->GetFmt()->GetBackground().GetGraphicPos(); in AdjustNeighbourhood()
2588 const SvxGraphicPosition ePos = GetFmt()->GetBackground().GetGraphicPos(); in GrowFrm()
2751 const SvxGraphicPosition ePos = GetFmt()->GetBackground().GetGraphicPos(); in ShrinkFrm()
H A Dsectfrm.cxx2087 GetAttrSet()->GetBackground().GetGraphicPos(); in _Grow()
2174 GetAttrSet()->GetBackground().GetGraphicPos(); in _Shrink()
H A Dpaintfrm.cxx1754 ePos = pBrush->GetGraphicPos(); in DrawGraphic()
3683 rBack.GetGraphicPos() != GPOS_NONE; in Paint()
6669 rBack.GetGraphicPos() == GPOS_NONE && in GetBackgroundBrush()
6726 !rBack.GetColor().GetTransparency() || rBack.GetGraphicPos() != GPOS_NONE || in GetBackgroundBrush()
H A Dfrmtool.cxx244 const SvxGraphicPosition ePos = pFrm->GetAttrSet()->GetBackground().GetGraphicPos(); in ~SwFrmNotify()
H A Dtabfrm.cxx3250 const SvxGraphicPosition ePos = GetFmt()->GetBackground().GetGraphicPos(); in GrowFrm()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx2349 0 != rBrushItem.GetGraphicPos() ) in OutCSS1_FrmFmtBrush()
3374 SvxGraphicPosition ePos = ((const SvxBrushItem &)rHt).GetGraphicPos(); in OutCSS1_SvxBrush()
H A Dhtmlgrin.cxx938 SvxGraphicPosition ePos = aBrushItem.GetGraphicPos(); in InsertBodyOptions()
H A Dhtmlfly.cxx281 if( GPOS_NONE != rBrush.GetGraphicPos() || in SV_IMPL_OP_PTRARR_SORT()
H A Dhtmlcss1.cxx855 if( GPOS_NONE != pBrushItem->GetGraphicPos() ) in StyleParsed()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx547 if ( bAll && GPOS_NONE != pBrushItem->GetGraphicPos() ) in WriteBody()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1134 ePos = rBrush.GetGraphicPos(); in lcl_DrawGraphic()
1297 if (pBackground->GetGraphicPos() != GPOS_NONE) in DrawBorder()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1235 rBack.GetGraphicPos() == GPOS_NONE ) in Modify()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2331 SvxGraphicPosition ePos = pBrush->GetGraphicPos(); in SwEscherEx()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx4320 pItem->SetStyle( (sal_uInt16)GraphicPos2WallpaperStyle( GetGraphicPos() ) ); in CreateCntWallpaperItem()