/aoo41x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 370 const SvxBrushItem& rBrush = *(SvxBrushItem*)pItem; in ActivatePage() local 371 if( rBrush.GetGraphicLink() && in ActivatePage() 372 aGraphicName != *rBrush.GetGraphicLink() ) in ActivatePage() 373 aGraphicName = *rBrush.GetGraphicLink(); in ActivatePage() 375 const Graphic* pGrf = rBrush.GetGraphic(); in ActivatePage()
|
H A D | chardlg.cxx | 346 const SvxBrushItem& rBrush = ( SvxBrushItem& ) rSet.Get( nWhich ); in ActivatePage() local 347 const Color& rColor = rBrush.GetColor(); in ActivatePage() 366 const SvxBrushItem& rBrush = ( SvxBrushItem& ) rSet.Get( nWhich ); in ActivatePage() local 367 if( GPOS_NONE == rBrush.GetGraphicPos() ) in ActivatePage() 368 aBackCol = rBrush.GetColor(); in ActivatePage()
|
H A D | backgrnd.cxx | 125 void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency) in lcl_SetTransparency() argument 129 rBrush.PutValue(aTransparency, MID_GRAPHIC_TRANSPARENCY); in lcl_SetTransparency()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewstat.cxx | 156 const SvxBrushItem& rBrush = (const SvxBrushItem&) in GetState() local 158 rSet.Put(rBrush); in GetState()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 2302 void RtfAttributeOutput::CharBackground( const SvxBrushItem& rBrush ) in CharBackground() argument 2306 if( !rBrush.GetColor().GetTransparency() ) in CharBackground() 2309 m_aStyles.append((sal_Int32)m_rExport.GetColor(rBrush.GetColor())); in CharBackground() 3074 void RtfAttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() argument 3078 if( !rBrush.GetColor().GetTransparency() ) in FormatBackground() 3081 m_aStyles.append((sal_Int32)m_rExport.GetColor(rBrush.GetColor())); in FormatBackground()
|
H A D | escher.hxx | 112 void WriteBrushAttr(const SvxBrushItem &rBrush,
|
H A D | ww8atr.cxx | 1658 void WW8AttributeOutput::CharBackground( const SvxBrushItem& rBrush ) in CharBackground() argument 1664 m_rWW8Export.TransBrush( rBrush.GetColor(), aSHD ); in CharBackground() 1674 m_rWW8Export.InsUInt32( SuitableBGColor( rBrush.GetColor().GetColor() ) ); in CharBackground() 4093 void WW8AttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() argument 4100 m_rWW8Export.TransBrush( rBrush.GetColor(), aSHD ); in FormatBackground() 4115 m_rWW8Export.InsUInt32( SuitableBGColor( rBrush.GetColor().GetColor() ) ); in FormatBackground()
|
H A D | wrtw8esh.cxx | 1871 void SwBasicEscherEx::WriteBrushAttr(const SvxBrushItem &rBrush, in WriteBrushAttr() argument 1876 if (const GraphicObject *pGraphicObject = rBrush.GetGraphicObject()) in WriteBrushAttr() 1913 sal_uInt32 nFillColor = GetColor(rBrush.GetColor(), false); in WriteBrushAttr() 1918 if (0 != (nOpaque = rBrush.GetColor().GetTransparency())) in WriteBrushAttr()
|
H A D | rtfattributeoutput.hxx | 306 virtual void CharBackground( const SvxBrushItem& rBrush );
|
H A D | docxattributeoutput.hxx | 372 virtual void CharBackground( const SvxBrushItem& rBrush );
|
H A D | docxattributeoutput.cxx | 2407 void DocxAttributeOutput::CharBackground( const SvxBrushItem& rBrush ) in CharBackground() argument 2410 FSNS( XML_w, XML_fill ), impl_ConvertColor( rBrush.GetColor() ).getStr(), FSEND ); in CharBackground() 3131 void DocxAttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() argument 3135 OString sColor = impl_ConvertColor( rBrush.GetColor( ) ); in FormatBackground()
|
H A D | wrtww8.cxx | 1532 int WW8Export::GetGrfIndex(const SvxBrushItem& rBrush) in GetGrfIndex() argument 1535 if ( rBrush.GetGraphic() ) in GetGrfIndex() 1539 if (m_vecBulletPic[i]->GetChecksum() == rBrush.GetGraphic()->GetChecksum()) in GetGrfIndex()
|
H A D | ww8par6.cxx | 2640 const SvxBrushItem &rBrush = (const SvxBrushItem&)(rItm); in StopApo() local 2641 if (rBrush.GetColor().GetColor() != COL_AUTO) in StopApo() 2642 aBg = rBrush.GetColor(); in StopApo()
|
H A D | wrtww8.hxx | 1044 int GetGrfIndex(const SvxBrushItem& rBrush);
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 277 const SvxBrushItem& rBrush = rFrmFmt.GetBackground(); in SV_IMPL_OP_PTRARR_SORT() local 281 if( GPOS_NONE != rBrush.GetGraphicPos() || in SV_IMPL_OP_PTRARR_SORT() 282 rBrush.GetColor() != COL_TRANSPARENT ) in SV_IMPL_OP_PTRARR_SORT()
|
H A D | htmltab.cxx | 667 …void SetBGBrush( const SvxBrushItem& rBrush ) { delete pBGBrush; pBGBrush = new SvxBrushItem( rBru… in SetBGBrush() argument
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2528 const SvxBrushItem& rBrush = *(SvxBrushItem*)pItem; in ActivatePage() local 2529 if( rBrush.GetGraphicLink() ) in ActivatePage() 2531 aGrfName = aNewGrfName = *rBrush.GetGraphicLink(); in ActivatePage() 2534 const Graphic* pGrf = rBrush.GetGraphic(); in ActivatePage()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 1120 void lcl_DrawGraphic( const SvxBrushItem &rBrush, OutputDevice *pOut, OutputDevice* pRefDev, in lcl_DrawGraphic() argument 1124 const Graphic *pGraphic = rBrush.GetGraphic(); in lcl_DrawGraphic() 1134 ePos = rBrush.GetGraphicPos(); in lcl_DrawGraphic()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1598 void lcl_DrawGraphic( const SvxBrushItem& rBrush, OutputDevice *pOut, in lcl_DrawGraphic() argument 1620 ((SvxBrushItem&)rBrush).SetDoneLink( Link() ); in lcl_DrawGraphic() 1621 GraphicObject *pGrf = (GraphicObject*)rBrush.GetGraphicObject(); in lcl_DrawGraphic() 1624 ::lcl_DrawGraphicBackgrd( rBrush, pOut, aAlignedGrfRect, *pGrf, bGrfNum, bBackgrdAlreadyDrawn ); in lcl_DrawGraphic()
|