Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx277 class XclExpCellBase : public XclExpRecord class
297 virtual bool TryMerge( const XclExpCellBase& rCell );
307 explicit XclExpCellBase(
319 typedef ScfRef< XclExpCellBase > XclExpCellRef;
324 class XclExpSingleCellBase : public XclExpCellBase
511 class XclExpMultiCellBase : public XclExpCellBase
585 virtual bool TryMerge( const XclExpCellBase& rCell );
610 virtual bool TryMerge( const XclExpCellBase& rCell );
952 typedef XclExpRecordList< XclExpCellBase > XclExpCellList;
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx487 XclExpCellBase::XclExpCellBase( in XclExpCellBase() function in XclExpCellBase
494 bool XclExpCellBase::IsMultiLineText() const in IsMultiLineText()
499 bool XclExpCellBase::TryMerge( const XclExpCellBase& /*rCell*/ ) in TryMerge() argument
504 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 41 milliseconds