Searched refs:PaneSelectionModel (Results 1 – 2 of 2) sorted by relevance
39 struct PaneSelectionModel struct45 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 );
146 PaneSelectionModel::PaneSelectionModel() : in PaneSelectionModel() function in oox::xls::PaneSelectionModel201 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()339 …PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection()456 …PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection()499 const PaneSelectionModel* pPaneSel = xModel->getActiveSelection(); in finalizeImport()
Completed in 27 milliseconds