Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx709 CellPos aFirstPos, aLastPos; in isAccessibleSelected() local
710 pController->getSelectedCells( aFirstPos, aLastPos ); in isAccessibleSelected()
711 …if( (aFirstPos.mnRow <= nRow) && (aFirstPos.mnCol <= nColumn) && (nRow <= aLastPos.mnRow) && (nCol… in isAccessibleSelected()
762 CellPos aFirstPos( aPos ), aLastPos( aPos ); in selectAccessibleChild() local
767 aFirstPos.mnRow = std::min( aFirstPos.mnRow, aPos.mnRow ); in selectAccessibleChild()
768 aFirstPos.mnCol = std::min( aFirstPos.mnCol, aPos.mnCol ); in selectAccessibleChild()
820 CellPos aFirstPos, aLastPos; in getSelectedAccessibleChildCount() local
887 CellPos aFirstPos, aLastPos; in deselectAccessibleChild() local
891 aFirstPos.mnRow = std::min( aFirstPos.mnRow, aPos.mnRow+1 ); in deselectAccessibleChild()
892 aFirstPos.mnCol = std::min( aFirstPos.mnCol, aPos.mnCol+1 ); in deselectAccessibleChild()
[all …]
H A Dtablecontroller.cxx2655 CellPos aFirstPos, aLastPos; in isRowSelected() local
2656 getSelectedCells( aFirstPos, aLastPos ); in isRowSelected()
2657 …if( (aFirstPos.mnCol == 0) && (nRow >= aFirstPos.mnRow && nRow <= aLastPos.mnRow) && (mxTable->get… in isRowSelected()
2666 CellPos aFirstPos, aLastPos; in isColumnSelected() local
2667 getSelectedCells( aFirstPos, aLastPos ); in isColumnSelected()
2668 …if( (aFirstPos.mnRow == 0) && (nColumn >= aFirstPos.mnCol && nColumn <= aLastPos.mnCol) && (mxTabl… in isColumnSelected()
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx292 BinAddress aFirstPos; in importSheetView() local
293 rStrm >> nFlags >> nViewType >> aFirstPos; in importSheetView()
301 …rModel.maFirstPos = getAddressConverter().createValidCellAddress( aFirstPos, getSheetIndex(), fals… in importSheetView()
373 BinAddress aFirstPos; in importWindow2() local
374 rStrm >> aFirstPos; in importWindow2()
382 BinAddress aFirstPos; in importWindow2() local
383 rStrm >> nFlags >> aFirstPos; in importWindow2()
498 CellAddress aFirstPos = xModel->maFirstPos; in finalizeImport() local
500 CellAddress aCursor = pPaneSel ? pPaneSel->maActiveCell : aFirstPos; in finalizeImport()
565 aPropMap[ PROP_PositionLeft ] <<= aFirstPos.Column; in finalizeImport()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1422 ScAddress aFirstPos = static_cast<ScAreaLink*>(pFirst)->GetDestArea().aStart; in UpdateRefAreaLinks() local
1427 static_cast<ScAreaLink*>(pSecond)->GetDestArea().aStart == aFirstPos ) in UpdateRefAreaLinks()

Completed in 52 milliseconds