Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dviewsettings.cxx339 …PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection() local
342 rStrm >> aActiveCell >> rPaneSel.mnActiveCellId; in importSelection()
343rPaneSel.maActiveCell = getAddressConverter().createValidCellAddress( aActiveCell, getSheetIndex()… in importSelection()
347 rPaneSel.maSelection.clear(); in importSelection()
348 …getAddressConverter().convertToCellRangeList( rPaneSel.maSelection, aSelection, getSheetIndex(), f… in importSelection()
456 …PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection() local
461rPaneSel.maActiveCell = getAddressConverter().createValidCellAddress( aActiveCell, getSheetIndex()… in importSelection()
462 rPaneSel.mnActiveCellId = nActiveCellId; in importSelection()
464 rPaneSel.maSelection.clear(); in importSelection()
467 …getAddressConverter().convertToCellRangeList( rPaneSel.maSelection, aSelection, getSheetIndex(), f… in importSelection()

Completed in 23 milliseconds