| /AOO42X/main/svx/source/table/ |
| H A D | svdotable.cxx | 217 SdrTableObj* mpTableObj; 236 void init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows ); 280 void SdrTableObjImpl::init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows ) in init() 710 sdr::properties::BaseProperties* SdrTableObj::CreateObjectSpecificProperties() in CreateObjectSpecificProperties() 719 sdr::contact::ViewContact* SdrTableObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact() 726 TYPEINIT1(SdrTableObj,SdrTextObj); 730 SdrTableObj::SdrTableObj(SdrModel* _pModel) in SdrTableObj() function in sdr::table::SdrTableObj 738 SdrTableObj::SdrTableObj(SdrModel* _pModel, const ::Rectangle& rNewRect, sal_Int32 nColumns, sal_In… in SdrTableObj() function in sdr::table::SdrTableObj 755 void SdrTableObj::init( sal_Int32 nColumns, sal_Int32 nRows ) in init() 766 SdrTableObj::~SdrTableObj() in ~SdrTableObj() [all …]
|
| H A D | tablecontroller.cxx | 151 , mxTableObj( dynamic_cast< SdrTableObj* >( const_cast< SdrObject* >( pObj ) ) ) in SvxTableController() 160 static_cast< const SdrTableObj* >( pObj )->getActiveCellPos( maCursorFirstPos ); in SvxTableController() 163 Reference< XTable > xTable( static_cast< const SdrTableObj* >( pObj )->getTable() ); in SvxTableController() 185 Reference< XTable > xTable( static_cast< SdrTableObj* >( mxTableObj.get() )->getTable() ); in ~SvxTableController() 262 …TableHitKind eHit = static_cast< SdrTableObj* >(mxTableObj.get())->CheckTableHit( pWindow->PixelTo… in onMouseButtonDown() 292 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onMouseButtonDown() 332 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in onMouseMove() 363 SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() ); in onSelectionHasChanged() 492 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onInsert() 620 …::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( mxTableObj.get(… in onDelete() [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 | 1216 if(0 != dynamic_cast< sdr::table::SdrTableObj* >(pTarget)) in Undo() 1256 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()
|