Home
last modified time | relevance | path

Searched refs:rTmpSet (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svx/source/dialog/
H A Dhdft.cxx647 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
649 (const SfxBoolItem&)rTmpSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ResetBackground_Impl()
655 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
657 const SvxBrushItem& rItem = (const SvxBrushItem&)rTmpSet.Get( nWhich ); in ResetBackground_Impl()
662 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
665 (const SvxBoxItem&)rTmpSet.Get( nWhich ); in ResetBackground_Impl()
677 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
679 (const SfxBoolItem&)rTmpSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ResetBackground_Impl()
685 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
692 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
[all …]
/aoo4110/main/cui/source/tabpages/
H A Dpage.cxx1271 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
1273 (const SfxBoolItem&)rTmpSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ResetBackground_Impl()
1279 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
1282 (const SvxBrushItem&)rTmpSet.Get( nWhich ); in ResetBackground_Impl()
1287 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
1290 (const SvxBoxItem&)rTmpSet.Get( nWhich ); in ResetBackground_Impl()
1302 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local
1310 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
1313 (const SvxBrushItem&)rTmpSet.Get( nWhich ); in ResetBackground_Impl()
1318 if ( rTmpSet.GetItemState( nWhich ) == SFX_ITEM_SET ) in ResetBackground_Impl()
[all …]
/aoo4110/main/sw/source/core/unocore/
H A Dunostyle.cxx3567 const SfxItemSet& rTmpSet = pSetItem->GetItemSet(); in GetPropertyValues_Impl() local
3569 rTmpSet.GetItemState(nRes, sal_True, &pItem); in GetPropertyValues_Impl()
3570 if(!pItem && nRes != rTmpSet.GetPool()->GetSlotId(nRes)) in GetPropertyValues_Impl()
3571 pItem = &rTmpSet.GetPool()->GetDefaultItem(nRes); in GetPropertyValues_Impl()

Completed in 79 milliseconds