Home
last modified time | relevance | path

Searched refs:aLastPos (Results 1 – 9 of 9) 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 …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 Dtablecontroller.cxx2655 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()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx122 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()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx797 …::std::map<sal_Int32,TRowPositionsInFile::iterator>::reverse_iterator aLastPos = m_aRowPosToFilePo… in seekRow()
798 m_nRowPos = aLastPos->first; in seekRow()
799 m_nFilePos = aLastPos->second->first; in seekRow()
800 nCurPos = aLastPos->second->second; in seekRow()
850 …::std::map<sal_Int32,TRowPositionsInFile::iterator>::reverse_iterator aLastPos = m_aRowPosToFilePo… in seekRow()
851 m_nRowPos = aLastPos->first; in seekRow()
852 nCurPos = m_nFilePos = aLastPos->second->first; in seekRow()
/trunk/main/sw/source/ui/inc/
H A Dconpoly.hxx36 Point aLastPos; member in ConstPolygon
/trunk/main/sc/source/ui/inc/
H A Dfuconpol.hxx37 Point aLastPos; member in FuConstPolygon
/trunk/main/sw/source/ui/ribbar/
H A Dconpoly.cxx54 aLastPos = rMEvt.GetPosPixel(); in MouseButtonDown()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx184 Point aLastPos; member in SwAnchorMarker
190 , aLastPos( pH->GetPos() ) in SwAnchorMarker()
193 const Point& GetLastPos() const { return aLastPos; } in GetLastPos()
194 void SetLastPos( const Point& rNew ) { aLastPos = rNew; } in SetLastPos()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1124 sal_uInt32 aLastPos = mnSearchIndex; in DoQuickSearch() local
1134 mnSearchIndex = aLastPos + 1; in DoQuickSearch()

Completed in 92 milliseconds