Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dfltrcfg.cxx151 sal_Bool bLoadExecutable; member in SvtCalcFilterOptions_Impl
155 bLoadExecutable(sal_False) in SvtCalcFilterOptions_Impl()
160 sal_Bool IsLoadExecutable() const {return bLoadExecutable;} in IsLoadExecutable()
163 if(bSet != bLoadExecutable) in SetLoadExecutable()
165 bLoadExecutable = bSet; in SetLoadExecutable()
176 aValues[0] <<= bLoadExecutable; in Commit()
191 bLoadExecutable = *(sal_Bool*)pValues[0].getValue(); in Load()

Completed in 6 milliseconds