Home
last modified time | relevance | path

Searched refs:nFirstUsedXclRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1506 sal_uInt16 nFirstUsedXclCol, sal_uInt32 nFirstUsedXclRow, in SetDimensions() argument
1509 mnFirstUsedXclRow = nFirstUsedXclRow; in SetDimensions()
2187 sal_uInt32 nFirstUsedXclRow = SAL_MAX_UINT32; in Finalize() local
2208 nFirstUsedXclRow = ::std::min< sal_uInt32 >( nFirstUsedXclRow, nXclRow ); in Finalize()
2215 nFirstUsedXclRow = ::std::min( nFirstUsedXclRow, nFirstFreeXclRow ); in Finalize()
2219 nFirstUsedXclCol, nFirstUsedXclRow, nFirstFreeXclCol, nFirstFreeXclRow ); in Finalize()
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx716 sal_uInt16 nFirstUsedXclCol, sal_uInt32 nFirstUsedXclRow,

Completed in 33 milliseconds