LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::DefinedNameModel Struct Reference

#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...
 

Detailed Description

Definition at line 52 of file defnamesbuffer.hxx.

Constructor & Destructor Documentation

◆ DefinedNameModel()

oox::xls::DefinedNameModel::DefinedNameModel ( )
explicit

True = name hidden in UI.

Definition at line 126 of file defnamesbuffer.cxx.

Member Data Documentation

◆ maFormula

OUString oox::xls::DefinedNameModel::maFormula

◆ maName

OUString oox::xls::DefinedNameModel::maName

◆ mbFunction

bool oox::xls::DefinedNameModel::mbFunction

◆ mbHidden

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().

◆ mbMacro

bool oox::xls::DefinedNameModel::mbMacro

◆ mbVBName

bool oox::xls::DefinedNameModel::mbVBName

◆ mnFuncGroupId

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().

◆ mnSheet

sal_Int32 oox::xls::DefinedNameModel::mnSheet

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