Searched refs:aTempSet (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sd/source/ui/view/ |
H A D | drawview.cxx | 194 aTempSet.Put( rSet ); in SetAttributes() 195 aTempSet.ClearInvalidItems(); in SetAttributes() 201 pSheet->GetItemSet().Put(aTempSet); in SetAttributes() 235 aTempSet.Put( rSet ); in SetAttributes() 236 aTempSet.ClearInvalidItems(); in SetAttributes() 248 pSheet->GetItemSet().Put(aTempSet); in SetAttributes() 309 aTempSet.Put( rSet ); in SetAttributes() 310 aTempSet.ClearInvalidItems(); in SetAttributes() 344 aTempSet.ClearItem( nWhich ); in SetAttributes() 352 aTempSet.Put( rSet ); in SetAttributes() [all …]
|
/aoo4110/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()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1999 SfxItemSet aTempSet(pOutlineSheet->GetItemSet()); in ScaleObjects() local 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() 2016 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects() 2023 ((SdStyleSheet*) pOutlineSheet)->AdjustToFontHeight(aTempSet, sal_False); in ScaleObjects() 2029 aTempSet.ClearInvalidItems(); in ScaleObjects() 2033 if (aTempSet.GetItemState(EE_PARA_BULLET) == SFX_ITEM_AVAILABLE) in ScaleObjects() 2038 aTempSet.Put(aOldBulItem); in ScaleObjects() [all …]
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 223 SfxItemSet aTempSet(rOriginalSet); in ImpCreateShadowObjectClone() local 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() 279 aTempSet.Put(XFillGradientItem(aTempSet.GetPool(), aGradient)); in ImpCreateShadowObjectClone() 288 aTempSet.Put(XFillHatchItem(aTempSet.GetPool(), aHatch)); in ImpCreateShadowObjectClone() 346 aTempSet.Put(XFillBitmapItem(aTempSet.GetPool(), aGraphicObject)); in ImpCreateShadowObjectClone() [all …]
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
Completed in 113 milliseconds