Searched defs:DefinedNameModel (Results 1 – 2 of 2) sorted by relevance
59 struct DefinedNameModel struct63 sal_Int32 mnSheet; /// Sheet index for local names.64 sal_Int32 mnFuncGroupId; /// Function group identifier.65 bool mbMacro; /// True = Macro name (VBA or sheet macro).66 bool mbFunction; /// True = function, false = command.67 bool mbVBName; /// True = VBA macro, false = sheet macro.68 bool mbHidden; /// True = name hidden in UI.
223 DefinedNameModel::DefinedNameModel() : in DefinedNameModel() function in oox::xls::DefinedNameModel
Completed in 19 milliseconds