Searched refs:rLast (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/oox/inc/oox/xls/ |
| H A D | addressconverter.hxx | 113 … BinRange( const BinAddress& rFirst, const BinAddress& rLast ) : maFirst( rFirst ), maLast( rLast … in BinRange() 117 …s& rFirst, const ::com::sun::star::table::CellAddress& rLast ) : maFirst( rFirst ), maLast( rLast … in BinRange() 120 inline void set( const BinAddress& rFirst, const BinAddress& rLast ) in set() 121 { maFirst = rFirst; maLast = rLast; } in set() 124 …t ::com::sun::star::table::CellAddress& rFirst, const ::com::sun::star::table::CellAddress& rLast ) in set() 125 { maFirst.set( rFirst ); maLast.set( rLast ); } in set()
|
| /AOO41X/main/svx/source/table/ |
| H A D | tablecontroller.cxx | 1782 void SvxTableController::getSelectedCells( CellPos& rFirst, CellPos& rLast ) in getSelectedCells() argument 1791 rLast.mnCol = std::max( maCursorFirstPos.mnCol, maCursorLastPos.mnCol ); in getSelectedCells() 1792 rLast.mnRow = std::max( maCursorFirstPos.mnRow, maCursorLastPos.mnRow ); in getSelectedCells() 1798 for( sal_Int32 nRow = rFirst.mnRow; nRow <= rLast.mnRow && !bExt; nRow++ ) in getSelectedCells() 1800 for( sal_Int32 nCol = rFirst.mnCol; nCol <= rLast.mnCol && !bExt; nCol++ ) in getSelectedCells() 1819 …if( ((nCol + xCell->getColumnSpan() - 1) > rLast.mnCol) || (nRow + xCell->getRowSpan() - 1 ) > rLa… in getSelectedCells() 1821 … rLast.mnCol = std::max( rLast.mnCol, nCol + xCell->getColumnSpan() - 1 ); in getSelectedCells() 1822 rLast.mnRow = std::max( rLast.mnRow, nRow + xCell->getRowSpan() - 1 ); in getSelectedCells() 1835 rLast = rFirst; in getSelectedCells() 1839 …Reference< XMergeableCell > xCell( mxTable->getCellByPosition( rLast.mnCol, rLast.mnRow ), UNO_QUE… in getSelectedCells() [all …]
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xladdress.hxx | 85 … XclRange( const XclAddress& rFirst, const XclAddress& rLast ) : maFirst( rFirst ), maLast( rLast … in XclRange() 89 inline void Set( const XclAddress& rFirst, const XclAddress& rLast ) in Set() 90 { maFirst = rFirst; maLast = rLast; } in Set()
|
| /AOO41X/main/editeng/source/misc/ |
| H A D | txtrange.cxx | 392 const Point& rLast = rPol[ nIdx - 1 ]; in Calc() local 400 CheckCut( rLast, rNext ); in Calc() 403 NoteUpLow( Cut( nLower, rLast, rNext ), 2 ); in Calc() 407 CheckCut( rLast, rNext ); in Calc() 412 NoteUpLow( Cut( nUpper, rLast, rNext ), 1 ); in Calc() 414 CheckCut( rLast, rNext ); in Calc()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewutil.cxx | 198 const DateTime& rLast = rSettings.GetTheLastDateTime(); in IsActionShown() local 213 if ( aDateTime < rFirst || aDateTime > rLast ) in IsActionShown() 218 if ( aDateTime >= rFirst && aDateTime <= rLast ) in IsActionShown()
|
| /AOO41X/main/sw/source/ui/docvw/ |
| H A D | srcedtw.cxx | 748 SwTextPortion& rLast = aPortionList[nCount-1]; in ImpDoHighlight() local 749 if ( rLast.nStart > rLast.nEnd ) // Nur bis Bug von MD behoeben in ImpDoHighlight()
|
| /AOO41X/main/filter/source/xsltdialog/ |
| H A D | xmlfileview.cxx | 840 SwTextPortion& rLast = aPortionList[nCount-1]; in ImpDoHighlight() local 841 if ( rLast.nStart > rLast.nEnd ) // Nur bis Bug von MD behoeben in ImpDoHighlight()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | porlay.cxx | 1518 PositionList::const_reverse_iterator rLast( aList.begin() ); in MaskHiddenRanges() local 1519 while ( rFirst != rLast ) in MaskHiddenRanges() 1553 PositionList::const_reverse_iterator rLast( aList.begin() ); in DeleteHiddenRanges() local 1554 while ( rFirst != rLast ) in DeleteHiddenRanges()
|