Home
last modified time | relevance | path

Searched refs:rNewSet (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1136 SwAttrSet& rNewSet = *((SwAttrSetChg*)pNew)->GetChgSet(); in Modify() local
1139 MSHORT nCount = rNewSet.Count(); in Modify()
1168 sal_Bool bLineSpace = SFX_ITEM_SET == rNewSet.GetItemState( in Modify()
1170 bRegister = SFX_ITEM_SET == rNewSet.GetItemState( in Modify()
1200 if ( SFX_ITEM_SET == rNewSet.GetItemState( RES_PARATR_SPLIT, in Modify()
1246 rNewSet.GetItemState( RES_TXTATR_CHARFMT, sal_False ) ) in Modify()
1252 rNewSet.GetItemState( RES_CHRATR_LANGUAGE, sal_False ) || in Modify()
1259 rNewSet.GetItemState( RES_CHRATR_FONT, sal_False ) || in Modify()
1261 rNewSet.GetItemState( RES_CHRATR_CJK_FONT, sal_False ) || in Modify()
1263 rNewSet.GetItemState( RES_CHRATR_CTL_FONT, sal_False ) ) in Modify()
[all …]
/trunk/main/sc/source/core/data/
H A Dattarray.cxx364 const SfxItemSet& rNewSet = pPattern->GetItemSet(); in SetPatternArea() local
369 rNewSet, rOldSet ) ) in SetPatternArea()
544 const SfxItemSet& rNewSet = pNewPattern->GetItemSet(); in ApplyStyleArea() local
549 rNewSet, rOldSet ) ) in ApplyStyleArea()
628 SfxItemSet& rNewSet = pNewPattern->GetItemSet(); in ApplyLineStyleArea() local
684 if( pNewBoxItem ) rNewSet.Put( *pNewBoxItem ); in ApplyLineStyleArea()
685 if( pNewTLBRItem ) rNewSet.Put( *pNewTLBRItem ); in ApplyLineStyleArea()
686 if( pNewBLTRItem ) rNewSet.Put( *pNewBLTRItem ); in ApplyLineStyleArea()
770 const SfxItemSet& rNewSet = pNewPattern->GetItemSet(); in ApplyCacheArea() local
775 rNewSet, rOldSet ) ) in ApplyCacheArea()
[all …]
H A Dtable5.cxx1096 SfxItemSet& rNewSet = pNewStyle->GetItemSet(); in SetPageStyle() local
1099 const sal_uInt16 nNewScale = GET_SCALEVALUE(rNewSet,ATTR_PAGE_SCALE); in SetPageStyle()
1100 const sal_uInt16 nNewScaleToPages = GET_SCALEVALUE(rNewSet,ATTR_PAGE_SCALETOPAGES); in SetPageStyle()
H A Dtable2.cxx646 SfxItemSet& rNewSet = aNewPattern.GetItemSet(); in TransposeClip() local
660 rNewSet.Put( aNew ); in TransposeClip()
665 rNewSet.Put( ScMergeAttr( Min( in TransposeClip()
676 rNewSet.Put( ScMergeFlagAttr( nNewFlags ) ); in TransposeClip()
678 rNewSet.ClearItem( ATTR_MERGE_FLAG ); in TransposeClip()
H A Dtable4.cxx612 SfxItemSet& rNewSet = pNewPattern->GetItemSet(); in FillAuto() local
613 rNewSet.ClearItem(ATTR_MERGE); in FillAuto()
614 rNewSet.ClearItem(ATTR_MERGE_FLAG); in FillAuto()
/trunk/main/svx/source/engine3d/
H A De3dundo.cxx113 const SfxItemSet& rNewSet, in E3dAttributesUndoAction() argument
120 aNewSet ( rNewSet ), in E3dAttributesUndoAction()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1081 SfxItemSet& rNewSet = aNewAttrs.GetItemSet(); in ApplyAttributes() local
1082 SfxItemPool* pNewPool = rNewSet.GetPool(); in ApplyAttributes()
1086 rNewSet.ClearItem( ATTR_BORDER ); in ApplyAttributes()
1087 rNewSet.ClearItem( ATTR_BORDER_INNER ); in ApplyAttributes()
1262 const SfxItemSet& rNewSet = rAttr.GetItemSet(); in ApplySelectionPattern() local
1263 sal_Bool bSetLines = rNewSet.GetItemState( ATTR_BORDER, sal_True ) == SFX_ITEM_SET || in ApplySelectionPattern()
1264 rNewSet.GetItemState( ATTR_SHADOW, sal_True ) == SFX_ITEM_SET; in ApplySelectionPattern()
1265 sal_Bool bSetAlign = rNewSet.GetItemState( ATTR_HOR_JUSTIFY, sal_True ) == SFX_ITEM_SET; in ApplySelectionPattern()
1383 if ( rNewSet.GetItemState( nWhich, sal_True, &pItem ) == SFX_ITEM_SET && pItem ) in ApplySelectionPattern()
1419 SfxItemSet& rNewSet = aNewAttrs.GetItemSet(); in ApplyUserItemSet() local
[all …]
H A Dformatsh.cxx813 SfxItemSet& rNewSet = pStyleSheet->GetItemSet(); in ExecuteStyle() local
816 bNumFormatChanged, aOldSet, rNewSet ) ) in ExecuteStyle()
826 sal_uLong nNewFormat = ((const SfxUInt32Item&)rNewSet. in ExecuteStyle()
834 rNewSet.Put( SvxLanguageItem( in ExecuteStyle()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx533 …ue, const ESelection& rSelection, const SfxItemSet& rOldSet, SfxItemSet& rNewSet ) throw( beans::U… 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()
540 mpPropSet->setPropertyValue(pMap, rValue, rNewSet, false ); in setPropertyValue()
544 …st SfxItemPropertySimpleEntry* pMap, const uno::Any& aValue, SfxItemSet& rNewSet, const ESelection… in SetPropertyValueHelper() argument
553 SvxUnoFontDescriptor::FillItemSet( aDesc, rNewSet ); in SetPropertyValueHelper()
619 rNewSet.Put(aItem); in SetPropertyValueHelper()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx331 const SfxItemSet& rNewSet = bRememberCopy ? *pDefaults : rSet; in SetDefaults() local
340 SetParaAttribs( j, rNewSet ); in SetDefaults()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1188 void lcl_CpyAttr( SfxItemSet &rNewSet, const SfxItemSet &rOldSet, sal_uInt16 nWhich ) in lcl_CpyAttr() argument
1194 rNewSet.Put( *pOldItem ); in lcl_CpyAttr()
1200 pNewItem = rNewSet.GetItem( nWhich, sal_True); in lcl_CpyAttr()
1204 rNewSet.Put( *pOldItem ); in lcl_CpyAttr()
/trunk/main/svx/inc/svx/
H A De3dundo.hxx108 const SfxItemSet& rNewSet,
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx282 …ue, const ESelection& rSelection, const SfxItemSet& rOldSet, SfxItemSet& rNewSet ) throw(::com::su…
306 …SimpleEntry* pMap, const ::com::sun::star::uno::Any& aValue, SfxItemSet& rNewSet, const ESelection…

Completed in 214 milliseconds