Home
last modified time | relevance | path

Searched refs:aOptSet (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx187 SfxItemSet aOptSet( pPrinter->GetOptions() ); in SetPrintOptions() local
194 aOptSet.Put( SfxFlagItem( SID_PRINTER_CHANGESTODOC, nFlags ) ); in SetPrintOptions()
195 aOptSet.Put( SfxBoolItem( SID_PRINTER_NOTFOUND_WARN, aMisc.IsNotFoundWarning() ) ); in SetPrintOptions()
197 pPrinter->SetOptions( aOptSet ); in SetPrintOptions()
/trunk/main/desktop/source/app/
H A Dapp.cxx2418 … SfxItemSet aOptSet( SFX_APP()->GetPool(), SID_ATTR_QUICKLAUNCHER, SID_ATTR_QUICKLAUNCHER ); in InitializeQuickstartMode() local
2419 SFX_APP()->GetOptions(aOptSet); in InitializeQuickstartMode()
2421 if ( SFX_ITEM_SET == aOptSet.GetItemState( SID_ATTR_QUICKLAUNCHER, sal_False, &pItem ) ) in InitializeQuickstartMode()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1520 … SfxItemSet aOptSet( SFX_APP()->GetPool(), SID_ATTR_QUICKLAUNCHER, SID_ATTR_QUICKLAUNCHER ); in CreateItemSet() local
1521 SFX_APP()->GetOptions(aOptSet); in CreateItemSet()
1522 pRet->Put(aOptSet); in CreateItemSet()
1662 … SfxItemSet aOptSet(SFX_APP()->GetPool(), SID_ATTR_QUICKLAUNCHER, SID_ATTR_QUICKLAUNCHER ); in ApplyItemSet() local
1663 aOptSet.Put(rSet); in ApplyItemSet()
1664 if(aOptSet.Count()) in ApplyItemSet()
1665 SFX_APP()->SetOptions( aOptSet ); in ApplyItemSet()

Completed in 51 milliseconds