Searched refs:aFirstPos (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svx/source/table/ |
| H A D | accessibletableshape.cxx | 709 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 765 pController->getSelectedCells( aFirstPos, aLastPos ); in selectAccessibleChild() 767 aFirstPos.mnRow = std::min( aFirstPos.mnRow, aPos.mnRow ); in selectAccessibleChild() 768 aFirstPos.mnCol = std::min( aFirstPos.mnCol, aPos.mnCol ); in selectAccessibleChild() 772 pController->setSelectedCells( aFirstPos, aLastPos ); in selectAccessibleChild() 820 CellPos aFirstPos, aLastPos; in getSelectedAccessibleChildCount() local 821 pController->getSelectedCells( aFirstPos, aLastPos ); in getSelectedAccessibleChildCount() [all …]
|
| H A D | tablecontroller.cxx | 2655 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()
|
| /AOO41X/main/oox/source/xls/ |
| H A D | viewsettings.cxx | 292 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() 375 …rModel.maFirstPos = getAddressConverter().createValidCellAddress( aFirstPos, getSheetIndex(), fals… in importWindow2() 382 BinAddress aFirstPos; in importWindow2() local 383 rStrm >> nFlags >> aFirstPos; in importWindow2() 385 …rModel.maFirstPos = getAddressConverter().createValidCellAddress( aFirstPos, getSheetIndex(), … in importWindow2() 498 CellAddress aFirstPos = xModel->maFirstPos; in finalizeImport() local [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | documen8.cxx | 1422 ScAddress aFirstPos = static_cast<ScAreaLink*>(pFirst)->GetDestArea().aStart; in UpdateRefAreaLinks() local 1427 static_cast<ScAreaLink*>(pSecond)->GetDestArea().aStart == aFirstPos ) in UpdateRefAreaLinks()
|