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_USESHA1INODF12) && in GetOptions()
212 !aSaveOptions.IsReadOnly(SvtSaveOptions::E_USEBLOWFISHINODF12)) in GetOptions()
214 … !(aSaveOptions.IsUseSHA1InODF12() && aSaveOptions.IsUseBlowfishInODF12())))) in GetOptions()
221 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_DOPRETTYPRINTING)) in GetOptions()
222 …f (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_PRETTYPRINTING ), aSaveOptions.IsPrettyPrintin… in GetOptions()
229 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_WARNALIENFORMAT)) in GetOptions()
230 … (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_WARNALIENFORMAT ), aSaveOptions.IsWarnAlienForm… in GetOptions()
237 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVE)) in GetOptions()
238 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_AUTOSAVE ), aSaveOptions.IsAutoSave()))) in GetOptions()
245 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVEPROMPT)) in GetOptions()
246 …f (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_AUTOSAVEPROMPT ), aSaveOptions.IsAutoSavePromp… in GetOptions()
253 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVETIME)) in GetOptions()
254 …SfxUInt16Item( rPool.GetWhich( SID_ATTR_AUTOSAVEMINUTE ), (sal_uInt16)aSaveOptions.GetAutoSaveTime… in GetOptions()
261 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_DOCINFSAVE)) in GetOptions()
262 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_DOCINFO ), aSaveOptions.IsDocInfoSave()))) in GetOptions()
269 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVEWORKINGSET)) in GetOptions()
270 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_WORKINGSET ), aSaveOptions.IsSaveWorkingSet()… in GetOptions()
277 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVEDOCVIEW)) in GetOptions()
278 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_SAVEDOCVIEW ), aSaveOptions.IsSaveDocView()))) in GetOptions()
340 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVERELINET)) in GetOptions()
341 … if (!rSet.Put( SfxBoolItem ( rPool.GetWhich( SID_SAVEREL_INET ), aSaveOptions.IsSaveRelINet() ))) in GetOptions()
348 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVERELFSYS)) in GetOptions()
349 … if (!rSet.Put( SfxBoolItem ( rPool.GetWhich( SID_SAVEREL_FSYS ), aSaveOptions.IsSaveRelFSys() ))) in GetOptions()
537 SvtSaveOptions aSaveOptions; in SetOptions_Impl() local
573 aSaveOptions.SetBackup( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()
582 aSaveOptions.SetUseSHA1InODF12( !bItemValue ); in SetOptions_Impl()
583 aSaveOptions.SetUseBlowfishInODF12( !bItemValue ); in SetOptions_Impl()
590 aSaveOptions.SetPrettyPrinting( static_cast< const SfxBoolItem*> ( pItem )->GetValue() ); in SetOptions_Impl()
597 aSaveOptions.SetWarnAlienFormat( static_cast< const SfxBoolItem*> ( pItem )->GetValue() ); in SetOptions_Impl()
604 aSaveOptions.SetAutoSave( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()
611 aSaveOptions.SetAutoSavePrompt(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
618 aSaveOptions.SetAutoSaveTime(((const SfxUInt16Item *)pItem)->GetValue()); in SetOptions_Impl()
625 aSaveOptions.SetDocInfoSave(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
632 aSaveOptions.SetSaveWorkingSet(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
639 aSaveOptions.SetSaveDocView(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
704 aSaveOptions.SetSaveRelINet(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
711 aSaveOptions.SetSaveRelFSys(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()