Home
last modified time | relevance | path

Searched refs:rTableObj (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/svx/source/table/
H A Dcell.cxx306 : 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 replaceContentAndFormatting()
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 Dviewcontactoftableobj.cxx546 const sdr::table::SdrTableObj& rTableObj = GetTableObj(); in createViewIndependentPrimitive2DSequence() local
547 const uno::Reference< com::sun::star::table::XTable > xTable = rTableObj.getTable(); in createViewIndependentPrimitive2DSequence()
559 const sdr::table::TableLayouter& rTableLayouter = rTableObj.getTableLayouter(); in createViewIndependentPrimitive2DSequence()
560 const bool bIsRTL(com::sun::star::text::WritingMode_RL_TB == rTableObj.GetWritingMode()); in createViewIndependentPrimitive2DSequence()
567 const Rectangle& rObjectRectangle(rTableObj.GetGeoRect()); in createViewIndependentPrimitive2DSequence()
604 const SdrText* pSdrText = rTableObj.getText(nTextIndex); in createViewIndependentPrimitive2DSequence()
684 const SfxItemSet& rObjectItemSet = rTableObj.GetMergedItemSet(); in createViewIndependentPrimitive2DSequence()
699 const Rectangle& rRectangle = rTableObj.GetGeoRect(); in createViewIndependentPrimitive2DSequence()
705 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence()
722 ViewContactOfTableObj::ViewContactOfTableObj(::sdr::table::SdrTableObj& rTableObj) in ViewContactOfTableObj() argument
[all …]
H A Dtablertfimporter.cxx89 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 Dtableundo.cxx518 TableStyleUndo::TableStyleUndo( const SdrTableObj& rTableObj ) in TableStyleUndo() argument
519 : SdrUndoAction( *rTableObj.GetModel() ) in TableStyleUndo()
520 , mxObjRef( const_cast< sdr::table::SdrTableObj*>( &rTableObj ) ) in TableStyleUndo()
H A Dcell.hxx65 …SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj, OutlinerParaObject* p…
215 SVX_DLLPRIVATE Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw();
H A Dtableundo.hxx231 TableStyleUndo( const SdrTableObj& rTableObj );
H A Dtablecontroller.cxx2412 …::sdr::table::SdrTableObj& rTableObj = *static_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in GetMarkedObjModel()
2417 SdrTableObj* pNewTableObj = rTableObj.CloneRange( aStart, aEnd ); in GetMarkedObjModel()

Completed in 56 milliseconds