LibreOffice Module sc (master) 1
|
Implementation struct for ScExtDocOptions containing all members. More...
Public Member Functions | |
ScExtDocOptionsImpl () | |
Use only if something has been changed. More... | |
Public Attributes | |
ScExtDocSettings | maDocSett |
ScExtTabSettingsCont | maTabSett |
Global document settings. More... | |
std::vector< OUString > | maCodeNames |
Settings for all sheets. More... | |
bool | mbChanged |
Codenames for all sheets (VBA module names). More... | |
Implementation struct for ScExtDocOptions containing all members.
Definition at line 125 of file scextopt.cxx.
|
explicit |
Use only if something has been changed.
Definition at line 135 of file scextopt.cxx.
References mbChanged.
std::vector< OUString > ScExtDocOptionsImpl::maCodeNames |
Settings for all sheets.
Definition at line 129 of file scextopt.cxx.
ScExtDocSettings ScExtDocOptionsImpl::maDocSett |
Definition at line 127 of file scextopt.cxx.
ScExtTabSettingsCont ScExtDocOptionsImpl::maTabSett |
Global document settings.
Definition at line 128 of file scextopt.cxx.
bool ScExtDocOptionsImpl::mbChanged |
Codenames for all sheets (VBA module names).
Definition at line 130 of file scextopt.cxx.