LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
ScDocCfg Class Reference

#include <docoptio.hxx>

Inheritance diagram for ScDocCfg:
[legend]
Collaboration diagram for ScDocCfg:
[legend]

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
 

Detailed Description

Definition at line 158 of file docoptio.hxx.

Constructor & Destructor Documentation

◆ ScDocCfg()

ScDocCfg::ScDocCfg ( )

Member Function Documentation

◆ DECL_LINK() [1/2]

ScDocCfg::DECL_LINK ( CalcCommitHdl  ,
ScLinkConfigItem ,
void   
)
private

◆ DECL_LINK() [2/2]

ScDocCfg::DECL_LINK ( LayoutCommitHdl  ,
ScLinkConfigItem ,
void   
)
private

◆ GetCalcPropertyNames()

Sequence< OUString > ScDocCfg::GetCalcPropertyNames ( )
staticprivate

Definition at line 155 of file docoptio.cxx.

Referenced by ScDocCfg().

◆ GetLayoutPropertyNames()

Sequence< OUString > ScDocCfg::GetLayoutPropertyNames ( )
staticprivate

Definition at line 172 of file docoptio.cxx.

References ScOptionsUtil::IsMetricSystem().

Referenced by ScDocCfg().

◆ SetOptions()

void ScDocCfg::SetOptions ( const ScDocOptions rNew)

Definition at line 363 of file docoptio.cxx.

References aCalcItem, aLayoutItem, and utl::ConfigItem::SetModified().

Member Data Documentation

◆ aCalcItem

ScLinkConfigItem ScDocCfg::aCalcItem
private

Definition at line 160 of file docoptio.hxx.

Referenced by ScDocCfg(), and SetOptions().

◆ aLayoutItem

ScLinkConfigItem ScDocCfg::aLayoutItem
private

Definition at line 161 of file docoptio.hxx.

Referenced by ScDocCfg(), and SetOptions().


The documentation for this class was generated from the following files: