Home
last modified time | relevance | path

Searched refs:SetAutoSaveTime (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/unotools/source/config/ !
H A Dsaveopt.cxx129 void SetAutoSaveTime( sal_Int32 n );
150 void SvtSaveOptions_Impl::SetAutoSaveTime( sal_Int32 n ) in SetAutoSaveTime() function in SvtSaveOptions_Impl
902 void SvtSaveOptions::SetAutoSaveTime( sal_Int32 n ) in SetAutoSaveTime() function in SvtSaveOptions
904 pImp->pSaveOpt->SetAutoSaveTime( n ); in SetAutoSaveTime()
/AOO42X/main/unotools/inc/unotools/ !
H A Dsaveopt.hxx72 void SetAutoSaveTime( sal_Int32 n );
/AOO42X/main/sfx2/source/appl/ !
H A Dappcfg.cxx618 aSaveOptions.SetAutoSaveTime(((const SfxUInt16Item *)pItem)->GetValue()); in SetOptions_Impl()