Lines Matching refs:rCmd
125 const String &rCmd, const String &rEvent ) in SV_IMPL_PTRARR()
144 if ( rCmd.CompareIgnoreCaseToAscii( aEvent, aEvent.Len() ) == COMPARE_EQUAL ) in SV_IMPL_PTRARR()
146 String aData( rCmd ); in SV_IMPL_PTRARR()
174 const String& rCmd // in unserer BASIC-Syntax formuliert in DdeExecute() argument
191 if ( SfxAppEvent_Impl( aAppEvent, rCmd, DEFINE_CONST_UNICODE("Print") ) || in DdeExecute()
192 SfxAppEvent_Impl( aAppEvent, rCmd, DEFINE_CONST_UNICODE("Open") ) ) in DdeExecute()
199 SbxVariable* pRet = pBasic->Execute( rCmd ); in DdeExecute()
276 const String& rCmd // in unserer BASIC-Syntax formuliert in DdeExecute() argument
291 SbxVariable* pRet = pBasic->Execute( rCmd ); in DdeExecute()
367 const String& rCmd // in unserer BASIC-Syntax formuliert in DdeExecute() argument
384 return GetObjectShell()->DdeExecute( rCmd ); in DdeExecute()