Searched refs:rTmpSet (Results 1 – 3 of 3) sorted by relevance
647 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local649 (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() local679 (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 …]
1271 const SfxItemSet& rTmpSet = rSetItem.GetItemSet(); in ResetBackground_Impl() local1273 (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() local1310 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 …]
3567 const SfxItemSet& rTmpSet = pSetItem->GetItemSet(); in GetPropertyValues_Impl() local3569 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 55 milliseconds