Searched refs:TryMerge (Results 1 – 2 of 2) sorted by relevance
297 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 );
499 bool XclExpCellBase::TryMerge( const XclExpCellBase& /*rCell*/ ) in TryMerge() function in XclExpCellBase1312 bool XclExpBlankCell::TryMerge( const XclExpCellBase& rCell ) in TryMerge() function in XclExpBlankCell1355 bool XclExpRkCell::TryMerge( const XclExpCellBase& rCell ) in TryMerge() function in XclExpRkCell1619 bool XclExpColinfo::TryMerge( const XclExpColinfo& rColInfo ) in TryMerge() function in XclExpColinfo1701 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 29 milliseconds