Home
last modified time | relevance | path

Searched refs:hasMethod (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/extensions/workben/
H A Dpythonautotest.cxx89 BOOL hasMethod(const UString& Name) const THROWS( (UsrSystemException) );
183 BOOL MyPythonRoot::hasMethod(const UString& Name) const THROWS( (UsrSystemException) ) in hasMethod() function in MyPythonRoot
321 OSL_ASSERT( (*pRef)->hasMethod( L"append" ) ); in checkInvokation()
322 OSL_ASSERT( (*pRef)->hasMethod( L"count" ) ); in checkInvokation()
458 OSL_ASSERT( xInvoke->hasMethod( L"foo" ) ); in main()
/trunk/main/extensions/source/resource/
H A Dresource.cxx87 sal_Bool SAL_CALL hasMethod(const OUString& Name) throw(RuntimeException);
419 sal_Bool SAL_CALL ResourceService::hasMethod(const OUString& Name) in hasMethod() function in ResourceService
434 return xI->hasMethod( Name ); in hasMethod()
/trunk/main/vbahelper/source/msforms/
H A Dvbasystemaxcontrol.cxx64 ::sal_Bool SAL_CALL VbaSystemAXControl::hasMethod( const ::rtl::OUString& aName ) in hasMethod() function in VbaSystemAXControl
67 return m_xControlInvocation->hasMethod( aName ); in hasMethod()
H A Dvbasystemaxcontrol.hxx46 …virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw ( ::com::sun::star::un…
H A Dvbauserform.hxx63 …virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw (css::uno::RuntimeExce…
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx164 virtual sal_Bool SAL_CALL hasMethod(const OUString& Name) throw( RuntimeException );
506 sal_Bool Invocation_Impl::hasMethod( const OUString& Name ) in hasMethod() function in stoc_inv::Invocation_Impl
510 return _xDirect->hasMethod( Name ); in hasMethod()
512 return _xIntrospectionAccess->hasMethod( Name, MethodConcept::ALL ^ MethodConcept::DANGEROUS ); in hasMethod()
924 …if( _xIntrospectionAccess->hasMethod( aExactName, MethodConcept::ALL ^ MethodConcept::DANGEROUS ) ) in getInfoForName()
/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx70 virtual sal_Bool SAL_CALL hasMethod( const OUString& rName ) throw();
113 sal_Bool SAL_CALL BmpConverter::hasMethod( const OUString& rName ) throw() in hasMethod() function in BmpConverter
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx204 ScVbaWSFunction::hasMethod(const rtl::OUString& Name) throw(uno::RuntimeException) in hasMethod() function in ScVbaWSFunction
233 if ( !hasMethod( sName ) ) in getExactName()
H A Dvbawsfunction.hxx45 virtual sal_Bool SAL_CALL hasMethod(const rtl::OUString& Name) throw(css::uno::RuntimeException);
/trunk/main/udkapi/com/sun/star/script/
H A DXInvocation.idl124 ( <member>XInvocation::hasMethod</member>,
130 boolean hasMethod( [in] string aName );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XIntrospection.java52 result = (xIA.hasMethod("acquire",1)); in _inspect()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java471 public boolean hasMethod(String aName) { in hasMethod() method in ScriptProvider
472 return m_xInvocationProxy.hasMethod(aName); in hasMethod()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DTestResult.java86 public boolean hasMethod( String method ) { in hasMethod() method in TestResult
/trunk/main/eventattacher/source/
H A Deventattacher.cxx77 virtual sal_Bool SAL_CALL hasMethod(const OUString& Name) throw( RuntimeException );
192 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasMethod(const OUString& Name) in hasMethod() function in comp_EventAttacher::InvocationToAllListenerMapper
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx349 if (! me->members->xInvocation->hasMethod (attrName)) in PyUNO_invoke()
511 if (me->members->xInvocation->hasMethod (attrName)) in PyUNO_getattr()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx142 virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw (RuntimeException);
258 if ( m_xAggInv.is() && m_xAggInv->hasMethod( aFunctionName ) ) in invoke()
381 DocObjectWrapper::hasMethod( const ::rtl::OUString& aName ) throw (RuntimeException) in hasMethod() function in DocObjectWrapper
383 if ( m_xAggInv.is() && m_xAggInv->hasMethod( aName ) ) in hasMethod()
H A Dsbunoobj.cxx2778 else if( mxUnoAccess->hasMethod( aUName, in Find()
2847 else if( mxInvocation->hasMethod( aUName ) ) in Find()
4064 virtual sal_Bool SAL_CALL hasMethod(const ::rtl::OUString& Name) throw( RuntimeException );
4186 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasMethod(const ::rtl::OUString& Name) in hasMethod() function in InvocationToAllListenerMapper
4436 virtual sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& rName ) throw();
4532 sal_Bool SAL_CALL ModuleInvocationProxy::hasMethod( const ::rtl::OUString& ) throw() in hasMethod() function in ModuleInvocationProxy
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java132 public boolean hasMethod( String aMethodName ) in hasMethod() method in HelpIndexer
/trunk/main/scripting/source/basprov/
H A Dbasmethnode.hxx118 virtual sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName )
H A Dbasmethnode.cxx332 sal_Bool BasicMethodNodeImpl::hasMethod( const ::rtl::OUString& aName ) throw (RuntimeException) in hasMethod() function in basprov::BasicMethodNodeImpl
/trunk/main/extensions/source/ole/
H A Doleobjw.hxx111 virtual sal_Bool SAL_CALL hasMethod( const OUString& aName )
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.hxx69 …virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw (css::uno::RuntimeExce…
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx621 if ( ! inv->hasMethod(OUSTR("prpMultiArg1"))) in doPropertyWithArgumentTest()
625 if (inv->hasMethod(OUSTR("prprefLong"))) in doPropertyWithArgumentTest()
627 if ( ! inv->hasMethod(OUSTR("inLong"))) in doPropertyWithArgumentTest()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DProviderBrowseNode.java280 public boolean hasMethod(String aName) { in hasMethod() method in ProviderBrowseNode
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat_service.java180 if (res.hasMethod(entry.SubEntries[j].SubEntries[k].entryName)) { in executeTest()

Completed in 99 milliseconds

12