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 | 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() 1842 rLast.mnCol += xCell->getColumnSpan() - 1; in getSelectedCells() 1843 rLast.mnRow += xCell->getRowSpan() - 1; in getSelectedCells() 1853 rLast.mnRow = mxTable->getRowCount()-1; in getSelectedCells() 1854 rLast.mnCol = mxTable->getColumnCount()-1; in getSelectedCells() 1858 rLast.mnRow = 0; 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()
|
Completed in 109 milliseconds