Searched refs:mnMaxRow (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 56 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 D | xihelper.cxx | 70 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 D | xladdress.cxx | 132 mnMaxRow( static_cast< sal_uInt16 >( rMaxPos.Row() ) ), in XclAddressConverterBase()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 55 …: 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 D | colrowst.hxx | 62 const SCROW mnMaxRow; member in XclImpColRowSettings
|
H A D | xladdress.hxx | 184 sal_uInt16 mnMaxRow; /// Maximum row index, as 16-bit value. member in XclAddressConverterBase
|
/aoo41x/main/sc/inc/ |
H A D | rangenam.hxx | 78 SCROW mnMaxRow; member in ScRangeData
|
Completed in 36 milliseconds