Lines Matching refs:rOutAttrs
83 rOutAttrs ( rInAttrs ), in SvxShadowTabPage()
109 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxShadowTabPage()
115 if( rOutAttrs.GetItemState( XATTR_FILLSTYLE ) != SFX_ITEM_DONTCARE ) in SvxShadowTabPage()
117 eXFS = (XFillStyle) ( ( ( const XFillStyleItem& ) rOutAttrs. in SvxShadowTabPage()
124 if( SFX_ITEM_DONTCARE != rOutAttrs.GetItemState( XATTR_FILLCOLOR ) ) in SvxShadowTabPage()
127 rOutAttrs.Get( XATTR_FILLCOLOR ) ); in SvxShadowTabPage()
133 if( SFX_ITEM_DONTCARE != rOutAttrs.GetItemState( XATTR_FILLGRADIENT ) ) in SvxShadowTabPage()
136 rOutAttrs.Get( XATTR_FILLGRADIENT ) ) ); in SvxShadowTabPage()
142 if( SFX_ITEM_DONTCARE != rOutAttrs.GetItemState( XATTR_FILLHATCH ) ) in SvxShadowTabPage()
145 rOutAttrs.Get( XATTR_FILLHATCH ) ) ); in SvxShadowTabPage()
152 if( SFX_ITEM_DONTCARE != rOutAttrs.GetItemState( XATTR_FILLBITMAP ) ) in SvxShadowTabPage()
155 rOutAttrs.Get( XATTR_FILLBITMAP ) ); in SvxShadowTabPage()
321 rOutAttrs.GetItemState( SDRATTR_SHADOWXDIST ) != SFX_ITEM_DONTCARE || in FillItemSet()
322 rOutAttrs.GetItemState( SDRATTR_SHADOWYDIST ) != SFX_ITEM_DONTCARE ) in FillItemSet()
326 if( rOutAttrs.GetItemState( SDRATTR_SHADOWXDIST ) != SFX_ITEM_DONTCARE && in FillItemSet()
327 rOutAttrs.GetItemState( SDRATTR_SHADOWYDIST ) != SFX_ITEM_DONTCARE ) in FillItemSet()
329 nOldX = ( ( const SdrShadowXDistItem& ) rOutAttrs. in FillItemSet()
331 nOldY = ( ( const SdrShadowYDistItem& ) rOutAttrs. in FillItemSet()
439 SfxItemPool* pPool = rOutAttrs.GetPool(); in Reset()