Searched refs:bAutoSave (Results 1 – 4 of 4) sorted by relevance
68 bAutoSave, member in SvtSaveOptions_Impl112 sal_Bool IsAutoSave() const { return bAutoSave; } in IsAutoSave()180 if (!bROAutoSave && bAutoSave!=b) in SetAutoSave()182 bAutoSave = b; in SetAutoSave()424 , bAutoSave( sal_False ) in SvtSaveOptions_Impl()520 bAutoSave = bTemp; in SvtSaveOptions_Impl()601 ::rtl::OUString::createFromAscii("Enabled")) >>= bAutoSave; in SvtSaveOptions_Impl()661 pValues[nRealCount] <<= bAutoSave; in Commit()795 css::uno::makeAny(bAutoSave)); in Commit()
954 sal_Bool SfxApplication::SaveAll_Impl(sal_Bool bPrompt, sal_Bool bAutoSave) in SaveAll_Impl() argument956 bAutoSave = sal_False; // functionality moved to new AutoRecovery Service! in SaveAll_Impl()975 if ( bPrompt || (bAutoSave && !pDoc->HasName()) ) in SaveAll_Impl()976 nRet = QuerySave_Impl( *pDoc, bAutoSave ); in SaveAll_Impl()
162 …SAL_DLLPRIVATE sal_Bool SaveAll_Impl(sal_Bool bPrompt = sal_False, sal_Bool bAutoSave = sal_Fa…163 SAL_DLLPRIVATE short QuerySave_Impl(SfxObjectShell &, sal_Bool bAutoSave = sal_False);
150 sal_Bool bAutoSave; member in SdModule
Completed in 23 milliseconds