/aoo42x/main/svx/source/table/ |
H A D | svdotable.cxx | 217 SdrTableObj* mpTableObj; 726 TYPEINIT1(SdrTableObj,SdrTextObj); 730 SdrTableObj::SdrTableObj(SdrModel* _pModel) in SdrTableObj() function in sdr::table::SdrTableObj 766 SdrTableObj::~SdrTableObj() in ~SdrTableObj() 1366 bool SdrTableObj::HasText() const in HasText() 1956 const SdrTableObj* pTableObj = dynamic_cast< const SdrTableObj* >( &rObj ); in operator =() 2261 void SdrTableObj::ReformatText() in ReformatText() 2706 SdrTableObj* SdrTableObj::CloneRange( const CellPos& rStart, const CellPos& rEnd ) in CloneRange() 2787 void SdrTableObj::SetChanged() in SetChanged() 2800 void SdrTableObj::uno_lock() in uno_lock() [all …]
|
H A D | tablecontroller.cxx | 332 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in onMouseMove() 363 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in onSelectionHasChanged() 840 SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get() ); in SetTableStyle() 920 SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get() ); in SetTableStyleSettings() 967 SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get() ); in SetVertical() 1010 SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get() ); in MergeMarkedCells() 1044 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in SplitMarkedCells() 1081 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in DistributeColumns() 1102 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in DistributeRows() 2443 SdrTableObj* pPasteTableObj = dynamic_cast< SdrTableObj* >( pPastePage->GetObj(0) ); in PasteObjModel() [all …]
|
H A D | cell.cxx | 260 sdr::table::SdrTableObj& rObj = (sdr::table::SdrTableObj&)GetSdrObject(); in ItemChange() 292 rtl::Reference< Cell > Cell::create( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObjec… in create() 305 Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw() in Cell() 403 SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() ); in mergeContent() 457 SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() ); in replaceContentAndFormatting() 458 SdrTableObj& rSourceTableObj = dynamic_cast< SdrTableObj& >( xSourceCell->GetObject() ); in replaceContentAndFormatting() 493 SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() ); in IsTextEditActive() 532 SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() ); in GetEditOutlinerParaObject() 648 SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() ); in getMinimumHeight() 1584 …mpProperties = new sdr::properties::CellProperties( static_cast< SdrTableObj& >( GetObject() ), th… in setAllPropertiesToDefault()
|
H A D | viewcontactoftableobj.hxx | 38 class SdrTableObj; 47 ::sdr::table::SdrTableObj& GetTableObj() const in GetTableObj() 49 return (::sdr::table::SdrTableObj&)GetSdrObject(); in GetTableObj() 58 ViewContactOfTableObj(::sdr::table::SdrTableObj& rTextObj);
|
H A D | tableundo.cxx | 518 TableStyleUndo::TableStyleUndo( const SdrTableObj& rTableObj ) in TableStyleUndo() 520 , mxObjRef( const_cast< sdr::table::SdrTableObj*>( &rTableObj ) ) in TableStyleUndo() 542 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxObjRef.get() ); in setData() 552 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxObjRef.get() ); in getData()
|
H A D | tablertfexporter.cxx | 62 SdrTableRtfExporter( SvStream& rStrmP, SdrTableObj& rObj ); 69 SdrTableObj& mrObj; 74 void SdrTableObj::ExportAsRTF( SvStream& rStrm, SdrTableObj& rObj ) in ExportAsRTF() 80 SdrTableRtfExporter::SdrTableRtfExporter( SvStream& rStrm, SdrTableObj& rObj ) in SdrTableRtfExporter()
|
H A D | tablertfimporter.cxx | 89 SdrTableRTFParser( SdrTableObj& rTableObj ); 107 SdrTableObj& mrTableObj; 135 SdrTableRTFParser::SdrTableRTFParser( SdrTableObj& rTableObj ) in SdrTableRTFParser() 436 void SdrTableObj::ImportAsRTF( SvStream& rStream, SdrTableObj& rObj ) in ImportAsRTF()
|
H A D | tablemodel.hxx | 41 class SdrTableObj; 81 TableModel( SdrTableObj* pTableObj ); 82 TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable ); 87 SdrTableObj* getSdrTableObj() const { return mpTableObj; } in getSdrTableObj() 184 SdrTableObj* mpTableObj;
|
H A D | viewcontactoftableobj.cxx | 546 const sdr::table::SdrTableObj& rTableObj = GetTableObj(); in createViewIndependentPrimitive2DSequence() 722 ViewContactOfTableObj::ViewContactOfTableObj(::sdr::table::SdrTableObj& rTableObj) in ViewContactOfTableObj()
|
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 | tablemodel.cxx | 128 TableModel::TableModel( SdrTableObj* pTableObj ) in TableModel() 137 TableModel::TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable ) in TableModel()
|
H A D | accessibletableshape.cxx | 1018 ::sdr::table::SdrTableObj* pTableObj = pController->GetTableObj(); in GetActiveAccessibleCell()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | tableshape.cxx | 74 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->setTableStyle(xTemplate); in setPropertyValueImpl() 87 …TableStyleSettings aSettings( static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyl… in setPropertyValueImpl() 99 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->setTableStyleSettings(aSettings); in setPropertyValueImpl() 125 rValue <<= static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTable(); in getPropertyValueImpl() 133 rValue <<= static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyle(); in getPropertyValueImpl() 155 …TableStyleSettings aSettings( static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyl… in getPropertyValueImpl() 181 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->uno_lock(); in lock() 187 static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->uno_unlock(); in unlock()
|
H A D | unoshtxt.cxx | 401 sdr::table::SdrTableObj* pTableObj = PTR_CAST( sdr::table::SdrTableObj, mpObject ); in Notify()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdotable.hxx | 106 class SVX_DLLPUBLIC SdrTableObj : public ::SdrTextObj class 113 SdrTableObj(SdrModel* _pModel); 114 SdrTableObj(SdrModel* _pModel, const ::Rectangle& rNewRect, sal_Int32 nColumns, sal_Int32 nRows); 115 virtual ~SdrTableObj(); 121 SdrTableObj* CloneRange( const CellPos& rStartPos, const CellPos& rEndPos ); 308 static void ExportAsRTF( SvStream& rStrm, SdrTableObj& rObj ); 309 static void ImportAsRTF( SvStream& rStrm, SdrTableObj& rObj );
|
/aoo42x/main/sd/source/ui/table/ |
H A D | tablefunction.cxx | 91 static void apply_table_style( SdrTableObj* pObj, SdrModel* pModel, const OUString& sTableStyle ) in apply_table_style() 169 …::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( GetDoc(), aRect, nColumns, nRows … in FuTable() 270 ::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( pModel, aRect, 1, 1 ); in CreateTableFromRTF() 277 sdr::table::SdrTableObj::ImportAsRTF( rStream, *pObj ); in CreateTableFromRTF()
|
/aoo42x/main/svx/inc/svx/sdr/table/ |
H A D | tablecontroller.hxx | 113 …::sdr::table::SdrTableObj* GetTableObj() { return dynamic_cast< ::sdr::table::SdrTableObj* >( mxTa… in GetTableObj() 127 SVX_DLLPRIVATE bool PasteObject( SdrTableObj* pPasteTableObj );
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 1358 if (pTextObj->ISA(SdrTableObj)) in ShouldToggleOn() 1360 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >(pTextObj); in ShouldToggleOn() 1433 if (pTextObj->ISA(SdrTableObj)) in ChangeMarkedObjectsBulletsNumbering() 1435 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >(pTextObj); in ChangeMarkedObjectsBulletsNumbering()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 414 if( dynamic_cast< sdr::table::SdrTableObj* >( pPage->GetObj(0) ) != 0 ) in lcl_HasOnlyOneTable() 927 … sdr::table::SdrTableObj* pTableObj = dynamic_cast< sdr::table::SdrTableObj* >( pPage->GetObj(0) ); in SetTableRTF() 931 sdr::table::SdrTableObj::ExportAsRTF( aMemStm, *pTableObj ); in SetTableRTF()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 396 ::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( pObj ); in PickAnything() 417 ::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( pObj ); in PickAnything() 1371 if( !pMarkObj->ISA( ::sdr::table::SdrTableObj ) ) in GetContext()
|
H A D | svdetc.cxx | 1078 ::sdr::table::SdrTableObj* pTable = dynamic_cast< ::sdr::table::SdrTableObj * >( pText ); in GetTextEditBackgroundColor()
|
H A D | svdundo.cxx | 1230 if(0 != dynamic_cast< sdr::table::SdrTableObj* >(pTarget)) in Undo() 1270 if(0 != dynamic_cast< sdr::table::SdrTableObj* >(pTarget)) in Redo()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuformatpaintbrush.cxx | 111 …pViewShell->GetFrameView()->IsQuickEdit() || dynamic_cast< sdr::table::SdrTableObj* >( aVEvt.pObj … in MouseButtonDown()
|
H A D | fusel.cxx | 232 …pViewShell->GetFrameView()->IsQuickEdit() || dynamic_cast< sdr::table::SdrTableObj* >( aVEvt.pObj … in MouseButtonDown()
|