Home
last modified time | relevance | path

Searched refs:mnMaxRow (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sc/source/filter/excel/
H A Dcolrowst.cxx56 mnMaxRow( rRoot.GetXclMaxPos().Row() ), in XclImpColRowSettings()
67 maHeights.resize( static_cast< size_t >( mnMaxRow + 1 ), 0 ); in XclImpColRowSettings()
68 maRowFlags.resize( static_cast< size_t >( mnMaxRow + 1 ), 0 ); in XclImpColRowSettings()
133 if( (0 <= nScRow) && (nScRow <= mnMaxRow) ) in SetHeight()
150 if( (0 <= nScRow) && (nScRow <= mnMaxRow) ) in SetRowSettings()
163 if( (0 <= nScRow) && (nScRow <= mnMaxRow) ) in SetManualRowHeight()
H A Dxihelper.cxx70 bool bValidRow = rXclPos.mnRow <= mnMaxRow; in CheckAddress()
98 aScPos.SetRow( static_cast< SCROW >( ::std::min( rXclPos.mnRow, mnMaxRow ) ) ); in CreateValidAddress()
126 nXclRow2 = ::std::min( nXclRow2, mnMaxRow ); in ConvertRange()
H A Dxladdress.cxx132 mnMaxRow( static_cast< sal_uInt16 >( rMaxPos.Row() ) ), in XclAddressConverterBase()
/aoo41x/main/sc/source/core/tool/
H A Drangenam.cxx55 …: pCode( NULL ), nIndex( n ), bModified( sal_False ), mnMaxRow(-1), mnMaxCol(-1), aRangeNameScope(… in ScRangeData()
72 mnMaxRow (-1), in ScRangeData()
121 mnMaxRow (-1), in ScRangeData()
159 mnMaxRow (-1), in ScRangeData()
184 mnMaxRow (rScRangeData.mnMaxRow), in ScRangeData()
550 mnMaxRow = nRow; in SetMaxRow()
555 return mnMaxRow >= 0 ? mnMaxRow : MAXROW; in GetMaxRow()
/aoo41x/main/sc/source/filter/inc/
H A Dcolrowst.hxx62 const SCROW mnMaxRow; member in XclImpColRowSettings
H A Dxladdress.hxx184 sal_uInt16 mnMaxRow; /// Maximum row index, as 16-bit value. member in XclAddressConverterBase
/aoo41x/main/sc/inc/
H A Drangenam.hxx78 SCROW mnMaxRow; member in ScRangeData

Completed in 49 milliseconds