Searched refs:aTempSet (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sd/source/ui/view/ |
| H A D | drawview.cxx | 193 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() local 194 aTempSet.Put( rSet ); in SetAttributes() 195 aTempSet.ClearInvalidItems(); in SetAttributes() 198 … StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() 201 pSheet->GetItemSet().Put(aTempSet); in SetAttributes() 234 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() local 235 aTempSet.Put( rSet ); in SetAttributes() 236 aTempSet.ClearInvalidItems(); in SetAttributes() 238 … if( nDepth > 0 && aTempSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in SetAttributes() 241 aTempSet.ClearItem( EE_PARA_NUMBULLET ); in SetAttributes() [all …]
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | futempl.cxx | 419 SfxItemSet aTempSet(*pOutSet); in DoExecute() local 420 ((SdStyleSheet*)pStyleSheet)->AdjustToFontHeight(aTempSet); in DoExecute() 426 aTempSet.ClearInvalidItems(); in DoExecute() 431 if (aTempSet.GetItemState(EE_PARA_NUMBULLET) == SFX_ITEM_SET) in DoExecute() 433 … SvxNumRule aRule(*((SvxNumBulletItem*)aTempSet.GetItem(EE_PARA_NUMBULLET))->GetNumRule()); in DoExecute() 446 aTempSet.ClearItem( EE_PARA_NUMBULLET ); in DoExecute() 453 pStyleSheet->GetItemSet().Put(aTempSet); in DoExecute()
|
| /AOO41X/main/sd/source/core/ |
| H A D | sdpage.cxx | 1999 SfxItemSet aTempSet(pOutlineSheet->GetItemSet()); in ScaleObjects() local 2001 … SvxFontHeightItem& rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT); in ScaleObjects() 2004 … aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT)); in ScaleObjects() 2006 … if( SFX_ITEM_AVAILABLE == aTempSet.GetItemState( EE_CHAR_FONTHEIGHT_CJK ) ) in ScaleObjects() 2008 … rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects() 2011 … aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CJK)); in ScaleObjects() 2014 … if( SFX_ITEM_AVAILABLE == aTempSet.GetItemState( EE_CHAR_FONTHEIGHT_CTL ) ) in ScaleObjects() 2016 … rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects() 2019 … aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CTL)); in ScaleObjects() 2023 … ((SdStyleSheet*) pOutlineSheet)->AdjustToFontHeight(aTempSet, sal_False); in ScaleObjects() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdoashp.cxx | 223 SfxItemSet aTempSet(rOriginalSet); in ImpCreateShadowObjectClone() local 229 …aTempSet.Put( SvxWritingModeItem( com::sun::star::text::WritingMode_LR_TB, SDRATTR_TEXTDIRECTION )… in ImpCreateShadowObjectClone() 232 aTempSet.Put(SdrShadowItem(sal_False)); in ImpCreateShadowObjectClone() 233 aTempSet.Put(SdrShadowXDistItem(0L)); in ImpCreateShadowObjectClone() 234 aTempSet.Put(SdrShadowYDistItem(0L)); in ImpCreateShadowObjectClone() 239 aTempSet.Put(XLineColorItem(String(), aShadowColor)); in ImpCreateShadowObjectClone() 240 aTempSet.Put(XLineTransparenceItem(nShadowTransparence)); in ImpCreateShadowObjectClone() 246 aTempSet.Put(XFillColorItem(String(), aShadowColor)); in ImpCreateShadowObjectClone() 247 aTempSet.Put(XFillTransparenceItem(nShadowTransparence)); in ImpCreateShadowObjectClone() 279 aTempSet.Put(XFillGradientItem(aTempSet.GetPool(), aGradient)); in ImpCreateShadowObjectClone() [all …]
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape2d.cxx | 1860 SfxItemSet aTempSet(*this); in CreateSubPath() local 1861 aTempSet.Put(SdrShadowItem(sal_False)); in CreateSubPath() 1862 aTempSet.Put(XLineStyleItem(XLINE_NONE)); in CreateSubPath() 1863 pFill->SetMergedItemSet(aTempSet); in CreateSubPath() 1876 SfxItemSet aTempSet(*this); in CreateSubPath() local 1877 aTempSet.Put(SdrShadowItem(sal_False)); in CreateSubPath() 1878 aTempSet.Put(XFillStyleItem(XFILL_NONE)); in CreateSubPath() 1879 pStroke->SetMergedItemSet(aTempSet); in CreateSubPath() 1886 SfxItemSet aTempSet(*this); in CreateSubPath() local 1887 aTempSet.Put(SdrShadowItem(sal_False)); in CreateSubPath() [all …]
|
| /AOO41X/main/l10ntools/source/filter/utils/ |
| H A D | Cache.java | 437 java.util.HashMap aTempSet = XMLHelper.convertNodeToPropSet(aChildNode); in fromXML() local 442 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML() 449 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML() 456 aPropSet = Cache.convertDetectServicePropsToInternal(aTempSet, nFormat); in fromXML() 463 aPropSet = Cache.convertFrameLoaderPropsToInternal(aTempSet, nFormat); in fromXML() 470 aPropSet = Cache.convertContentHandlerPropsToInternal(aTempSet, nFormat); in fromXML() 475 m_aDebug.setDetailedInfo("props = "+aTempSet); in fromXML()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | dlgctrl.cxx | 2298 SfxItemSet aTempSet(rItemSet); in SetLineAttributes() local 2299 aTempSet.ClearItem(XATTR_LINESTART); in SetLineAttributes() 2300 aTempSet.ClearItem(XATTR_LINEEND); in SetLineAttributes() 2302 mpLineObjB->SetMergedItemSet(aTempSet); in SetLineAttributes() 2303 mpLineObjC->SetMergedItemSet(aTempSet); in SetLineAttributes()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 3333 SfxItemSet aTempSet(*aBaseImpl.GetItemSet().GetPool(), in SetPropertyValues_Impl() local 3341 aTempSet.Put(SfxBoolItem(nRes, sal_True)); in SetPropertyValues_Impl() 3342 aTempSet.Put(SvxSizeItem(SID_ATTR_PAGE_SIZE, Size(MM50, MM50))); in SetPropertyValues_Impl() 3343 aTempSet.Put(SvxLRSpaceItem(RES_LR_SPACE)); in SetPropertyValues_Impl() 3344 aTempSet.Put(SvxULSpaceItem(RES_UL_SPACE)); in SetPropertyValues_Impl() 3345 aTempSet.Put(SfxBoolItem(SID_ATTR_PAGE_SHARED, sal_True)); in SetPropertyValues_Impl() 3346 aTempSet.Put(SfxBoolItem(SID_ATTR_PAGE_DYNAMIC, sal_True)); in SetPropertyValues_Impl() 3349 aTempSet); in SetPropertyValues_Impl()
|