Searched refs:nContSize (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/inc/ |
H A D | xetable.hxx | 308 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
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 488 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 50 milliseconds