Lines Matching refs:XclAddress

488         sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos ) :  in XclExpCellBase()
517 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, sal_uInt32 nXFId ) : in XclExpSingleCellBase()
525 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, in XclExpSingleCellBase()
573 const XclExpRoot& rRoot, const XclAddress& rXclPos, in XclExpNumberCell()
619 const XclExpRoot rRoot, const XclAddress& rXclPos, in XclExpBooleanCell()
685 const XclExpRoot& rRoot, const XclAddress& rXclPos, in XclExpLabelCell()
695 const XclExpRoot& rRoot, const XclAddress& rXclPos, in XclExpLabelCell()
795 const XclExpRoot& rRoot, const XclAddress& rXclPos, in XclExpFormulaCell()
1084 sal_uInt16 nRecId, sal_uInt16 nMulRecId, sal_Size nContSize, const XclAddress& rXclPos ) : in XclExpMultiCellBase()
1207XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ), in SaveXml()
1295 XclExpBlankCell::XclExpBlankCell( const XclAddress& rXclPos, const XclExpMultiXFId& rXFId ) : in XclExpBlankCell()
1303 const XclExpRoot& rRoot, const XclAddress& rXclPos, sal_uInt16 nLastXclCol, in XclExpBlankCell()
1332 void XclExpBlankCell::WriteXmlContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uIn… in WriteXmlContents()
1346 const XclExpRoot& rRoot, const XclAddress& rXclPos, in XclExpRkCell()
1366 void XclExpRkCell::WriteXmlContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32… in WriteXmlContents()
1901 … XclExpCellRef xNewCell( new XclExpBlankCell( XclAddress( nFirstFreeXclCol, mnXclRow ), aXFId ) ); in Finalize()
2385XclAddress aXclPos( static_cast< sal_uInt16 >( nScCol ), static_cast< sal_uInt16 >( nScRow ) ); in XclExpCellTable()