Home
last modified time | relevance | path

Searched refs:pDDEType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx44 SwDDETable::SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, in SwDDETable() argument
46 : SwTable( rTable ), aDepend( this, pDDEType ) in SwDDETable()
65 pDDEType->IncRefCnt(); in SwDDETable()
120 SwDDEFieldType* pDDEType = (SwDDEFieldType*)aDepend.GetRegisteredIn(); in ChangeContent() local
122 String aExpand = pDDEType->GetExpansion(); in ChangeContent()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx475 SwDDEFieldType* pDDEType = 0; in MakeCopy() local
480 pDDEType = ((SwDDETable&)GetTable()).GetDDEFldType(); in MakeCopy()
481 if( pDDEType->IsDeleted() ) in MakeCopy()
482 pDoc->InsDeletedFldType( *pDDEType ); in MakeCopy()
484 pDDEType = (SwDDEFieldType*)pDoc->InsertFldType( *pDDEType ); in MakeCopy()
485 ASSERT( pDDEType, "unbekannter FieldType" ); in MakeCopy()
488 SwDDETable* pNewTable = new SwDDETable( pTblNd->GetTable(), pDDEType ); in MakeCopy()
521 if( pDDEType ) in MakeCopy()
522 pDDEType->IncRefCnt(); in MakeCopy()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx223 SwDDEFieldType* pDDEType, in InsertDDETable() argument
245 SwDDETable* pDDETbl = new SwDDETable( *pTbl, pDDEType ); in InsertDDETable()
/trunk/main/sw/inc/
H A Dswddetbl.hxx37 SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType,
H A Deditsh.hxx668 SwDDEFieldType* pDDEType,

Completed in 24 milliseconds