Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/ !
H A Dlinkarea.cxx162 String aNewOptions = rOptions; in LoadDocument() local
166 … ScDocumentLoader aLoader( rFile, aNewFilter, aNewOptions, 0, sal_True ); // with interaction in LoadDocument()
/trunk/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()
/trunk/main/sc/source/ui/unoobj/ !
H A Ddocuno.cxx934 ScPrintOptions aNewOptions; in FillRenderMarkData() local
935 aNewOptions.SetSkipEmpty( !bIncludeEmptyPages ); in FillRenderMarkData()
936 aNewOptions.SetAllSheets( !bSelectedSheetsOnly ); in FillRenderMarkData()
937 rStatus.SetOptions( aNewOptions ); in FillRenderMarkData()
/trunk/main/sc/source/ui/docshell/ !
H A Ddocfunc.cxx4844 String aNewOptions = rOptions; in InsertAreaLink() local
4846 ScDocumentLoader::GetFilterName( rFile, aFilterName, aNewOptions, sal_True, !bApi ); in InsertAreaLink()
4853 aNewOptions, rSource, rDestRange, nRefresh ); in InsertAreaLink()
4861 rFile, aFilterName, aNewOptions, in InsertAreaLink()