Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dsaveopt.cxx810 sal_Bool bLoadUserDefinedSettings; member in SvtLoadOptions_Impl
819 …void SetLoadUserSettings(sal_Bool b){bLoadUserDefinedSettings = b; SetModified(… in SetLoadUserSettings()
820 sal_Bool IsLoadUserSettings() const {return bLoadUserDefinedSettings;} in IsLoadUserSettings()
827 , bLoadUserDefinedSettings( sal_False ) in SvtLoadOptions_Impl()
836 bLoadUserDefinedSettings = *(sal_Bool *)pValues[0].getValue(); in SvtLoadOptions_Impl()
848 aValues[0].setValue(&bLoadUserDefinedSettings, ::getBooleanCppuType()); in Commit()

Completed in 15 milliseconds