Searched refs:SwDDETable (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 40 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 D | ddefld.cxx | 191 SwDDETable* pDDETbl = (SwDDETable*)pDep->GetToTell(); in GetAnchor() 218 SwDDETable* pDDETbl = (SwDDETable*)pDep->GetToTell(); in IsInRange()
|
/aoo42x/main/sw/inc/ |
H A D | swddetbl.hxx | 30 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()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 245 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()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 211 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()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 311 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 1761 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 D | ndcopy.cxx | 476 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 D | nodes.cxx | 671 if( pTblNd->GetTable().IsA( TYPE( SwDDETable ) )) in _MoveNodes() 673 SwDDEFieldType* pTyp = ((SwDDETable&)pTblNd-> in _MoveNodes()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 1158 if ( rTbl.ISA(SwDDETable) ) in ExportTable() 1162 ((SwDDETable&)rTbl).GetDDEFldType(); in ExportTable()
|
H A D | xmltbli.cxx | 2840 SwDDETable* pDDETable = new SwDDETable( pTableNode->GetTable(), in MakeTable()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 2266 if( IS_TYPE( SwDDETable, this )) in MakeCopy() 2271 *((SwDDETable*)this)->GetDDEFldType() ); in MakeCopy() 2275 pNewTbl = new SwDDETable( *pNewTbl, in MakeCopy()
|
Completed in 138 milliseconds