Home
last modified time | relevance | path

Searched defs:SheetViewModel (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/oox/inc/oox/xls/
H A Dviewsettings.hxx51 struct SheetViewModel struct
53 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 …]
/AOO41X/main/oox/source/xls/
H A Dviewsettings.cxx153 SheetViewModel::SheetViewModel() : in SheetViewModel() function in oox::xls::SheetViewModel