LibreOffice Module sc (master) 1
|
Global application settings shared by all open workbooks. More...
Public Member Functions | |
ScVbaAppSettings () | |
Public Attributes | |
bool | mbDisplayAlerts |
bool | mbEnableEvents |
bool | mbExcel4Menus |
bool | mbDisplayNoteIndicator |
bool | mbShowWindowsInTaskbar |
bool | mbEnableCancelKey |
Global application settings shared by all open workbooks.
Definition at line 99 of file vbaapplication.cxx.
|
explicit |
Definition at line 110 of file vbaapplication.cxx.
bool ScVbaAppSettings::mbDisplayAlerts |
Definition at line 101 of file vbaapplication.cxx.
Referenced by ScVbaApplication::getDisplayAlerts(), and ScVbaApplication::setDisplayAlerts().
bool ScVbaAppSettings::mbDisplayNoteIndicator |
Definition at line 104 of file vbaapplication.cxx.
Referenced by ScVbaApplication::getDisplayNoteIndicator(), and ScVbaApplication::setDisplayNoteIndicator().
bool ScVbaAppSettings::mbEnableCancelKey |
Definition at line 106 of file vbaapplication.cxx.
Referenced by ScVbaApplication::getEnableCancelKey(), and ScVbaApplication::setEnableCancelKey().
bool ScVbaAppSettings::mbEnableEvents |
Definition at line 102 of file vbaapplication.cxx.
Referenced by ScVbaApplication::getEnableEvents(), and ScVbaApplication::setEnableEvents().
bool ScVbaAppSettings::mbExcel4Menus |
Definition at line 103 of file vbaapplication.cxx.
Referenced by ScVbaApplication::getDisplayExcel4Menus(), and ScVbaApplication::setDisplayExcel4Menus().
bool ScVbaAppSettings::mbShowWindowsInTaskbar |
Definition at line 105 of file vbaapplication.cxx.
Referenced by ScVbaApplication::getShowWindowsInTaskbar(), and ScVbaApplication::setShowWindowsInTaskbar().