Home
last modified time | relevance | path

Searched refs:aTempSet (Results 1 – 12 of 12) sorted by path

/trunk/main/cui/source/tabpages/
H A Dpage.cxx1304 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl() local
1306 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in ResetBackground_Impl()
1347 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl() local
1349 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in ResetBackground_Impl()
1381 SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl() local
1383 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in ResetBackground_Impl()
1384 … aPageFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(aTempSet)); in ResetBackground_Impl()
1453 SfxItemSet aTempSet(*rHeaderSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in InitHeadFoot_Impl() local
1455 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in InitHeadFoot_Impl()
1515 SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in InitHeadFoot_Impl() local
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java438 java.util.HashMap aTempSet = XMLHelper.convertNodeToPropSet(aChildNode); in fromXML() local
443 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML()
450 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML()
457 aPropSet = Cache.convertDetectServicePropsToInternal(aTempSet, nFormat); in fromXML()
464 aPropSet = Cache.convertFrameLoaderPropsToInternal(aTempSet, nFormat); in fromXML()
471 aPropSet = Cache.convertContentHandlerPropsToInternal(aTempSet, nFormat); in fromXML()
476 m_aDebug.setDetailedInfo("props = "+aTempSet); in fromXML()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1961 SfxItemSet aTempSet(pOutlineSheet->GetItemSet()); in ScaleObjects() local
1966 aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT)); in ScaleObjects()
1968 if( SFX_ITEM_AVAILABLE == aTempSet.GetItemState( EE_CHAR_FONTHEIGHT_CJK ) ) in ScaleObjects()
1970 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
1973 aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CJK)); in ScaleObjects()
1978 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects()
1985 ((SdStyleSheet*) pOutlineSheet)->AdjustToFontHeight(aTempSet, sal_False); in ScaleObjects()
1991 aTempSet.ClearInvalidItems(); in ScaleObjects()
1995 if (aTempSet.GetItemState(EE_PARA_BULLET) == SFX_ITEM_AVAILABLE) in ScaleObjects()
2000 aTempSet.Put(aOldBulItem); in ScaleObjects()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx419 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()
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx194 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 …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1860 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 …]
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2298 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()
H A Dhdft.cxx699 SfxItemSet aTempSet(*pBBSet->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in IMPL_LINK_INLINE_END() local
701 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in IMPL_LINK_INLINE_END()
702 … aFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(aTempSet)); in IMPL_LINK_INLINE_END()
796 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl() local
798 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in ResetBackground_Impl()
799 … aHeaderFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(aTempSet)); in ResetBackground_Impl()
840 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl() local
842 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in ResetBackground_Impl()
873 SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl() local
875 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in ResetBackground_Impl()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx223 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 …]
/trunk/main/sw/source/core/attr/
H A Dformat.cxx507 SfxItemSet aTempSet(*aSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST, 0, 0); in SetFmtAttr() local
513 setSvxBrushItemAsFillAttributesToTargetSet(rSource, aTempSet); in SetFmtAttr()
517 if( 0 != ( bRet = (0 != aSet.Put( aTempSet ))) ) in SetFmtAttr()
526 bRet = 0 != aSet.Put_BC(aTempSet, &aOld, &aNew); in SetFmtAttr()
593 SfxItemSet aTempSet(rSet); in SetFmtAttr() local
600 GetDoc()->CheckForUniqueItemForLineFillNameOrIndex(aTempSet); in SetFmtAttr()
617 setSvxBrushItemAsFillAttributesToTargetSet(rSource, aTempSet); in SetFmtAttr()
621 if( 0 != ( bRet = (0 != aSet.Put( aTempSet ))) ) in SetFmtAttr()
630 bRet = 0 != aSet.Put_BC(aTempSet, &aOld, &aNew); in SetFmtAttr()
655 if( 0 != ( bRet = (0 != aSet.Put( aTempSet ))) ) in SetFmtAttr()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx3684 SfxItemSet aTempSet(*aBaseImpl.GetItemSet().GetPool(), in SetPropertyValues_Impl() local
3696 aTempSet.SetParent(&GetDoc()->GetDfltFrmFmt()->GetAttrSet()); in SetPropertyValues_Impl()
3698 aTempSet.Put(SfxBoolItem(SID_ATTR_PAGE_ON, sal_True)); in SetPropertyValues_Impl()
3699 aTempSet.Put(SvxSizeItem(SID_ATTR_PAGE_SIZE, Size(MM50, MM50))); in SetPropertyValues_Impl()
3700 aTempSet.Put(SvxLRSpaceItem(RES_LR_SPACE)); in SetPropertyValues_Impl()
3701 aTempSet.Put(SvxULSpaceItem(RES_UL_SPACE)); in SetPropertyValues_Impl()
3702 aTempSet.Put(SfxBoolItem(SID_ATTR_PAGE_SHARED, sal_True)); in SetPropertyValues_Impl()
3703 aTempSet.Put(SfxBoolItem(SID_ATTR_PAGE_DYNAMIC, sal_True)); in SetPropertyValues_Impl()
3705 … SvxSetItem aNewSetItem(bFooter ? SID_ATTR_PAGE_FOOTERSET : SID_ATTR_PAGE_HEADERSET, aTempSet); in SetPropertyValues_Impl()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx132 SfxItemSet aTempSet(*rHeaderSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample() local
134 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in UpdateExample()
138 aTempSet))); in UpdateExample()
179 SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample() local
181 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in UpdateExample()
185 aTempSet))); in UpdateExample()
203 SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample() local
205 setSvxBrushItemAsFillAttributesToTargetSet(rItem, aTempSet); in UpdateExample()
209 aTempSet))); in UpdateExample()

Completed in 127 milliseconds