LibreOffice Module sc (master) 1
|
#include <defnamesbuffer.hxx>
Public Member Functions | |
DefinedNameModel () | |
True = name hidden in UI. More... | |
Public Attributes | |
OUString | maName |
OUString | maFormula |
The original name. More... | |
sal_Int32 | mnSheet |
The formula string. More... | |
sal_Int32 | mnFuncGroupId |
Sheet index for local names. More... | |
bool | mbMacro |
Function group identifier. More... | |
bool | mbFunction |
True = Macro name (VBA or sheet macro). More... | |
bool | mbVBName |
True = function, false = command. More... | |
bool | mbHidden |
True = VBA macro, false = sheet macro. More... | |
Definition at line 52 of file defnamesbuffer.hxx.
|
explicit |
True = name hidden in UI.
Definition at line 126 of file defnamesbuffer.cxx.
OUString oox::xls::DefinedNameModel::maFormula |
The original name.
Definition at line 55 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::getScTokens(), oox::xls::ExternalName::importDefinedName(), oox::xls::DefinedName::isValid(), and oox::xls::DefinedName::setFormula().
OUString oox::xls::DefinedNameModel::maName |
Definition at line 54 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::createNameObject(), oox::xls::ExternalName::getDdeItemInfo(), oox::xls::ExternalName::getDdeLinkData(), oox::xls::DefinedNameBase::getModelName(), oox::xls::DefinedNameBase::getUpcaseModelName(), oox::xls::ExternalName::importDdeItem(), oox::xls::DefinedName::importDefinedName(), oox::xls::ExternalName::importDefinedName(), oox::xls::ExternalName::importExternalName(), and oox::xls::ExternalName::importOleItem().
bool oox::xls::DefinedNameModel::mbFunction |
True = Macro name (VBA or sheet macro).
Definition at line 59 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::createNameObject(), oox::xls::DefinedName::importDefinedName(), and oox::xls::DefinedName::isMacroFunction().
bool oox::xls::DefinedNameModel::mbHidden |
True = VBA macro, false = sheet macro.
Definition at line 61 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::createNameObject(), and oox::xls::DefinedName::importDefinedName().
bool oox::xls::DefinedNameModel::mbMacro |
Function group identifier.
Definition at line 58 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::importDefinedName(), oox::xls::DefinedName::isMacroFunction(), and oox::xls::DefinedName::isVBName().
bool oox::xls::DefinedNameModel::mbVBName |
True = function, false = command.
Definition at line 60 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::createNameObject(), oox::xls::DefinedName::importDefinedName(), and oox::xls::DefinedName::isVBName().
sal_Int32 oox::xls::DefinedNameModel::mnFuncGroupId |
Sheet index for local names.
Definition at line 57 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::importDefinedName().
sal_Int32 oox::xls::DefinedNameModel::mnSheet |
The formula string.
Definition at line 56 of file defnamesbuffer.hxx.
Referenced by oox::xls::DefinedName::createNameObject(), oox::xls::DefinedName::importDefinedName(), oox::xls::ExternalName::importDefinedName(), and oox::xls::ExternalName::importExternalNameFlags().