Home
last modified time | relevance | path

Searched refs:aNewOptions (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dlinkarea.cxx163 String aNewOptions = rOptions; in LoadDocument() local
167 … ScDocumentLoader aLoader( rFile, aNewFilter, aNewOptions, 0, sal_True ); // with interaction in LoadDocument()
/AOO41X/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx874 SfxItemSet aNewOptions( pPrinter->GetOptions() ); in _setPropertyValues() local
875 aNewOptions.Put( aOptionsPrintItem ); in _setPropertyValues()
876 pPrinter->SetOptions( aNewOptions ); in _setPropertyValues()
/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx936 ScPrintOptions aNewOptions; in FillRenderMarkData() local
937 aNewOptions.SetSkipEmpty( !bIncludeEmptyPages ); in FillRenderMarkData()
938 aNewOptions.SetAllSheets( !bSelectedSheetsOnly ); in FillRenderMarkData()
939 rStatus.SetOptions( aNewOptions ); in FillRenderMarkData()
/AOO41X/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4848 String aNewOptions = rOptions; in InsertAreaLink() local
4850 ScDocumentLoader::GetFilterName( rFile, aFilterName, aNewOptions, sal_True, !bApi ); in InsertAreaLink()
4857 aNewOptions, rSource, rDestRange, nRefresh ); in InsertAreaLink()
4865 rFile, aFilterName, aNewOptions, in InsertAreaLink()