LibreOffice Module sc (master) 1
|
#include <appoptio.hxx>
Private Attributes | |
FieldUnit | eMetric |
sal_uInt16 | nLRUFuncCount |
std::unique_ptr< sal_uInt16[]> | pLRUList |
SvxZoomType | eZoomType |
sal_uInt16 | nZoom |
bool | bSynchronizeZoom |
sal_uInt32 | nStatusFunc |
bool | bAutoComplete |
bool | bDetectiveAuto |
Color | nTrackContentColor |
Color | nTrackInsertColor |
Color | nTrackDeleteColor |
Color | nTrackMoveColor |
ScLkUpdMode | eLinkMode |
sal_Int32 | nDefaultObjectSizeWidth |
sal_Int32 | nDefaultObjectSizeHeight |
bool | mbShowSharedDocumentWarning |
ScOptionsUtil::KeyBindingType | meKeyBindingType |
Definition at line 30 of file appoptio.hxx.
ScAppOptions::ScAppOptions | ( | ) |
Definition at line 35 of file appoptio.cxx.
References SetDefaults().
ScAppOptions::ScAppOptions | ( | const ScAppOptions & | rCpy | ) |
Definition at line 40 of file appoptio.cxx.
ScAppOptions::~ScAppOptions | ( | ) |
Definition at line 45 of file appoptio.cxx.
|
inline |
Definition at line 40 of file appoptio.hxx.
Referenced by ScModule::CreateItemSet(), ScSpreadsheetSettings::getPropertyValue(), and ScDLL::Init().
|
inline |
Definition at line 54 of file appoptio.hxx.
Referenced by ScModule::Execute(), ScSpreadsheetSettings::getPropertyValue(), and ScInputHandler::UpdateFormulaMode().
|
inline |
Definition at line 73 of file appoptio.hxx.
Referenced by ScTabViewShell::ExecDraw().
|
inline |
Definition at line 71 of file appoptio.hxx.
Referenced by ScTabViewShell::ExecDraw().
|
inline |
Definition at line 56 of file appoptio.hxx.
Referenced by ScModule::Execute().
|
inline |
Definition at line 77 of file appoptio.hxx.
Referenced by ScModule::CreateItemSet(), and ScModule::ModifyOptions().
|
inline |
Definition at line 67 of file appoptio.hxx.
Referenced by ScDocShell::GetLinkUpdateModeState(), ScSpreadsheetSettings::getPropertyValue(), and ScTpLayoutOptions::Reset().
|
inline |
Definition at line 48 of file appoptio.hxx.
Referenced by ScPosWnd::FillFunctions(), ScFunctionMgr::fillLastRecentlyUsedFunctions(), ScInputHandler::GetFormulaData(), ScRecentFunctionsObj::getRecentFunctionIds(), ScModule::InsertEntryToLRUList(), lcl_AddFunction(), and lcl_GetLastFunctions().
|
inline |
Definition at line 47 of file appoptio.hxx.
Referenced by ScPosWnd::FillFunctions(), ScFunctionMgr::fillLastRecentlyUsedFunctions(), ScInputHandler::GetFormulaData(), ScRecentFunctionsObj::getRecentFunctionIds(), ScModule::InsertEntryToLRUList(), lcl_AddFunction(), and lcl_GetLastFunctions().
|
inline |
Definition at line 76 of file appoptio.hxx.
Referenced by ScDocShell::Notify().
|
inline |
Definition at line 52 of file appoptio.hxx.
Referenced by ScSpreadsheetSettings::getPropertyValue().
|
inline |
Definition at line 46 of file appoptio.hxx.
Referenced by ScModule::CreateItemSet().
|
inline |
Definition at line 59 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::Reset(), and ScActionColorChanger::Update().
|
inline |
Definition at line 63 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::Reset(), and ScActionColorChanger::Update().
|
inline |
Definition at line 61 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::Reset(), and ScActionColorChanger::Update().
|
inline |
Definition at line 65 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::Reset(), and ScActionColorChanger::Update().
|
inline |
Definition at line 42 of file appoptio.hxx.
Referenced by ScGridWinUIObject::get_state(), ScSpreadsheetSettings::getPropertyValue(), and ScTabViewShell::ScTabViewShell().
|
inline |
Definition at line 44 of file appoptio.hxx.
Referenced by ScSpreadsheetSettings::getPropertyValue(), and ScTabViewShell::ScTabViewShell().
ScAppOptions & ScAppOptions::operator= | ( | const ScAppOptions & | rOpt | ) |
Definition at line 85 of file appoptio.cxx.
References bAutoComplete, bDetectiveAuto, bSynchronizeZoom, eLinkMode, eMetric, eZoomType, mbShowSharedDocumentWarning, meKeyBindingType, nDefaultObjectSizeHeight, nDefaultObjectSizeWidth, nLRUFuncCount, nStatusFunc, nTrackContentColor, nTrackDeleteColor, nTrackInsertColor, nTrackMoveColor, nZoom, pLRUList, and SetLRUFuncList().
|
inline |
Definition at line 39 of file appoptio.hxx.
Referenced by ScModule::Execute(), ScModule::ModifyOptions(), ScAppCfg::ReadLayoutCfg(), and ScSpreadsheetSettings::setPropertyValue().
|
inline |
Definition at line 53 of file appoptio.hxx.
Referenced by ScModule::Execute(), ScModelObj::initializeForTiledRendering(), ScAppCfg::ReadInputCfg(), and ScSpreadsheetSettings::setPropertyValue().
|
inline |
Definition at line 72 of file appoptio.hxx.
Referenced by ScAppCfg::ReadMiscCfg().
|
inline |
Definition at line 70 of file appoptio.hxx.
Referenced by ScAppCfg::ReadMiscCfg().
void ScAppOptions::SetDefaults | ( | ) |
Definition at line 49 of file appoptio.cxx.
References bAutoComplete, bDetectiveAuto, bSynchronizeZoom, COL_TRANSPARENT(), eLinkMode, eMetric, eZoomType, ScOptionsUtil::IsMetricSystem(), ScOptionsUtil::KEY_DEFAULT, LM_ON_DEMAND, mbShowSharedDocumentWarning, meKeyBindingType, nDefaultObjectSizeHeight, nDefaultObjectSizeWidth, nLRUFuncCount, nStatusFunc, nTrackContentColor, nTrackDeleteColor, nTrackInsertColor, nTrackMoveColor, nZoom, pLRUList, SC_OPCODE_AVERAGE, SC_OPCODE_IF, SC_OPCODE_MAX, SC_OPCODE_MIN, SC_OPCODE_SUM, and SUBTOTAL_FUNC_SUM.
Referenced by ScAppOptions().
|
inline |
Definition at line 55 of file appoptio.hxx.
Referenced by ScModule::Execute(), and ScAppCfg::ReadInputCfg().
|
inline |
Definition at line 78 of file appoptio.hxx.
Referenced by ScModule::ModifyOptions(), and ScAppCfg::ReadCompatCfg().
|
inline |
Definition at line 68 of file appoptio.hxx.
Referenced by ScTpLayoutOptions::FillItemSet(), ScAppCfg::ReadContentCfg(), and ScSpreadsheetSettings::setPropertyValue().
void ScAppOptions::SetLRUFuncList | ( | const sal_uInt16 * | pList, |
const sal_uInt16 | nCount | ||
) |
Definition at line 107 of file appoptio.cxx.
References i, nCount, nLRUFuncCount, and pLRUList.
Referenced by ScModule::InsertEntryToLRUList(), lcl_AddFunction(), operator=(), ScAppCfg::ReadInputCfg(), and ScRecentFunctionsObj::setRecentFunctionIds().
|
inline |
Definition at line 75 of file appoptio.hxx.
Referenced by ScDocShell::Notify(), and ScAppCfg::ReadMiscCfg().
|
inline |
Definition at line 51 of file appoptio.hxx.
Referenced by ScModule::Execute(), ScAppCfg::ReadLayoutCfg(), and ScSpreadsheetSettings::setPropertyValue().
|
inline |
Definition at line 45 of file appoptio.hxx.
Referenced by ScModule::ModifyOptions(), and ScAppCfg::ReadLayoutCfg().
|
inline |
Definition at line 58 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::FillItemSet(), and ScAppCfg::ReadRevisionCfg().
|
inline |
Definition at line 62 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::FillItemSet(), and ScAppCfg::ReadRevisionCfg().
|
inline |
Definition at line 60 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::FillItemSet(), and ScAppCfg::ReadRevisionCfg().
|
inline |
Definition at line 64 of file appoptio.hxx.
Referenced by ScRedlineOptionsTabPage::FillItemSet(), and ScAppCfg::ReadRevisionCfg().
|
inline |
Definition at line 41 of file appoptio.hxx.
Referenced by ScGridWinUIObject::execute(), ScTabViewShell::Execute(), ScAppCfg::ReadLayoutCfg(), ScSpreadsheetSettings::setPropertyValue(), and ScTabViewObj::SetZoom().
|
inline |
Definition at line 43 of file appoptio.hxx.
Referenced by ScTabViewShell::Execute(), ScAppCfg::ReadLayoutCfg(), ScSpreadsheetSettings::setPropertyValue(), and ScTabViewObj::SetZoom().
|
private |
Definition at line 91 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 92 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 89 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 97 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 83 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 87 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 100 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 101 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 99 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 98 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 84 of file appoptio.hxx.
Referenced by operator=(), SetDefaults(), and SetLRUFuncList().
|
private |
Definition at line 90 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 93 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 95 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 94 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 96 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 88 of file appoptio.hxx.
Referenced by operator=(), and SetDefaults().
|
private |
Definition at line 86 of file appoptio.hxx.
Referenced by operator=(), SetDefaults(), and SetLRUFuncList().