Home
last modified time | relevance | path

Searched refs:OBJECT_CLIENT_DDE (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx280 DBG_ASSERT( nObjType != OBJECT_CLIENT_DDE, "type already set" ); in SetObjType()
410 if( OBJECT_CLIENT_DDE == nObjType && in Update()
449 if( OBJECT_CLIENT_DDE == nObjType ) in _GetRealObject()
460 nObjType = OBJECT_CLIENT_DDE; // damit wir wissen was es mal war !! in _GetRealObject()
608 if( nObjType == OBJECT_CLIENT_DDE ) in ExecuteEdit()
H A Dlinkmgr2.cxx205 pLink->SetObjType( OBJECT_CLIENT_DDE ); in InsertDDELink()
218 pLink->SetObjType( OBJECT_CLIENT_DDE ); in InsertDDELink()
263 case OBJECT_CLIENT_DDE: in GetDisplayNames()
400 case OBJECT_CLIENT_DDE: in CreateObj()
/trunk/main/sfx2/inc/sfx2/
H A Dlnkbase.hxx58 #define OBJECT_CLIENT_DDE 0x81 macro
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx204 nNewType = OBJECT_CLIENT_DDE; in ReRead()
652 else if ( OBJECT_CLIENT_DDE == nType && pFileNm && pFilterNm ) in GetFileFilterNms()
/trunk/main/sw/inc/
H A Dndgrf.hxx240 return refLink.Is() && OBJECT_CLIENT_DDE == refLink->GetObjType(); in IsLinkedDDE()
H A Dsection.hxx64 DDE_LINK_SECTION = OBJECT_CLIENT_DDE,