Lines Matching refs:rOldItem
808 const SvxBrushItem& rOldItem = (const SvxBrushItem&)*pOld; in FillItemSet() local
809 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSet()
826 if ( rOldItem.GetColor() != aBgdColor || in FillItemSet()
841 const sal_Bool bWasLink = (NULL != rOldItem.GetGraphicLink() ); in FillItemSet()
850 || ( bWasLink && *rOldItem.GetGraphicLink() in FillItemSet()
852 || ( !bWasLink && rOldItem.GetGraphic()->GetBitmap() in FillItemSet()
1012 SvxBrushItem rOldItem( (const CntWallpaperItem&)*pOld, nWhich ); in FillItemSetWithWallpaperItem() local
1013 SvxGraphicPosition eOldPos = rOldItem.GetGraphicPos(); in FillItemSetWithWallpaperItem()
1025 if ( rOldItem.GetColor() != aBgdColor ) in FillItemSetWithWallpaperItem()
1041 ( *rOldItem.GetGraphicLink() != aBgdGraphicPath ) ); in FillItemSetWithWallpaperItem()
1042 int bBrushChanged = ( rOldItem.GetColor() != aBgdColor ); in FillItemSetWithWallpaperItem()