Searched refs:rTableObj (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | cell.cxx | 306 : SdrText( rTableObj, pOutlinerParaObject ) in Cell() 316 , mxTable( rTableObj.getTable() ) in Cell() 318 if( rTableObj.GetModel() ) in Cell() 319 SetModel( rTableObj.GetModel() ); in Cell() 403 SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() ); in mergeContent() local 407 SdrOutliner& rOutliner=rTableObj.ImpGetDrawOutliner(); in mergeContent() 460 if(rSourceTableObj.GetModel() != rTableObj.GetModel()) in replaceContentAndFormating() 494 if(rTableObj.getActiveCell().get() == this ) in IsTextEditActive() 533 if( rTableObj.getActiveCell().get() == this ) in GetEditOutlinerParaObject() 534 return rTableObj.GetEditOutlinerParaObject(); in GetEditOutlinerParaObject() [all …]
|
H A D | viewcontactoftableobj.cxx | 544 const sdr::table::SdrTableObj& rTableObj = GetTableObj(); in createViewIndependentPrimitive2DSequence() local 545 const uno::Reference< com::sun::star::table::XTable > xTable = rTableObj.getTable(); in createViewIndependentPrimitive2DSequence() 557 const sdr::table::TableLayouter& rTableLayouter = rTableObj.getTableLayouter(); in createViewIndependentPrimitive2DSequence() 558 const bool bIsRTL(com::sun::star::text::WritingMode_RL_TB == rTableObj.GetWritingMode()); in createViewIndependentPrimitive2DSequence() 565 const Rectangle& rObjectRectangle(rTableObj.GetGeoRect()); in createViewIndependentPrimitive2DSequence() 602 const SdrText* pSdrText = rTableObj.getText(nTextIndex); in createViewIndependentPrimitive2DSequence() 682 const SfxItemSet& rObjectItemSet = rTableObj.GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() 697 const Rectangle& rRectangle = rTableObj.GetGeoRect(); in createViewIndependentPrimitive2DSequence() 703 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() 720 ViewContactOfTableObj::ViewContactOfTableObj(::sdr::table::SdrTableObj& rTableObj) in ViewContactOfTableObj() argument [all …]
|
H A D | tablertfimporter.cxx | 89 SdrTableRTFParser( SdrTableObj& rTableObj ); 135 SdrTableRTFParser::SdrTableRTFParser( SdrTableObj& rTableObj ) in SdrTableRTFParser() argument 136 : mrTableObj( rTableObj ) in SdrTableRTFParser() 137 , mpOutliner( SdrMakeOutliner( OUTLINERMODE_TEXTOBJECT, rTableObj.GetModel() ) ) in SdrTableRTFParser() 138 , mrItemPool( rTableObj.GetModel()->GetItemPool() ) in SdrTableRTFParser() 148 , mxTable( rTableObj.getTable() ) in SdrTableRTFParser()
|
H A D | tableundo.cxx | 513 TableStyleUndo::TableStyleUndo( const SdrTableObj& rTableObj ) in TableStyleUndo() argument 514 : SdrUndoAction( *rTableObj.GetModel() ) in TableStyleUndo() 515 , mxObjRef( const_cast< sdr::table::SdrTableObj*>( &rTableObj ) ) in TableStyleUndo()
|
H A D | cell.hxx | 65 …SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj, OutlinerParaObject* p… 215 SVX_DLLPRIVATE Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw();
|
H A D | tableundo.hxx | 231 TableStyleUndo( const SdrTableObj& rTableObj );
|
H A D | tablecontroller.cxx | 2412 …::sdr::table::SdrTableObj& rTableObj = *static_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in GetMarkedObjModel() 2417 SdrTableObj* pNewTableObj = rTableObj.CloneRange( aStart, aEnd ); in GetMarkedObjModel()
|
Completed in 62 milliseconds