Home
last modified time | relevance | path

Searched refs:mnFirstFreeXclRow (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx1493 mnFirstFreeXclRow( 0 ), in XclExpDimensions()
1513 mnFirstFreeXclRow = nFirstFreeXclRow; in SetDimensions()
1524 if( mnFirstFreeXclRow != mnFirstUsedXclRow && mnFirstFreeXclCol != mnFirstUsedXclCol ) in SaveXml()
1526 aRange.aEnd.SetRow( static_cast<SCROW>(mnFirstFreeXclRow-1) ); in SaveXml()
1542 rStrm << mnFirstUsedXclRow << mnFirstFreeXclRow; in WriteBody()
1544 …< static_cast< sal_uInt16 >( mnFirstUsedXclRow ) << static_cast< sal_uInt16 >( mnFirstFreeXclRow ); in WriteBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx1486 mnFirstFreeXclRow( 0 ), in XclExpDimensions()
1506 mnFirstFreeXclRow = nFirstFreeXclRow; in SetDimensions()
1517 if( mnFirstFreeXclRow != mnFirstUsedXclRow && mnFirstFreeXclCol != mnFirstUsedXclCol ) in SaveXml()
1519 aRange.aEnd.SetRow( static_cast<SCROW>(mnFirstFreeXclRow-1) ); in SaveXml()
1535 rStrm << mnFirstUsedXclRow << mnFirstFreeXclRow; in WriteBody()
1537 …< static_cast< sal_uInt16 >( mnFirstUsedXclRow ) << static_cast< sal_uInt16 >( mnFirstFreeXclRow ); in WriteBody()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx659 sal_uInt32 mnFirstFreeXclRow; /// First unused row after used area. member in XclExpDimensions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx660 sal_uInt32 mnFirstFreeXclRow; /// First unused row after used area. member in XclExpDimensions