Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dcell.cxx401 void Cell::mergeContent( const CellRef& xSourceCell ) in mergeContent() argument
405 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() argument
452 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()
H A Dcell.hxx105 SVX_DLLPRIVATE void mergeContent( const CellRef& xSourceCell );
106 SVX_DLLPRIVATE void replaceContentAndFormatting( const CellRef& xSourceCell );

Completed in 30 milliseconds