Searched refs:xSourceCell (Results 1 – 2 of 2) sorted by relevance
401 void Cell::mergeContent( const CellRef& xSourceCell ) in mergeContent() argument405 if( xSourceCell->hasText() ) in mergeContent()413 rOutliner.AddText(*xSourceCell->GetOutlinerParaObject()); in mergeContent()417 rOutliner.SetText(*xSourceCell->GetOutlinerParaObject()); in mergeContent()422 xSourceCell->SetOutlinerParaObject(rOutliner.CreateParaObject()); in mergeContent()450 void Cell::replaceContentAndFormatting( const CellRef& xSourceCell ) in replaceContentAndFormatting() argument452 if( xSourceCell.is() && mpProperties ) in replaceContentAndFormatting()454 mpProperties->SetMergedItemSet( xSourceCell->GetObjectItemSet() ); in replaceContentAndFormatting()455 SetOutlinerParaObject( new OutlinerParaObject(*xSourceCell->GetOutlinerParaObject()) ); in replaceContentAndFormatting()458 SdrTableObj& rSourceTableObj = dynamic_cast< SdrTableObj& >( xSourceCell->GetObject() ); in replaceContentAndFormatting()
105 SVX_DLLPRIVATE void mergeContent( const CellRef& xSourceCell );106 SVX_DLLPRIVATE void replaceContentAndFormatting( const CellRef& xSourceCell );
Completed in 22 milliseconds