Home
last modified time | relevance | path

Searched refs:rFooterSet (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sw/source/ui/frmdlg/
H A Dcolex.cxx151 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in UpdateExample() local
153 (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()
/aoo4110/main/cui/source/tabpages/
H A Dpage.cxx1414 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in InitHeadFoot_Impl() local
1416 (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()
/aoo4110/main/sw/source/ui/misc/
H A Dpgfnote.cxx330 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in ActivatePage() local
332 (const SfxBoolItem&)rFooterSet.Get( SID_ATTR_PAGE_ON ); in ActivatePage()
337 (const SvxSizeItem&)rFooterSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_PAGE_SIZE ) ); in ActivatePage()
/aoo4110/main/svx/source/dialog/
H A Dhdft.cxx829 const SfxItemSet& rFooterSet = pSetItem->GetItemSet(); in ActivatePage() local
831 (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()
/aoo4110/main/sw/source/ui/utlui/
H A Duitool.cxx253 const SfxItemSet& rFooterSet = ((SvxSetItem*)pItem)->GetItemSet(); in ItemSetToPageDesc() local
254 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 40 milliseconds