Home
last modified time | relevance | path

Searched refs:aNewAttrs (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1044 ScPatternAttr aNewAttrs( new SfxItemSet(*pDialogSet) ); in ApplyAttributes() local
1045 aNewAttrs.DeleteUnchanged( &aOldAttrs ); in ApplyAttributes()
1065 aNewAttrs.GetItemSet().Put( in ApplyAttributes()
1072 aNewAttrs.GetItemSet().ClearItem( ATTR_VALUE_FORMAT ); in ApplyAttributes()
1081 SfxItemSet& rNewSet = aNewAttrs.GetItemSet(); in ApplyAttributes()
1122 ApplySelectionPattern( aNewAttrs, bRecord ); // nur normale in ApplyAttributes()
1131 ApplyPatternLines( aNewAttrs, in ApplyAttributes()
1156 ScPatternAttr aNewAttrs( new SfxItemSet( *GetViewData()->GetDocument()->GetPool(), in ApplyAttr() local
1159 aNewAttrs.GetItemSet().Put( rAttrItem ); in ApplyAttr()
1162 aNewAttrs.GetItemSet().Put( SfxUInt16Item( ATTR_INDENT, 0 ) ); in ApplyAttr()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx187 SfxItemSet aNewAttrs( aAttr ); in Execute() local
188 aNewAttrs.Put( *pNewItem ); in Execute()
190 pOLV->GetOutliner()->SetParaAttribs( nPara, aNewAttrs ); in Execute()
204 SfxItemSet aNewAttrs(*(aEditAttr.GetPool()), aEditAttr.GetRanges()); in Execute() local
228 aNewAttrs.Put( *pNewItem ); in Execute()
231 mpView->SetAttributes( aNewAttrs ); in Execute()
/trunk/main/svx/workben/
H A Dedittest.cxx1604 SfxItemSet aNewAttrs( pEditEngine->GetEmptyItemSet() ); in KeyInput() local
1611 aNewAttrs.Put( SvxFontWidthItem( 0, nProp, EE_CHAR_FONTWIDTH ) ); in KeyInput()
1612 pEditView->SetAttribs( aNewAttrs ); in KeyInput()