LibreOffice Module sc (master) 1
|
#include <docoptio.hxx>
Public Member Functions | |
ScDocCfg () | |
void | SetOptions (const ScDocOptions &rNew) |
Public Member Functions inherited from ScDocOptions | |
ScDocOptions () | |
bool | IsLookUpColRowNames () const |
void | SetLookUpColRowNames (bool bVal) |
bool | IsAutoSpell () const |
void | SetAutoSpell (bool bVal) |
bool | IsMatchWholeCell () const |
void | SetMatchWholeCell (bool bVal) |
bool | IsIgnoreCase () const |
void | SetIgnoreCase (bool bVal) |
bool | IsIter () const |
void | SetIter (bool bVal) |
sal_uInt16 | GetIterCount () const |
void | SetIterCount (sal_uInt16 nCount) |
double | GetIterEps () const |
void | SetIterEps (double fEps) |
void | GetDate (sal_uInt16 &rD, sal_uInt16 &rM, sal_Int16 &rY) const |
void | SetDate (sal_uInt16 nD, sal_uInt16 nM, sal_Int16 nY) |
sal_uInt16 | GetTabDistance () const |
void | SetTabDistance (sal_uInt16 nTabDist) |
void | ResetDocOptions () |
bool | operator== (const ScDocOptions &rOpt) const |
bool | operator!= (const ScDocOptions &rOpt) const |
sal_uInt16 | GetStdPrecision () const |
void | SetStdPrecision (sal_uInt16 n) |
bool | IsCalcAsShown () const |
void | SetCalcAsShown (bool bVal) |
void | SetYear2000 (sal_uInt16 nVal) |
sal_uInt16 | GetYear2000 () const |
utl::SearchParam::SearchType | GetFormulaSearchType () const |
void | SetFormulaRegexEnabled (bool bVal) |
bool | IsFormulaRegexEnabled () const |
void | SetFormulaWildcardsEnabled (bool bVal) |
bool | IsFormulaWildcardsEnabled () const |
void | SetWriteCalcConfig (bool bVal) |
bool | IsWriteCalcConfig () const |
Private Member Functions | |
DECL_LINK (CalcCommitHdl, ScLinkConfigItem &, void) | |
DECL_LINK (LayoutCommitHdl, ScLinkConfigItem &, void) | |
Static Private Member Functions | |
static css::uno::Sequence< OUString > | GetCalcPropertyNames () |
static css::uno::Sequence< OUString > | GetLayoutPropertyNames () |
Private Attributes | |
ScLinkConfigItem | aCalcItem |
ScLinkConfigItem | aLayoutItem |
Definition at line 158 of file docoptio.hxx.
ScDocCfg::ScDocCfg | ( | ) |
Definition at line 180 of file docoptio.cxx.
References aCalcItem, aLayoutItem, Any, utl::ConfigItem::EnableNotification(), ScUnoHelpFunctions::GetBoolFromAny(), GetCalcPropertyNames(), ScDocOptions::GetDate(), GetLayoutPropertyNames(), ScLinkConfigItem::GetProperties(), LINK, o3tl::mm100, pValues, SCCALCOPT_CASESENSITIVE, SCCALCOPT_DATE_DAY, SCCALCOPT_DATE_MONTH, SCCALCOPT_DATE_YEAR, SCCALCOPT_DECIMALS, SCCALCOPT_FINDLABEL, SCCALCOPT_ITER_ITER, SCCALCOPT_ITER_MINCHG, SCCALCOPT_ITER_STEPS, SCCALCOPT_PRECISION, SCCALCOPT_REGEX, SCCALCOPT_SEARCHCRIT, SCCALCOPT_WILDCARDS, SCDOCLAYOUTOPT_TABSTOP, ScDocOptions::SetCalcAsShown(), ScLinkConfigItem::SetCommitLink(), ScDocOptions::SetDate(), ScDocOptions::SetFormulaRegexEnabled(), ScDocOptions::SetFormulaWildcardsEnabled(), ScDocOptions::SetIgnoreCase(), ScDocOptions::SetIter(), ScDocOptions::SetIterCount(), ScDocOptions::SetIterEps(), ScDocOptions::SetLookUpColRowNames(), ScDocOptions::SetMatchWholeCell(), ScDocOptions::SetStdPrecision(), ScDocOptions::SetTabDistance(), and o3tl::toTwips().
|
private |
|
private |
|
staticprivate |
Definition at line 155 of file docoptio.cxx.
Referenced by ScDocCfg().
|
staticprivate |
Definition at line 172 of file docoptio.cxx.
References ScOptionsUtil::IsMetricSystem().
Referenced by ScDocCfg().
void ScDocCfg::SetOptions | ( | const ScDocOptions & | rNew | ) |
Definition at line 363 of file docoptio.cxx.
References aCalcItem, aLayoutItem, and utl::ConfigItem::SetModified().
|
private |
Definition at line 160 of file docoptio.hxx.
Referenced by ScDocCfg(), and SetOptions().
|
private |
Definition at line 161 of file docoptio.hxx.
Referenced by ScDocCfg(), and SetOptions().