Searched refs:rPaneSel (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | viewsettings.cxx | 339 …PaneSelectionModel& rPaneSel = maSheetViews.back()->createPaneSelection( lclGetOoxPaneId( nPaneId,… in importSelection() local 342 rStrm >> aActiveCell >> rPaneSel.mnActiveCellId; in importSelection() 343 …rPaneSel.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 461 …rPaneSel.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 20 milliseconds