|
LibreOffice Module sc (master) 1
|
#include <defaultsoptions.hxx>
Public Member Functions | |
| ScDefaultsOptions () | |
| void | SetDefaults () |
| SCTAB | GetInitTabCount () const |
| void | SetInitTabCount (SCTAB nTabs) |
| void | SetInitTabPrefix (const OUString &aPrefix) |
| const OUString & | GetInitTabPrefix () const |
| bool | GetInitJumboSheets () const |
| bool | operator== (const ScDefaultsOptions &rOpt) const |
Private Attributes | |
| SCTAB | nInitTabCount |
| OUString | aInitTabPrefix |
| bool | bJumboSheets |
Definition at line 18 of file defaultsoptions.hxx.
| ScDefaultsOptions::ScDefaultsOptions | ( | ) |
Definition at line 23 of file defaultsoptions.cxx.
References SetDefaults().
|
inline |
Definition at line 34 of file defaultsoptions.hxx.
Referenced by ScDefaultsCfg::ImplCommit(), and ScTpDefaultsOptions::Reset().
|
inline |
Definition at line 30 of file defaultsoptions.hxx.
Referenced by ScTabViewShell::Construct(), ScDefaultsCfg::ImplCommit(), and ScTpDefaultsOptions::Reset().
|
inline |
Definition at line 33 of file defaultsoptions.hxx.
Referenced by ScDocument::CreateValidTabName(), ScDocument::CreateValidTabNames(), ScDefaultsCfg::ImplCommit(), ScDocument::MakeTable(), and ScTpDefaultsOptions::Reset().
| bool ScDefaultsOptions::operator== | ( | const ScDefaultsOptions & | rOpt | ) | const |
Definition at line 35 of file defaultsoptions.cxx.
References aInitTabPrefix, bJumboSheets, and nInitTabCount.
| void ScDefaultsOptions::SetDefaults | ( | ) |
Definition at line 28 of file defaultsoptions.cxx.
References aInitTabPrefix, bJumboSheets, nInitTabCount, and ScResId().
Referenced by ScDefaultsOptions().
|
inline |
Definition at line 31 of file defaultsoptions.hxx.
Referenced by ScTpDefaultsOptions::FillItemSet(), and ScDefaultsCfg::ScDefaultsCfg().
|
inline |
Definition at line 32 of file defaultsoptions.hxx.
Referenced by ScTpDefaultsOptions::FillItemSet(), and ScDefaultsCfg::ScDefaultsCfg().
|
private |
Definition at line 22 of file defaultsoptions.hxx.
Referenced by operator==(), and SetDefaults().
|
private |
Definition at line 23 of file defaultsoptions.hxx.
Referenced by operator==(), and SetDefaults().
|
private |
Definition at line 21 of file defaultsoptions.hxx.
Referenced by operator==(), and SetDefaults().