Searched defs:WorkbookViewModel (Results 1 – 2 of 2) sorted by relevance
151 struct WorkbookViewModel struct153 sal_Int32 mnWinX; /// X position of the workbook window (twips).154 sal_Int32 mnWinY; /// Y position of the workbook window (twips).155 sal_Int32 mnWinWidth; /// Width of the workbook window (twips).156 sal_Int32 mnWinHeight; /// Height of the workbook window (twips).157 sal_Int32 mnActiveSheet; /// Displayed (active) sheet.158 sal_Int32 mnFirstVisSheet; /// First visible sheet in sheet tabbar.159 sal_Int32 mnTabBarWidth; /// Width of sheet tabbar (1/1000 of window width).160 sal_Int32 mnVisibility; /// Visibility state of workbook window.161 bool mbShowTabBar; /// True = show sheet tabbar.[all …]
600 WorkbookViewModel::WorkbookViewModel() : in WorkbookViewModel() function in oox::xls::WorkbookViewModel