Searched refs:pDDEType (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 44 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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 475 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()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 223 SwDDEFieldType* pDDEType, in InsertDDETable() argument 245 SwDDETable* pDDETbl = new SwDDETable( *pTbl, pDDEType ); in InsertDDETable()
|
/aoo41x/main/sw/inc/ |
H A D | swddetbl.hxx | 37 SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType,
|
H A D | editsh.hxx | 678 SwDDEFieldType* pDDEType,
|
Completed in 36 milliseconds