Searched refs:rFooterSet (Results 1 – 5 of 5) sorted by relevance
151 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in UpdateExample() local153 (const SfxBoolItem&)rFooterSet.Get( SID_ATTR_PAGE_ON ); in UpdateExample()158 (const SvxSizeItem&)rFooterSet.Get( pPool->GetWhich( SID_ATTR_PAGE_SIZE ) ); in UpdateExample()160 const SvxULSpaceItem& rUL = (const SvxULSpaceItem&)rFooterSet.Get( in UpdateExample()162 const SvxLRSpaceItem& rLR = (const SvxLRSpaceItem&)rFooterSet.Get( in UpdateExample()170 if( rFooterSet.GetItemState( RES_BACKGROUND ) == SFX_ITEM_SET ) in UpdateExample()173 (const SvxBrushItem&)rFooterSet.Get( RES_BACKGROUND ); in UpdateExample()176 if( rFooterSet.GetItemState( RES_BOX ) == SFX_ITEM_SET ) in UpdateExample()179 (const SvxBoxItem&)rFooterSet.Get( RES_BOX ); in UpdateExample()
1414 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in InitHeadFoot_Impl() local1416 (const SfxBoolItem&)rFooterSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in InitHeadFoot_Impl()1421 rFooterSet.Get( GetWhich( SID_ATTR_PAGE_SIZE ) ); in InitHeadFoot_Impl()1423 rFooterSet.Get( GetWhich( SID_ATTR_ULSPACE ) ); in InitHeadFoot_Impl()1428 rFooterSet.Get( GetWhich( SID_ATTR_LRSPACE ) ); in InitHeadFoot_Impl()1439 if ( rFooterSet.GetItemState( nWhich ) >= SFX_ITEM_AVAILABLE ) in InitHeadFoot_Impl()1442 (const SvxBrushItem&)rFooterSet.Get( nWhich ); in InitHeadFoot_Impl()1447 if ( rFooterSet.GetItemState( nWhich ) >= SFX_ITEM_AVAILABLE ) in InitHeadFoot_Impl()1450 (const SvxBoxItem&)rFooterSet.Get( nWhich ); in InitHeadFoot_Impl()
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()
829 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in ActivatePage() local831 (const SfxBoolItem&)rFooterSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ActivatePage()836 rFooterSet.Get( GetWhich( SID_ATTR_PAGE_SIZE ) ); in ActivatePage()838 rFooterSet.Get( GetWhich( SID_ATTR_ULSPACE ) ); in ActivatePage()840 rFooterSet.Get( GetWhich( SID_ATTR_LRSPACE ) ); 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()
Completed in 52 milliseconds