Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dxetable.hxx346 inline void SetContSize( sal_Size nContSize ) { mnContSize = nContSize; } in SetContSize()
347 inline sal_Size GetContSize() const { return mnContSize; } in GetContSize()
360 sal_Size mnContSize; /// The size of the cell contents. member in XclExpSingleCellBase
533 inline void SetContSize( sal_Size nContSize ) { mnContSize = nContSize; } in SetContSize()
535 inline sal_Size GetContSize() const { return mnContSize; } in GetContSize()
566 sal_Size mnContSize; /// Data size of contents for one cell member in XclExpMultiCellBase
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx520 mnContSize( nContSize ) in XclExpSingleCellBase()
529 mnContSize( nContSize ) in XclExpSingleCellBase()
558 AddRecSize( mnContSize ); in Save()
1087 mnContSize( nContSize ) in XclExpMultiCellBase()
1146 sal_Size nTotalSize = GetRecSize() + (2 + mnContSize) * nCount; in Save()

Completed in 33 milliseconds