Searched defs:SheetViewModel (Results 1 – 2 of 2) sorted by relevance
51 struct SheetViewModel struct53 typedef RefMap< sal_Int32, PaneSelectionModel > PaneSelectionModelMap;55 PaneSelectionModelMap maPaneSelMap; /// Selections of all panes.56 Color maGridColor; /// Grid color.59 … sal_Int32 mnWorkbookViewId; /// Index into list of workbookView elements.60 sal_Int32 mnViewType; /// View type (normal, page break, layout).61 sal_Int32 mnActivePaneId; /// Active pane (with cell cursor).62 sal_Int32 mnPaneState; /// Pane state (frozen, split).63 … mfSplitX; /// Split X position (twips), or number of frozen columns.64 … mfSplitY; /// Split Y position (twips), or number of frozen rows.[all …]
153 SheetViewModel::SheetViewModel() : in SheetViewModel() function in oox::xls::SheetViewModel