Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dviewsettings.cxx153 SheetViewModel::SheetViewModel() : in SheetViewModel() function in oox::xls::SheetViewModel
177 bool SheetViewModel::isPageBreakPreview() const in isPageBreakPreview()
182 sal_Int32 SheetViewModel::getNormalZoom() const in getNormalZoom()
189 sal_Int32 SheetViewModel::getPageBreakZoom() const in getPageBreakZoom()
196 sal_Int32 SheetViewModel::getGridColor( const FilterBase& rFilter ) const in getGridColor()
201 const PaneSelectionModel* SheetViewModel::getPaneSelection( sal_Int32 nPaneId ) const in getPaneSelection()
206 const PaneSelectionModel* SheetViewModel::getActiveSelection() const in getActiveSelection()
211 PaneSelectionModel& SheetViewModel::createPaneSelection( sal_Int32 nPaneId ) in createPaneSelection()
228 SheetViewModel& rModel = *createSheetView(); in importSheetView()
252 SheetViewModel& rModel = *maSheetViews.back(); in importPane()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dviewsettings.hxx51 struct SheetViewModel struct
79 explicit SheetViewModel();
98 typedef ::boost::shared_ptr< SheetViewModel > SheetViewModelRef;
144 typedef RefVector< SheetViewModel > SheetViewModelVec;
210 typedef RefMap< sal_Int16, SheetViewModel > SheetViewModelMap;