LibreOffice Module sc (master) 1
|
#include <appoptio.hxx>
Public Member Functions | |
ScAppCfg () | |
const ScAppOptions & | GetOptions () const |
void | SetOptions (const ScAppOptions &rNew) |
Static Private Member Functions | |
static css::uno::Sequence< OUString > | GetLayoutPropertyNames () |
static css::uno::Sequence< OUString > | GetInputPropertyNames () |
static css::uno::Sequence< OUString > | GetRevisionPropertyNames () |
static css::uno::Sequence< OUString > | GetContentPropertyNames () |
static css::uno::Sequence< OUString > | GetSortListPropertyNames () |
static css::uno::Sequence< OUString > | GetMiscPropertyNames () |
static css::uno::Sequence< OUString > | GetCompatPropertyNames () |
Private Attributes | |
ScLinkConfigItem | aLayoutItem |
split ScAppOptions into different classes More... | |
ScLinkConfigItem | aInputItem |
ScLinkConfigItem | aRevisionItem |
ScLinkConfigItem | aContentItem |
ScLinkConfigItem | aSortListItem |
ScLinkConfigItem | aMiscItem |
ScLinkConfigItem | aCompatItem |
Definition at line 106 of file appoptio.hxx.
ScAppCfg::ScAppCfg | ( | ) |
Definition at line 264 of file appoptio.cxx.
References aCompatItem, aContentItem, aInputItem, aLayoutItem, aMiscItem, aRevisionItem, aSortListItem, utl::ConfigItem::EnableNotification(), GetCompatPropertyNames(), GetContentPropertyNames(), GetInputPropertyNames(), GetLayoutPropertyNames(), GetMiscPropertyNames(), GetRevisionPropertyNames(), GetSortListPropertyNames(), LINK, ReadCompatCfg(), ReadContentCfg(), ReadInputCfg(), ReadLayoutCfg(), ReadMiscCfg(), ReadRevisionCfg(), ReadSortListCfg(), ScLinkConfigItem::SetCommitLink(), and ScLinkConfigItem::SetNotifyLink().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
Definition at line 259 of file appoptio.cxx.
Referenced by ReadCompatCfg(), and ScAppCfg().
|
staticprivate |
Definition at line 242 of file appoptio.cxx.
Referenced by ReadContentCfg(), and ScAppCfg().
|
staticprivate |
Definition at line 227 of file appoptio.cxx.
Referenced by ReadInputCfg(), and ScAppCfg().
|
staticprivate |
Definition at line 214 of file appoptio.cxx.
References ScOptionsUtil::IsMetricSystem().
Referenced by ReadLayoutCfg(), and ScAppCfg().
|
staticprivate |
Definition at line 252 of file appoptio.cxx.
Referenced by ReadMiscCfg(), and ScAppCfg().
|
inline |
Definition at line 154 of file appoptio.hxx.
|
staticprivate |
Definition at line 234 of file appoptio.cxx.
Referenced by ReadRevisionCfg(), and ScAppCfg().
|
staticprivate |
Definition at line 247 of file appoptio.cxx.
Referenced by ReadSortListCfg(), and ScAppCfg().
|
private |
Definition at line 448 of file appoptio.cxx.
References aCompatItem, GetCompatPropertyNames(), ScLinkConfigItem::GetProperties(), SCCOMPATOPT_KEY_BINDING, and ScAppOptions::SetKeyBindingType().
Referenced by ScAppCfg().
|
private |
Definition at line 388 of file appoptio.cxx.
References aContentItem, GetContentPropertyNames(), ScLinkConfigItem::GetProperties(), SCCONTENTOPT_LINK, and ScAppOptions::SetLinkMode().
Referenced by ScAppCfg().
|
private |
Definition at line 346 of file appoptio.cxx.
References aInputItem, aSeq, ScUnoHelpFunctions::GetBoolFromAny(), GetInputPropertyNames(), ScLinkConfigItem::GetProperties(), i, nCount, SAL_MAX_UINT16, SCINPUTOPT_AUTOINPUT, SCINPUTOPT_DET_AUTO, SCINPUTOPT_LASTFUNCS, ScAppOptions::SetAutoComplete(), ScAppOptions::SetDetectiveAuto(), and ScAppOptions::SetLRUFuncList().
Referenced by ScAppCfg().
|
private |
Definition at line 309 of file appoptio.cxx.
References aLayoutItem, ScUnoHelpFunctions::GetBoolFromAny(), GetLayoutPropertyNames(), ScLinkConfigItem::GetProperties(), SCLAYOUTOPT_MEASURE, SCLAYOUTOPT_STATUSBAR, SCLAYOUTOPT_STATUSBAR_DEFAULTVAL, SCLAYOUTOPT_STATUSBAR_DEFAULTVAL_LEGACY, SCLAYOUTOPT_STATUSBARMULTI, SCLAYOUTOPT_STATUSBARMULTI_DEFAULTVAL, SCLAYOUTOPT_SYNCZOOM, SCLAYOUTOPT_ZOOMTYPE, SCLAYOUTOPT_ZOOMVAL, ScAppOptions::SetAppMetric(), ScAppOptions::SetStatusFunc(), ScAppOptions::SetSynchronizeZoom(), ScAppOptions::SetZoom(), and ScAppOptions::SetZoomType().
Referenced by ScAppCfg().
|
private |
Definition at line 432 of file appoptio.cxx.
References aMiscItem, ScUnoHelpFunctions::GetBoolFromAny(), GetMiscPropertyNames(), ScLinkConfigItem::GetProperties(), SCMISCOPT_DEFOBJHEIGHT, SCMISCOPT_DEFOBJWIDTH, SCMISCOPT_SHOWSHAREDDOCWARN, ScAppOptions::SetDefaultObjectSizeHeight(), ScAppOptions::SetDefaultObjectSizeWidth(), and ScAppOptions::SetShowSharedDocumentWarning().
Referenced by ScAppCfg().
|
private |
Definition at line 370 of file appoptio.cxx.
References aRevisionItem, ColorTransparency, ScLinkConfigItem::GetProperties(), GetRevisionPropertyNames(), SCREVISOPT_CHANGE, SCREVISOPT_DELETION, SCREVISOPT_INSERTION, SCREVISOPT_MOVEDENTRY, ScAppOptions::SetTrackContentColor(), ScAppOptions::SetTrackDeleteColor(), ScAppOptions::SetTrackInsertColor(), and ScAppOptions::SetTrackMoveColor().
Referenced by ScAppCfg().
|
private |
Definition at line 400 of file appoptio.cxx.
References ScUserList::AddDefaults(), aSeq, aSortListItem, ScUserList::emplace_back(), ScLinkConfigItem::GetProperties(), GetSortListPropertyNames(), SCSORTLISTOPT_LIST, and ScGlobal::SetUserList().
Referenced by ScAppCfg().
void ScAppCfg::SetOptions | ( | const ScAppOptions & | rNew | ) |
Definition at line 636 of file appoptio.cxx.
References aCompatItem, aContentItem, aInputItem, aLayoutItem, aMiscItem, aRevisionItem, aSortListItem, utl::ConfigItem::Commit(), and utl::ConfigItem::SetModified().
|
private |
Definition at line 117 of file appoptio.hxx.
Referenced by ReadCompatCfg(), ScAppCfg(), and SetOptions().
|
private |
Definition at line 114 of file appoptio.hxx.
Referenced by ReadContentCfg(), ScAppCfg(), and SetOptions().
|
private |
Definition at line 112 of file appoptio.hxx.
Referenced by ReadInputCfg(), ScAppCfg(), and SetOptions().
|
private |
split ScAppOptions into different classes
Definition at line 111 of file appoptio.hxx.
Referenced by ReadLayoutCfg(), ScAppCfg(), and SetOptions().
|
private |
Definition at line 116 of file appoptio.hxx.
Referenced by ReadMiscCfg(), ScAppCfg(), and SetOptions().
|
private |
Definition at line 113 of file appoptio.hxx.
Referenced by ReadRevisionCfg(), ScAppCfg(), and SetOptions().
|
private |
Definition at line 115 of file appoptio.hxx.
Referenced by ReadSortListCfg(), ScAppCfg(), and SetOptions().