Lines Matching refs:aSaveOptions
176 SvtSaveOptions aSaveOptions; in GetOptions() local
203 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_BACKUP)) in GetOptions()
204 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_BACKUP ),aSaveOptions.IsBackup()))) in GetOptions()
211 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_DOPRETTYPRINTING)) in GetOptions()
212 …f (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_PRETTYPRINTING ), aSaveOptions.IsPrettyPrintin… in GetOptions()
219 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_WARNALIENFORMAT)) in GetOptions()
220 … (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_WARNALIENFORMAT ), aSaveOptions.IsWarnAlienForm… in GetOptions()
227 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVE)) in GetOptions()
228 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_AUTOSAVE ), aSaveOptions.IsAutoSave()))) in GetOptions()
235 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVEPROMPT)) in GetOptions()
236 …f (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_AUTOSAVEPROMPT ), aSaveOptions.IsAutoSavePromp… in GetOptions()
243 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVETIME)) in GetOptions()
244 …SfxUInt16Item( rPool.GetWhich( SID_ATTR_AUTOSAVEMINUTE ), (sal_uInt16)aSaveOptions.GetAutoSaveTime… in GetOptions()
251 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_DOCINFSAVE)) in GetOptions()
252 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_DOCINFO ), aSaveOptions.IsDocInfoSave()))) in GetOptions()
259 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVEWORKINGSET)) in GetOptions()
260 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_WORKINGSET ), aSaveOptions.IsSaveWorkingSet()… in GetOptions()
267 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVEDOCVIEW)) in GetOptions()
268 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_SAVEDOCVIEW ), aSaveOptions.IsSaveDocView()))) in GetOptions()
330 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVERELINET)) in GetOptions()
331 … if (!rSet.Put( SfxBoolItem ( rPool.GetWhich( SID_SAVEREL_INET ), aSaveOptions.IsSaveRelINet() ))) in GetOptions()
338 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVERELFSYS)) in GetOptions()
339 … if (!rSet.Put( SfxBoolItem ( rPool.GetWhich( SID_SAVEREL_FSYS ), aSaveOptions.IsSaveRelFSys() ))) in GetOptions()
527 SvtSaveOptions aSaveOptions; in SetOptions_Impl() local
563 aSaveOptions.SetBackup( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()
570 aSaveOptions.SetPrettyPrinting( static_cast< const SfxBoolItem*> ( pItem )->GetValue() ); in SetOptions_Impl()
577 aSaveOptions.SetWarnAlienFormat( static_cast< const SfxBoolItem*> ( pItem )->GetValue() ); in SetOptions_Impl()
584 aSaveOptions.SetAutoSave( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()
591 aSaveOptions.SetAutoSavePrompt(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
598 aSaveOptions.SetAutoSaveTime(((const SfxUInt16Item *)pItem)->GetValue()); in SetOptions_Impl()
605 aSaveOptions.SetDocInfoSave(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
612 aSaveOptions.SetSaveWorkingSet(((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()
691 aSaveOptions.SetSaveRelFSys(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()