Searched refs:XclExpCellBase (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/filter/inc/ |
| H A D | xetable.hxx | 277 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 D | xetable.cxx | 487 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() 587 static OString lcl_GetStyleId( XclExpXmlStream& rStrm, const XclExpCellBase& rCell ) in lcl_GetStyleId() 1085 XclExpCellBase( nRecId, 0, rXclPos ), in XclExpMultiCellBase() [all …]
|