LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScExtDocOptionsImpl Struct Reference

Implementation struct for ScExtDocOptions containing all members. More...

Collaboration diagram for ScExtDocOptionsImpl:
[legend]

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

Detailed Description

Implementation struct for ScExtDocOptions containing all members.

Definition at line 125 of file scextopt.cxx.

Constructor & Destructor Documentation

◆ ScExtDocOptionsImpl()

ScExtDocOptionsImpl::ScExtDocOptionsImpl ( )
explicit

Use only if something has been changed.

Definition at line 135 of file scextopt.cxx.

References mbChanged.

Member Data Documentation

◆ maCodeNames

std::vector< OUString > ScExtDocOptionsImpl::maCodeNames

Settings for all sheets.

Definition at line 129 of file scextopt.cxx.

◆ maDocSett

ScExtDocSettings ScExtDocOptionsImpl::maDocSett

Definition at line 127 of file scextopt.cxx.

◆ maTabSett

ScExtTabSettingsCont ScExtDocOptionsImpl::maTabSett

Global document settings.

Definition at line 128 of file scextopt.cxx.

◆ mbChanged

bool ScExtDocOptionsImpl::mbChanged

Codenames for all sheets (VBA module names).

Definition at line 130 of file scextopt.cxx.


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