Searched refs:XclExpCellBase (Results 1 – 2 of 2) sorted by relevance
277 class XclExpCellBase : public XclExpRecord class297 virtual bool TryMerge( const XclExpCellBase& rCell );307 explicit XclExpCellBase(319 typedef ScfRef< XclExpCellBase > XclExpCellRef;324 class XclExpSingleCellBase : public XclExpCellBase511 class XclExpMultiCellBase : public XclExpCellBase585 virtual bool TryMerge( const XclExpCellBase& rCell );610 virtual bool TryMerge( const XclExpCellBase& rCell );952 typedef XclExpRecordList< XclExpCellBase > XclExpCellList;
487 XclExpCellBase::XclExpCellBase( in XclExpCellBase() function in XclExpCellBase494 bool XclExpCellBase::IsMultiLineText() const in IsMultiLineText()499 bool XclExpCellBase::TryMerge( const XclExpCellBase& /*rCell*/ ) in TryMerge() argument504 void XclExpCellBase::GetBlankXFIndexes( ScfUInt16Vec& /*rXFIndexes*/ ) const in GetBlankXFIndexes()509 void XclExpCellBase::RemoveUnusedBlankCells( const ScfUInt16Vec& /*rXFIndexes*/ ) in RemoveUnusedBlankCells()518 XclExpCellBase( nRecId, 2, rXclPos ), in XclExpSingleCellBase()527 XclExpCellBase( nRecId, 2, rXclPos ), in XclExpSingleCellBase()559 XclExpCellBase::Save( rStrm ); in Save()1085 XclExpCellBase( nRecId, 0, rXclPos ), in XclExpMultiCellBase()1312 bool XclExpBlankCell::TryMerge( const XclExpCellBase& rCell ) in TryMerge()[all …]
Completed in 19 milliseconds