Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dviewsettings.hxx39 struct PaneSelectionModel struct
45 explicit PaneSelectionModel();
53 typedef RefMap< sal_Int32, PaneSelectionModel > PaneSelectionModelMap;
91 const PaneSelectionModel* getPaneSelection( sal_Int32 nPaneId ) const;
93 const PaneSelectionModel* getActiveSelection() const;
95 PaneSelectionModel& createPaneSelection( sal_Int32 nPaneId );
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx146 PaneSelectionModel::PaneSelectionModel() : in PaneSelectionModel() function in oox::xls::PaneSelectionModel
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()
215 rxPaneSel.reset( new PaneSelectionModel ); in createPaneSelection()
268 PaneSelectionModel& rSelData = maSheetViews.back()->createPaneSelection( nPaneId ); in importSelection()
339PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection()
456PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection()
499 const PaneSelectionModel* pPaneSel = xModel->getActiveSelection(); in finalizeImport()

Completed in 21 milliseconds