Searched refs:rFooterSet (Results 1 – 5 of 5) sorted by relevance
155 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in UpdateExample() local157 (const SfxBoolItem&)rFooterSet.Get( SID_ATTR_PAGE_ON ); in UpdateExample()162 (const SvxSizeItem&)rFooterSet.Get( pPool->GetWhich( SID_ATTR_PAGE_SIZE ) ); in UpdateExample()164 const SvxULSpaceItem& rUL = (const SvxULSpaceItem&)rFooterSet.Get( in UpdateExample()166 const SvxLRSpaceItem& rLR = (const SvxLRSpaceItem&)rFooterSet.Get( in UpdateExample()175 if( rFooterSet.GetItemState( RES_BACKGROUND ) == SFX_ITEM_SET ) in UpdateExample()178 const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rFooterSet.Get(RES_BACKGROUND)); in UpdateExample()179 SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample()188 if( rFooterSet.GetItemState( RES_BOX ) == SFX_ITEM_SET ) in UpdateExample()191 (const SvxBoxItem&)rFooterSet.Get( RES_BOX ); in UpdateExample()
1477 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in InitHeadFoot_Impl() local1479 (const SfxBoolItem&)rFooterSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in InitHeadFoot_Impl()1484 rFooterSet.Get( GetWhich( SID_ATTR_PAGE_SIZE ) ); in InitHeadFoot_Impl()1486 rFooterSet.Get( GetWhich( SID_ATTR_ULSPACE ) ); in InitHeadFoot_Impl()1491 rFooterSet.Get( GetWhich( SID_ATTR_LRSPACE ) ); in InitHeadFoot_Impl()1505 … aFooterFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rFooterSet)); in InitHeadFoot_Impl()1511 if(rFooterSet.GetItemState(nWhich) >= SFX_ITEM_AVAILABLE) in InitHeadFoot_Impl()1514 const SvxBrushItem& rItem = (const SvxBrushItem&)rFooterSet.Get(nWhich); in InitHeadFoot_Impl()1515 SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in InitHeadFoot_Impl()1525 if ( rFooterSet.GetItemState( nWhich ) >= SFX_ITEM_AVAILABLE ) in InitHeadFoot_Impl()[all …]
330 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in ActivatePage() local332 (const SfxBoolItem&)rFooterSet.Get( SID_ATTR_PAGE_ON ); in ActivatePage()337 (const SvxSizeItem&)rFooterSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_PAGE_SIZE ) ); in ActivatePage()
253 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in ItemSetToPageDesc() local254 const SfxBoolItem& rFooterOn = (const SfxBoolItem&)rFooterSet.Get(SID_ATTR_PAGE_ON); in ItemSetToPageDesc()268 ::FillHdFt(pFooterFmt, rFooterSet); in ItemSetToPageDesc()271 rFooterSet.Get(SID_ATTR_PAGE_SHARED)).GetValue()); in ItemSetToPageDesc()
994 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in ActivatePage() local996 (const SfxBoolItem&)rFooterSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ActivatePage()1001 rFooterSet.Get( GetWhich( SID_ATTR_PAGE_SIZE ) ); in ActivatePage()1003 rFooterSet.Get( GetWhich( SID_ATTR_ULSPACE ) ); in ActivatePage()1005 rFooterSet.Get( GetWhich( SID_ATTR_LRSPACE ) ); in ActivatePage()
Completed in 42 milliseconds