Home
last modified time | relevance | path

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

/aoo41x/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::replaceContentAndFormating( const CellRef& xSourceCell ) in replaceContentAndFormating() argument
452 if( xSourceCell.is() && mpProperties ) in replaceContentAndFormating()
454 mpProperties->SetMergedItemSet( xSourceCell->GetObjectItemSet() ); in replaceContentAndFormating()
455 SetOutlinerParaObject( new OutlinerParaObject(*xSourceCell->GetOutlinerParaObject()) ); in replaceContentAndFormating()
458 SdrTableObj& rSourceTableObj = dynamic_cast< SdrTableObj& >( xSourceCell->GetObject() ); in replaceContentAndFormating()
H A Dcell.hxx105 SVX_DLLPRIVATE void mergeContent( const CellRef& xSourceCell );
106 SVX_DLLPRIVATE void replaceContentAndFormating( const CellRef& xSourceCell );

Completed in 22 milliseconds