Searched refs:DdeExecute (Results 1 – 8 of 8) sorted by relevance
172 long SfxApplication::DdeExecute in DdeExecute() function in SfxApplication274 long SfxObjectShell::DdeExecute in DdeExecute() function in SfxObjectShell365 long SfxViewFrame::DdeExecute in DdeExecute() function in SfxViewFrame384 return GetObjectShell()->DdeExecute( rCmd ); in DdeExecute()637 return (sal_Bool)SFX_APP()->DdeExecute( *pStr ); in SysTopicExecute()681 long nRet = pStr ? pSh->DdeExecute( *pStr ) : 0; in Execute()
42 class DdeExecute;261 class SVL_DLLPUBLIC DdeExecute : public DdeTransaction class264 DdeExecute( DdeConnection&, const String&, long = 0 );
127 DdeExecute::DdeExecute( DdeConnection& rConnection, const String& rString, long lLong ) : in DdeExecute() function in DdeExecute
456 DdeExecute::DdeExecute( DdeConnection& d, const String& rData, long n ) : in DdeExecute() function in DdeExecute
173 DdeExecute aRequest( *pConv, rCommand, 30000 ); in Execute()
190 long DdeExecute( const String& rCmd );
154 virtual long DdeExecute( const String& rCmd );
485 virtual long DdeExecute( const String& rCmd );
Completed in 44 milliseconds