Home
last modified time | relevance | path

Searched refs:rLast (Results 1 – 8 of 8) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx113 … 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()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1819 …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 …]
/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx85 … 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()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx392 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()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx198 const DateTime& rLast = rSettings.GetTheLastDateTime(); in IsActionShown() local
213 if ( aDateTime < rFirst || aDateTime > rLast ) in IsActionShown()
218 if ( aDateTime >= rFirst && aDateTime <= rLast ) in IsActionShown()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx747 SwTextPortion& rLast = aPortionList[nCount-1]; in ImpDoHighlight() local
748 if ( rLast.nStart > rLast.nEnd ) // Nur bis Bug von MD behoeben in ImpDoHighlight()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx840 SwTextPortion& rLast = aPortionList[nCount-1]; in ImpDoHighlight() local
841 if ( rLast.nStart > rLast.nEnd ) // Nur bis Bug von MD behoeben in ImpDoHighlight()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1518 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 53 milliseconds