/trunk/main/sc/source/ui/pagedlg/ |
H A D | tptable.cxx | 76 const SfxItemSet& rOldSet, 81 const SfxItemSet& rOldSet, 97 const SfxItemSet& rOldSet, 311 rCoreSet, rOldSet, in FillItemSet() 316 rCoreSet, rOldSet, in FillItemSet() 321 rCoreSet, rOldSet, in FillItemSet() 326 rCoreSet, rOldSet, in FillItemSet() 331 rCoreSet, rOldSet, in FillItemSet() 336 rCoreSet, rOldSet, in FillItemSet() 386 rCoreSet, rOldSet, in FillItemSet() [all …]
|
/trunk/main/sfx2/source/dialog/ |
H A D | itemconnect.cxx | 72 void ItemWrapperHelper::RemoveDefaultItem( SfxItemSet& rDestSet, const SfxItemSet& rOldSet, sal_uIn… in RemoveDefaultItem() argument 75 if( rOldSet.GetItemState( nWhich, sal_False ) == SFX_ITEM_DEFAULT ) in RemoveDefaultItem() 282 bool ItemConnectionBase::DoFillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) in DoFillItemSet() argument 284 return IsActive() && FillItemSet( rDestSet, rOldSet ); in DoFillItemSet() 334 bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ); 362 bool ItemConnectionArrayImpl::FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) in FillItemSet() argument 366 bChanged |= (*aIt)->DoFillItemSet( rDestSet, rOldSet ); in FillItemSet() 396 bool ItemConnectionArray::FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) in FillItemSet() argument 398 return mxImpl->FillItemSet( rDestSet, rOldSet ); in FillItemSet()
|
H A D | tabdlg.cxx | 414 const SfxItemSet& rOldSet = GetItemSet(); in GetOldItem() local 418 if ( pImpl->mbStandard && rOldSet.GetParent() ) in GetOldItem() 419 pItem = GetItem( *rOldSet.GetParent(), nSlot ); in GetOldItem() 424 pItem = GetItem( rOldSet, nSlot ); in GetOldItem()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | itemconnect.hxx | 208 bool DoFillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ); 218 virtual bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) = 0; 277 virtual bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ); 304 virtual bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ); 464 virtual bool FillItemSet( SfxItemSet& rDestSet, const SfxItemSet& rOldSet ); 521 SfxItemSet& rDestSet, const SfxItemSet& rOldSet ) in FillItemSet() argument 523 const ItemType* pOldItem = maItemWrp.GetUniqueItem( rOldSet ); in FillItemSet() 544 ItemWrapperHelper::RemoveDefaultItem( rDestSet, rOldSet, maItemWrp.GetSlotId() ); in FillItemSet()
|
H A D | itemwrapper.hxx | 59 …static void RemoveDefaultItem( SfxItemSet& rDestSet, const SfxItemSet& rOldSet, sal_uInt16…
|
/trunk/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 1229 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet_Impl() local 1267 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet_Impl() 1317 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet_Impl() 1364 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet_Impl() 2015 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSetColor_Impl() local 2606 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 2720 if ( rOldSet.GetItemState( nWhich ) == SFX_ITEM_DONTCARE && in FillItemSet() 2748 if( rOldSet.GetItemState( nWhich ) != SFX_ITEM_DONTCARE ) in FillItemSet() 2756 if ( rOldSet.GetItemState( nWhich ) == SFX_ITEM_DONTCARE && in FillItemSet() 3587 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local [all …]
|
H A D | border.cxx | 661 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 666 SfxMapUnit eCoreUnit = rOldSet.GetPool()->GetMetric( nBoxWhich ); in FillItemSet() 768 if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nBoxWhich, sal_False )) in FillItemSet() 770 bPut = aBoxItem != (const SvxBoxItem&)(rOldSet.Get(nBoxWhich)) ? sal_True : sal_False; in FillItemSet() 772 if( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nBoxInfoWhich, sal_False ) ) in FillItemSet() 775 rOldSet.Get(nBoxInfoWhich); in FillItemSet()
|
H A D | page.cxx | 756 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 757 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet() 764 SvxLRSpaceItem aMargin( (const SvxLRSpaceItem&)rOldSet.Get( nWhich ) ); in FillItemSet() 768 SvxULSpaceItem aTopMargin( (const SvxULSpaceItem&)rOldSet.Get( nWhich ) ); in FillItemSet() 876 SvxPageItem aPage( (const SvxPageItem&)rOldSet.Get( nWhich ) ); in FillItemSet() 908 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich ) ) in FillItemSet() 911 rSet.Put( rOldSet.Get( nWhich ) ); in FillItemSet() 952 const SfxBoolItem& rRegItem = (const SfxBoolItem&)rOldSet.Get(SID_SWREGISTER_MODE); in FillItemSet()
|
H A D | swpossizetabpage.cxx | 701 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 733 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_ORIENT)); in FillItemSet() 735 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_RELATION)); in FillItemSet() 737 … static_cast<const SfxInt32Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_POSITION)) ; in FillItemSet() 763 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_ORIENT)); in FillItemSet() 765 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_RELATION)); in FillItemSet() 767 … static_cast<const SfxInt32Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_POSITION)); in FillItemSet() 798 const SfxPoolItem* pItem = GetItem( rOldSet, SID_SW_FOLLOW_TEXT_FLOW); in FillItemSet()
|
H A D | backgrnd.cxx | 803 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 832 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet() 874 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSet() 1009 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSetWithWallpaperItem() local 1032 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSetWithWallpaperItem() 1054 else if ( SFX_ITEM_DEFAULT == rOldSet.GetItemState( nWhich, sal_False ) ) in FillItemSetWithWallpaperItem()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1705 const SfxItemSet& rOldSet = pSdrObj->GetMergedItemSet(); in MatchSdrItemsIntoFlySet() local 1716 if( SFX_ITEM_SET == rOldSet.GetItemState( in MatchSdrItemsIntoFlySet() 1738 rOldSet.Get(XATTR_LINECOLOR)).GetColorValue(); in MatchSdrItemsIntoFlySet() 1831 if( WW8ITEMVALUE(rOldSet, SDRATTR_SHADOW, SdrShadowItem) ) in MatchSdrItemsIntoFlySet() 1836 rOldSet.Get(SDRATTR_SHADOWCOLOR)).GetColorValue(); in MatchSdrItemsIntoFlySet() 1890 eState = rOldSet.GetItemState(XATTR_FILLSTYLE, true, &pItem); in MatchSdrItemsIntoFlySet() 1908 rOldSet.Get(XATTR_FILLCOLOR)).GetColorValue(); in MatchSdrItemsIntoFlySet() 2164 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFCONTRAST, in SetAttributesAtGrfNode() 2168 WW8ITEMVALUE(rOldSet, in SetAttributesAtGrfNode() 2174 if (WW8ITEMVALUE(rOldSet, SDRATTR_GRAFLUMINANCE, in SetAttributesAtGrfNode() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | attarray.cxx | 365 const SfxItemSet& rOldSet = pData[nx].pPattern->GetItemSet(); in SetPatternArea() local 369 rNewSet, rOldSet ) ) in SetPatternArea() 381 rOldSet.Get(ATTR_CONDITIONAL)).GetValue() ); in SetPatternArea() 545 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyStyleArea() local 549 rNewSet, rOldSet ) ) in ApplyStyleArea() 617 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyLineStyleArea() local 771 const SfxItemSet& rOldSet = pOldPattern->GetItemSet(); in ApplyCacheArea() local 775 rNewSet, rOldSet ) ) in ApplyCacheArea() 787 if ( &rNewSet.Get(ATTR_CONDITIONAL) != &rOldSet.Get(ATTR_CONDITIONAL) ) in ApplyCacheArea() 790 rOldSet.Get(ATTR_CONDITIONAL)).GetValue() ); in ApplyCacheArea() [all …]
|
H A D | table5.cxx | 1095 SfxItemSet& rOldSet = pOldStyle->GetItemSet(); in SetPageStyle() local 1097 const sal_uInt16 nOldScale = GET_SCALEVALUE(rOldSet,ATTR_PAGE_SCALE); in SetPageStyle() 1098 const sal_uInt16 nOldScaleToPages = GET_SCALEVALUE(rOldSet,ATTR_PAGE_SCALETOPAGES); in SetPageStyle()
|
H A D | patattr.cxx | 881 const SfxItemSet& rOldSet = pOldAttrs->GetItemSet(); in DeleteUnchanged() local 891 SfxItemState eOldState = rOldSet.GetItemState( nSubWhich, sal_True, &pOldItem ); in DeleteUnchanged()
|
/trunk/main/svx/source/engine3d/ |
H A D | e3dundo.cxx | 114 const SfxItemSet& rOldSet, in E3dAttributesUndoAction() argument 121 aOldSet ( rOldSet ) in E3dAttributesUndoAction()
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | tabpages.cxx | 153 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 154 SfxItemState eItemState = rOldSet.GetItemState( nWhich, sal_False ); in FillItemSet()
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoAttribute.hxx | 128 SwUndoFmtAttr( const SfxItemSet& rOldSet, 227 SwUndoDefaultAttr( const SfxItemSet& rOldSet );
|
/trunk/main/svx/source/dialog/ |
H A D | hdft.cxx | 243 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 244 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet() 271 SvxSizeItem aSizeItem( (const SvxSizeItem&)rOldSet.Get( nWSize ) ); in FillItemSet()
|
/trunk/main/sw/source/ui/misc/ |
H A D | pggrid.cxx | 508 const SfxItemSet& rOldSet = GetItemSet(); in IMPL_LINK() local 509 SfxItemSet aSet(rOldSet); in IMPL_LINK()
|
/trunk/main/svx/inc/svx/ |
H A D | e3dundo.hxx | 109 const SfxItemSet& rOldSet,
|
/trunk/main/sw/source/core/undo/ |
H A D | unattr.cxx | 121 SwUndoFmtAttr::SwUndoFmtAttr( const SfxItemSet& rOldSet, in SwUndoFmtAttr() argument 127 , m_pOldSet( new SfxItemSet( rOldSet ) ) in SwUndoFmtAttr()
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1188 void lcl_CpyAttr( SfxItemSet &rNewSet, const SfxItemSet &rOldSet, sal_uInt16 nWhich ) in lcl_CpyAttr() argument 1192 rOldSet.GetItemState( nWhich, sal_False, &pOldItem); in lcl_CpyAttr() 1197 pOldItem = rOldSet.GetItem( nWhich, sal_True); in lcl_CpyAttr()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 1019 const SfxItemSet& rOldSet = GetItemSet(); in FillItemSet() local 1037 rOldSet.Get(RES_HORI_ORIENT) ); in FillItemSet() 1076 rOldSet.Get(RES_VERT_ORIENT) ); in FillItemSet() 1124 const SwFmtFrmSize& rOldSize = (const SwFmtFrmSize& )rOldSet.Get(RES_FRM_SIZE); in FillItemSet()
|
/trunk/main/editeng/source/uno/ |
H A D | unotext.cxx | 533 … const uno::Any& rValue, const ESelection& rSelection, const SfxItemSet& rOldSet, SfxItemSet& rNew… in setPropertyValue() argument 535 if(!SetPropertyValueHelper( rOldSet, pMap, rValue, rNewSet, &rSelection, GetEditSource() )) in setPropertyValue() 539 rNewSet.Put(rOldSet.Get(pMap->nWID)); // altes Item in neuen Set in setPropertyValue()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 282 …:star::uno::Any& rValue, const ESelection& rSelection, const SfxItemSet& rOldSet, SfxItemSet& rNew… 306 …static sal_Bool SetPropertyValueHelper( const SfxItemSet& rOldSet, const SfxItemPropertySimpleEntr…
|