LibreOffice Module sc (master) 1
|
Contains all view settings for the entire document. More...
#include <viewsettings.hxx>
Public Member Functions | |
WorkbookViewModel () | |
True = workbook window is minimized. More... | |
Public Attributes | |
sal_Int32 | mnWinX |
sal_Int32 | mnWinY |
X position of the workbook window (twips). More... | |
sal_Int32 | mnWinWidth |
Y position of the workbook window (twips). More... | |
sal_Int32 | mnWinHeight |
Width of the workbook window (twips). More... | |
sal_Int32 | mnActiveSheet |
Height of the workbook window (twips). More... | |
sal_Int32 | mnFirstVisSheet |
Displayed (active) sheet. More... | |
sal_Int32 | mnTabBarWidth |
First visible sheet in sheet tabbar. More... | |
sal_Int32 | mnVisibility |
Width of sheet tabbar (1/1000 of window width). More... | |
bool | mbShowTabBar |
Visibility state of workbook window. More... | |
bool | mbShowHorScroll |
True = show sheet tabbar. More... | |
bool | mbShowVerScroll |
True = show horizontal sheet scrollbars. More... | |
bool | mbMinimized |
True = show vertical sheet scrollbars. More... | |
Contains all view settings for the entire document.
Definition at line 125 of file viewsettings.hxx.
|
explicit |
True = workbook window is minimized.
Definition at line 459 of file viewsettings.cxx.
bool oox::xls::WorkbookViewModel::mbMinimized |
True = show vertical sheet scrollbars.
Definition at line 138 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
bool oox::xls::WorkbookViewModel::mbShowHorScroll |
True = show sheet tabbar.
Definition at line 136 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::finalizeImport(), and oox::xls::ViewSettings::importWorkbookView().
bool oox::xls::WorkbookViewModel::mbShowTabBar |
Visibility state of workbook window.
Definition at line 135 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::finalizeImport(), and oox::xls::ViewSettings::importWorkbookView().
bool oox::xls::WorkbookViewModel::mbShowVerScroll |
True = show horizontal sheet scrollbars.
Definition at line 137 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::finalizeImport(), and oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnActiveSheet |
Height of the workbook window (twips).
Definition at line 131 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnFirstVisSheet |
Displayed (active) sheet.
Definition at line 132 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnTabBarWidth |
First visible sheet in sheet tabbar.
Definition at line 133 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::finalizeImport(), and oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnVisibility |
Width of sheet tabbar (1/1000 of window width).
Definition at line 134 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnWinHeight |
Width of the workbook window (twips).
Definition at line 130 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnWinWidth |
Y position of the workbook window (twips).
Definition at line 129 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnWinX |
Definition at line 127 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().
sal_Int32 oox::xls::WorkbookViewModel::mnWinY |
X position of the workbook window (twips).
Definition at line 128 of file viewsettings.hxx.
Referenced by oox::xls::ViewSettings::importWorkbookView().