Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx340 void SetContSize( std::size_t nContSize ) { mnContSize = nContSize; } in SetContSize()
341 std::size_t GetContSize() const { return mnContSize; } in GetContSize()
354 std::size_t mnContSize; /// The size of the cell contents. member in XclExpSingleCellBase
516 std::size_t mnContSize; /// Data size of contents for one cell member in XclExpMultiCellBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx341 void SetContSize( std::size_t nContSize ) { mnContSize = nContSize; } in SetContSize()
342 std::size_t GetContSize() const { return mnContSize; } in GetContSize()
355 std::size_t mnContSize; /// The size of the cell contents. member in XclExpSingleCellBase
517 std::size_t const mnContSize; /// Data size of contents for one cell member in XclExpMultiCellBase
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx573 mnContSize( nContSize ) in XclExpSingleCellBase()
582 mnContSize( nContSize ) in XclExpSingleCellBase()
611 AddRecSize( mnContSize ); in Save()
1105 mnContSize( nContSize ) in XclExpMultiCellBase()
1164 std::size_t nTotalSize = GetRecSize() + (2 + mnContSize) * nCount; in Save()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx567 mnContSize( nContSize ) in XclExpSingleCellBase()
576 mnContSize( nContSize ) in XclExpSingleCellBase()
605 AddRecSize( mnContSize ); in Save()
1099 mnContSize( nContSize ) in XclExpMultiCellBase()
1158 std::size_t nTotalSize = GetRecSize() + (2 + mnContSize) * nCount; in Save()