Home
last modified time | relevance | path

Searched refs:aSet (Results 351 – 363 of 363) sorted by relevance

1...<<1112131415

/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx558 SfxAllItemSet aSet( SFX_APP()->GetPool() ); in ImportFromGeneratedStream_Impl() local
559 TransformParameters( SID_OPENDOC, aMediaDescr, aSet ); in ImportFromGeneratedStream_Impl()
560 pMedium->GetItemSet()->Put( aSet ); in ImportFromGeneratedStream_Impl()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1379 Color aSet(aShadow.Color); in PutValue() local
1380 aSet.SetTransparency(aShadow.IsTransparent ? 0xff : 0); in PutValue()
1381 aShadowColor = aSet; in PutValue()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx430 SfxItemSet aSet( *pPool, ATTR_PATTERN_START, ATTR_PATTERN_END ); in DeleteSelection() local
431 aSet.Put( ScProtectionAttr( sal_False ) ); in DeleteSelection()
432 SfxItemPoolCache aCache( pPool, &aSet ); in DeleteSelection()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx812 SfxItemSet aSet( rEngine.GetEmptyItemSet() ); in lcl_SetEditColor() local
813 aSet.Put( SvxColorItem( rColor, EE_CHAR_COLOR ) ); in lcl_SetEditColor()
814 rEngine.QuickSetAttribs( aSet, aSel ); in lcl_SetEditColor()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx215 SfxAllItemSet aSet(*pSet); in StoreBulCharFmtName_impl() local
216 SFX_ITEMSET_ARG(&aSet,pBulletCharFmt,SfxStringItem,SID_BULLET_CHAR_FMT,sal_False); in StoreBulCharFmtName_impl()
/trunk/main/svtools/source/control/
H A Druler.cxx980 Point aSet(nVirBottom - aTmp.Y(), aTmp.X()); in ImplDrawIndents() local
981 aPoly[i] = aSet; in ImplDrawIndents()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx783 set<OUString> aSet; in ExportFieldAutoStyle() local
784 (*pUsedMasters)[xOurText] = aSet; in ExportFieldAutoStyle()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1381 SfxItemSet aSet( rEditEngine.GetAttribs( aSelection ) ); in ParagraphToHTMLString() local
1385 aStr += TextAttribToHTMLString( &aSet, &aState, rBackgroundColor ); in ParagraphToHTMLString()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx415 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
416 aSet.Put (SfxUInt32Item(SID_FLAG_TYPE, SVX_SHOW_SELECTOR)); in PageCreated()
417 rPage.PageCreated(aSet); in PageCreated()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx471 SfxItemSet aSet( GetEmptyItemSet() ); in Command() local
472 aSet.Put( *pNewAttr ); in Command()
473 pView->SetAttribs( aSet ); in Command()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx143 …::com::sun::star::uno::Any GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap…
/trunk/main/vcl/source/window/
H A Dwindow.cxx5948 MouseSettings aSet( maSettings.GetMouseSettings() ); in UpdateSettings() local
5949 aSet.SetWheelBehavior( aOldSettings.GetMouseSettings().GetWheelBehavior() ); in UpdateSettings()
5950 maSettings.SetMouseSettings( aSet ); in UpdateSettings()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1299 …SvXMLElementExport aSet( mrExport, XML_NAMESPACE_TABLE, XML_CALCULATION_SETTINGS, sal_True, sal_Tr… in parseDocument() local

Completed in 209 milliseconds

1...<<1112131415