Searched refs:aLastPos (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svx/source/table/ |
H A D | accessibletableshape.cxx | 709 CellPos aFirstPos, aLastPos; in isAccessibleSelected() local 710 pController->getSelectedCells( aFirstPos, aLastPos ); in isAccessibleSelected() 711 …Row <= nRow) && (aFirstPos.mnCol <= nColumn) && (nRow <= aLastPos.mnRow) && (nColumn <= aLastPos.m… in isAccessibleSelected() 762 CellPos aFirstPos( aPos ), aLastPos( aPos ); in selectAccessibleChild() local 769 aLastPos.mnRow = std::max( aLastPos.mnRow, aPos.mnRow ); in selectAccessibleChild() 770 aLastPos.mnCol = std::max( aLastPos.mnCol, aPos.mnCol ); in selectAccessibleChild() 820 CellPos aFirstPos, aLastPos; in getSelectedAccessibleChildCount() local 887 CellPos aFirstPos, aLastPos; in deselectAccessibleChild() local 893 aLastPos.mnRow = std::max( aLastPos.mnRow, aPos.mnRow-1 ); in deselectAccessibleChild() 894 aLastPos.mnCol = std::max( aLastPos.mnCol, aPos.mnCol-1 ); in deselectAccessibleChild() [all …]
|
H A D | tablecontroller.cxx | 2655 CellPos aFirstPos, aLastPos; in isRowSelected() local 2656 getSelectedCells( aFirstPos, aLastPos ); in isRowSelected() 2657 … == 0) && (nRow >= aFirstPos.mnRow && nRow <= aLastPos.mnRow) && (mxTable->getColumnCount() - 1 ==… in isRowSelected() 2666 CellPos aFirstPos, aLastPos; in isColumnSelected() local 2667 getSelectedCells( aFirstPos, aLastPos ); in isColumnSelected() 2668 …) && (nColumn >= aFirstPos.mnCol && nColumn <= aLastPos.mnCol) && (mxTable->getRowCount() - 1 == a… in isColumnSelected()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 122 Point aLastPos; member in SfxEmptySplitWin_Impl 192 aLastPos = GetPointerPosPixel(); in FadeIn() 1013 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK() 1018 if ( GetPointerPosPixel() != pEmptyWin->aLastPos ) in IMPL_LINK() 1022 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK() 1056 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK() 1062 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK()
|
/aoo42x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 798 …::std::map<sal_Int32,TRowPositionsInFile::iterator>::reverse_iterator aLastPos = m_aRowPosToFilePo… in seekRow() 799 m_nRowPos = aLastPos->first; in seekRow() 800 m_nFilePos = aLastPos->second->first; in seekRow() 801 nCurPos = aLastPos->second->second; in seekRow() 851 …::std::map<sal_Int32,TRowPositionsInFile::iterator>::reverse_iterator aLastPos = m_aRowPosToFilePo… in seekRow() 852 m_nRowPos = aLastPos->first; in seekRow() 853 nCurPos = m_nFilePos = aLastPos->second->first; in seekRow()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | conpoly.hxx | 36 Point aLastPos; member in ConstPolygon
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | fuconpol.hxx | 37 Point aLastPos; member in FuConstPolygon
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | conpoly.cxx | 54 aLastPos = rMEvt.GetPosPixel(); in MouseButtonDown()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 182 Point aLastPos; member in SwAnchorMarker 188 , aLastPos( pH->GetPos() ) in SwAnchorMarker() 191 const Point& GetLastPos() const { return aLastPos; } in GetLastPos() 192 void SetLastPos( const Point& rNew ) { aLastPos = rNew; } in SetLastPos()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | fileview.cxx | 1124 sal_uInt32 aLastPos = mnSearchIndex; in DoQuickSearch() local 1134 mnSearchIndex = aLastPos + 1; in DoQuickSearch()
|
Completed in 84 milliseconds