Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx297 virtual bool TryMerge( const XclExpCellBase& rCell );
585 virtual bool TryMerge( const XclExpCellBase& rCell );
610 virtual bool TryMerge( const XclExpCellBase& rCell );
779 bool TryMerge( const XclExpColinfo& rColInfo );
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx499 bool XclExpCellBase::TryMerge( const XclExpCellBase& /*rCell*/ ) in TryMerge() function in XclExpCellBase
1312 bool XclExpBlankCell::TryMerge( const XclExpCellBase& rCell ) in TryMerge() function in XclExpBlankCell
1355 bool XclExpRkCell::TryMerge( const XclExpCellBase& rCell ) in TryMerge() function in XclExpRkCell
1619 bool XclExpColinfo::TryMerge( const XclExpColinfo& rColInfo ) in TryMerge() function in XclExpColinfo
1701 if( xPrevRec->TryMerge( *xRec ) ) in Finalize()
2046 if( xPrevCell.is() && xPrevCell->TryMerge( *xCell ) ) in InsertCell()
2054 if( xNextCell.is() && xCell->TryMerge( *xNextCell ) ) in InsertCell()

Completed in 24 milliseconds