Searched refs:mnContSize (Results 1 – 2 of 2) sorted by relevance
346 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 XclExpSingleCellBase533 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
520 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 39 milliseconds