Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dsaveopt.cxx68 bAutoSave, member in SvtSaveOptions_Impl
112 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()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx954 sal_Bool SfxApplication::SaveAll_Impl(sal_Bool bPrompt, sal_Bool bAutoSave) in SaveAll_Impl() argument
956 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()
/trunk/main/sfx2/inc/sfx2/
H A Dapp.hxx162 …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);
/trunk/main/sd/inc/
H A Dsdmod.hxx150 sal_Bool bAutoSave; member in SdModule

Completed in 21 milliseconds