Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx308 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos );
339 explicit XclExpSingleCellBase( sal_uInt16 nRecId, sal_Size nContSize,
343 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos,
346 inline void SetContSize( sal_Size nContSize ) { mnContSize = nContSize; } in SetContSize() argument
530 sal_Size nContSize, const XclAddress& rXclPos );
533 inline void SetContSize( sal_Size nContSize ) { mnContSize = nContSize; } in SetContSize() argument
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx488 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos ) : in XclExpCellBase() argument
489 XclExpRecord( nRecId, nContSize + 4 ), in XclExpCellBase()
517 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, sal_uInt32 nXFId ) : in XclExpSingleCellBase() argument
520 mnContSize( nContSize ) in XclExpSingleCellBase()
525 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, in XclExpSingleCellBase() argument
529 mnContSize( nContSize ) in XclExpSingleCellBase()
1084 sal_uInt16 nRecId, sal_uInt16 nMulRecId, sal_Size nContSize, const XclAddress& rXclPos ) : in XclExpMultiCellBase() argument
1087 mnContSize( nContSize ) in XclExpMultiCellBase()

Completed in 34 milliseconds