Home
last modified time | relevance | path

Searched refs:SwDDETable (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/sw/source/core/fields/
H A Dddetbl.cxx40 TYPEINIT1( SwDDETable, SwTable );
44 SwDDETable::SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, in SwDDETable() function in SwDDETable
76 __EXPORT SwDDETable::~SwDDETable() in ~SwDDETable()
92 void SwDDETable::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify()
100 void SwDDETable::SwClientNotify( const SwModify&, const SfxHint& rHint ) in SwClientNotify()
108 void SwDDETable::ChangeContent() in ChangeContent()
153 SwDDEFieldType* SwDDETable::GetDDEFldType() in GetDDEFldType()
158 sal_Bool SwDDETable::NoDDETable() in NoDDETable()
H A Dddefld.cxx191 SwDDETable* pDDETbl = (SwDDETable*)pDep->GetToTell(); in GetAnchor()
218 SwDDETable* pDDETbl = (SwDDETable*)pDep->GetToTell(); in IsInRange()
/aoo4110/main/sw/inc/
H A Dswddetbl.hxx30 class SwDDETable : public SwTable class
37 SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType,
39 ~SwDDETable();
54 inline const SwDDEFieldType* SwDDETable::GetDDEFldType() const in GetDDEFldType()
56 return ((SwDDETable*)this)->GetDDEFldType(); in GetDDEFldType()
/aoo4110/main/sw/source/core/edit/
H A Dedtab.cxx245 SwDDETable* pDDETbl = new SwDDETable( *pTbl, pDDEType ); in InsertDDETable()
481 if( pTblNd && !pTblNd->GetTable().ISA( SwDDETable )) in CanMergeTable()
488 if( pChkNd && !pChkNd->GetTable().ISA( SwDDETable ) && in CanMergeTable()
497 if( pChkNd && !pChkNd->GetTable().ISA( SwDDETable ) && in CanMergeTable()
517 bRet = pTmpTblNd && !pTmpTblNd->GetTable().ISA( SwDDETable ) && in CanMergeTable()
/aoo4110/main/sw/source/core/frmedt/
H A Dfetab.cxx211 if( pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in InsertRow()
242 if( pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in InsertCol()
306 if( pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in DeleteCol()
352 if( pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in DeleteRow()
481 if( pTblNd->GetTable().ISA( SwDDETable )) in MergeTab()
511 if( pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in SplitTab()
1395 if( pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in DeleteTblSel()
2314 pFrm->ImplFindTabFrm()->GetTable()->ISA( SwDDETable )) in SetColRowWidthHeight()
/aoo4110/main/sw/source/core/undo/
H A Duntbl.cxx311 if( pTblNd->GetTable().IsA( TYPE( SwDDETable )) ) in UndoImpl()
312 pDDEFldType = (SwDDEFieldType*)((SwDDETable&)pTblNd->GetTable()). in UndoImpl()
340 SwDDETable* pDDETbl = new SwDDETable( pTblNode->GetTable(), pNewType ); in RedoImpl()
437 if( rTbl.IsA( TYPE( SwDDETable ) ) ) in SwUndoTblToTxt()
438 pDDEFldType = (SwDDEFieldType*)((SwDDETable&)rTbl).GetDDEFldType()->Copy(); in SwUndoTblToTxt()
508 SwDDETable* pDDETbl = new SwDDETable( pTblNd->GetTable(), pNewType ); in UndoImpl()
672 if( pTblNd->GetTable().IsA( TYPE( SwDDETable )) ) in RedoImpl()
673 pDDEFldType = (SwDDEFieldType*)((SwDDETable&)pTblNd->GetTable()). in RedoImpl()
/aoo4110/main/sw/source/core/docnode/
H A Dndtbl.cxx1761 if( rTbl.ISA( SwDDETable )) in InsertCol()
1828 if( rTbl.ISA( SwDDETable )) in InsertRow()
1893 if( pTblNd->GetTable().ISA( SwDDETable )) in DeleteRow()
2020 if( pTblNd->GetTable().ISA( SwDDETable )) in DeleteRowCol()
2240 if( rTbl.ISA( SwDDETable )) in SplitTbl()
2312 if( rTable.ISA(SwDDETable) ) in MergeTbl()
3220 if( pTNd->GetTable().ISA( SwDDETable )) in SplitTable()
3584 if( pTblNd->GetTable().ISA( SwDDETable ) || in MergeTable()
3585 pDelTblNd->GetTable().ISA( SwDDETable )) in MergeTable()
4040 if( nsTblChgWidthHeightType::WH_FLAG_INSDEL & eType && pTblNd->GetTable().ISA( SwDDETable )) in SetColRowWidthHeight()
H A Dndcopy.cxx476 if( IS_TYPE( SwDDETable, &GetTable() )) in MakeCopy()
480 pDDEType = ((SwDDETable&)GetTable()).GetDDEFldType(); in MakeCopy()
488 SwDDETable* pNewTable = new SwDDETable( pTblNd->GetTable(), pDDEType ); in MakeCopy()
H A Dnodes.cxx671 if( pTblNd->GetTable().IsA( TYPE( SwDDETable ) )) in _MoveNodes()
673 SwDDEFieldType* pTyp = ((SwDDETable&)pTblNd-> in _MoveNodes()
/aoo4110/main/sw/source/filter/xml/
H A Dxmltble.cxx1158 if ( rTbl.ISA(SwDDETable) ) in ExportTable()
1162 ((SwDDETable&)rTbl).GetDDEFldType(); in ExportTable()
H A Dxmltbli.cxx2840 SwDDETable* pDDETable = new SwDDETable( pTableNode->GetTable(), in MakeTable()
/aoo4110/main/sw/source/core/doc/
H A Dtblrwcl.cxx2266 if( IS_TYPE( SwDDETable, this )) in MakeCopy()
2271 *((SwDDETable*)this)->GetDDEFldType() ); in MakeCopy()
2275 pNewTbl = new SwDDETable( *pNewTbl, in MakeCopy()

Completed in 121 milliseconds