Searched refs:aSaveOptions (Results 1 – 2 of 2) sorted by relevance
176 SvtSaveOptions aSaveOptions; in GetOptions() local203 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_BACKUP)) in GetOptions()227 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVE)) in GetOptions()251 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_DOCINFSAVE)) in GetOptions()527 SvtSaveOptions aSaveOptions; in SetOptions_Impl() local563 aSaveOptions.SetBackup( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()584 aSaveOptions.SetAutoSave( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()605 aSaveOptions.SetDocInfoSave(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()619 aSaveOptions.SetSaveDocView(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()684 aSaveOptions.SetSaveRelINet(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()[all …]
1675 SvtSaveOptions aSaveOptions; in GetDefaultPositionAndSpaceMode() local1676 switch ( aSaveOptions.GetODFDefaultVersion() ) in GetDefaultPositionAndSpaceMode()
Completed in 29 milliseconds