Lines Matching refs:SvxBrushItem
81 SvxBrushItem* pCellBrush;
82 SvxBrushItem* pRowBrush;
83 SvxBrushItem* pTableBrush;
96 SvxBrushItem* pParaBrush;
97 SvxBrushItem* pCharBrush;
125 void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency) in lcl_SetTransparency()
501 const SvxBrushItem* pBgdAttr = NULL; in Reset()
554 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
561 aBgdColor = ( (SvxBrushItem*)pBgdAttr )->GetColor(); in Reset()
573 aBgdColor = ( (SvxBrushItem*)pOld )->GetColor(); in Reset()
596 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
597 pTableBck_Impl->pCellBrush = new SvxBrushItem(*pBgdAttr); in Reset()
603 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( SID_ATTR_BRUSH_ROW ) ); in Reset()
604 pTableBck_Impl->pRowBrush = new SvxBrushItem(*pBgdAttr); in Reset()
610 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( SID_ATTR_BRUSH_TABLE ) ); in Reset()
611 pTableBck_Impl->pTableBrush = new SvxBrushItem(*pBgdAttr); in Reset()
635 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
636 pParaBck_Impl->pParaBrush = new SvxBrushItem(*pBgdAttr); in Reset()
644 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
645 pParaBck_Impl->pCharBrush = new SvxBrushItem(*pBgdAttr); in Reset()
648 pParaBck_Impl->pCharBrush = new SvxBrushItem(SID_ATTR_BRUSH_CHAR); in Reset()
682 const SvxBrushItem* pBgdAttr = NULL; in ResetFromWallpaperItem()
685 SvxBrushItem* pTemp = 0; in ResetFromWallpaperItem()
691 pTemp = new SvxBrushItem( *pItem, nWhich ); in ResetFromWallpaperItem()
808 const SvxBrushItem& rOldItem = (const SvxBrushItem&)*pOld; in FillItemSet()
830 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
858 SvxBrushItem aTmpBrush(nWhich); in FillItemSet()
861 aTmpBrush = SvxBrushItem( aBgdGraphicPath, in FillItemSet()
867 aTmpBrush = SvxBrushItem( aBgdGraphic, in FillItemSet()
881 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
884 SvxBrushItem* pTmpBrush = 0; in FillItemSet()
887 pTmpBrush = new SvxBrushItem( aBgdGraphicPath, in FillItemSet()
898 pTmpBrush = new SvxBrushItem( aBgdGraphic, in FillItemSet()
914 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
988 *pParaBck_Impl->pCharBrush != SvxBrushItem(SID_ATTR_BRUSH_CHAR))) in FillItemSet()
1012 SvxBrushItem rOldItem( (const CntWallpaperItem&)*pOld, nWhich ); in FillItemSetWithWallpaperItem()
1048 WallpaperStyle eWallStyle = SvxBrushItem::GraphicPos2WallpaperStyle(eNewPos); in FillItemSetWithWallpaperItem()
1069 SvxBrushItem::GraphicPos2WallpaperStyle( GetGraphicPosition_Impl() ); in FillItemSetWithWallpaperItem()
1668 SvxBrushItem** pActItem = new (SvxBrushItem*); in IMPL_LINK()
1687 *pActItem = new SvxBrushItem(nWhich); in IMPL_LINK()
1690 **pActItem = SvxBrushItem( aBgdColor, nWhich ); in IMPL_LINK()
1701 **pActItem = SvxBrushItem( aBgdGraphicPath, in IMPL_LINK()
1706 **pActItem = SvxBrushItem( aBgdGraphic, in IMPL_LINK()
1733 *pActItem = new SvxBrushItem(nWhich); in IMPL_LINK()
1747 SvxBrushItem** pActItem = new (SvxBrushItem*); in IMPL_LINK()
1761 **pActItem = SvxBrushItem( aBgdColor, nWhich ); in IMPL_LINK()
1772 **pActItem = SvxBrushItem( aBgdGraphicPath, in IMPL_LINK()
1777 **pActItem = SvxBrushItem( aBgdGraphic, in IMPL_LINK()
1803 void SvxBackgroundTabPage::FillControls_Impl( const SvxBrushItem& rBgdAttr, in FillControls_Impl()