LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::WorkbookViewModel Struct Reference

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

Detailed Description

Contains all view settings for the entire document.

Definition at line 125 of file viewsettings.hxx.

Constructor & Destructor Documentation

◆ WorkbookViewModel()

oox::xls::WorkbookViewModel::WorkbookViewModel ( )
explicit

True = workbook window is minimized.

Definition at line 459 of file viewsettings.cxx.

Member Data Documentation

◆ mbMinimized

bool oox::xls::WorkbookViewModel::mbMinimized

True = show vertical sheet scrollbars.

Definition at line 138 of file viewsettings.hxx.

Referenced by oox::xls::ViewSettings::importWorkbookView().

◆ mbShowHorScroll

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

◆ mbShowTabBar

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

◆ mbShowVerScroll

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

◆ mnActiveSheet

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

◆ mnFirstVisSheet

sal_Int32 oox::xls::WorkbookViewModel::mnFirstVisSheet

Displayed (active) sheet.

Definition at line 132 of file viewsettings.hxx.

Referenced by oox::xls::ViewSettings::importWorkbookView().

◆ mnTabBarWidth

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

◆ mnVisibility

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

◆ mnWinHeight

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

◆ mnWinWidth

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

◆ mnWinX

sal_Int32 oox::xls::WorkbookViewModel::mnWinX

Definition at line 127 of file viewsettings.hxx.

Referenced by oox::xls::ViewSettings::importWorkbookView().

◆ mnWinY

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


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