/trunk/main/extensions/workben/ |
H A D | pythonautotest.cxx | 89 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 D | resource.cxx | 87 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 D | vbasystemaxcontrol.cxx | 64 ::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 D | vbasystemaxcontrol.hxx | 46 …virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw ( ::com::sun::star::un…
|
H A D | vbauserform.hxx | 63 …virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw (css::uno::RuntimeExce…
|
/trunk/main/stoc/source/invocation/ |
H A D | invocation.cxx | 164 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 D | bmpconv.cxx | 70 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 D | vbawsfunction.cxx | 204 ScVbaWSFunction::hasMethod(const rtl::OUString& Name) throw(uno::RuntimeException) in hasMethod() function in ScVbaWSFunction 233 if ( !hasMethod( sName ) ) in getExactName()
|
H A D | vbawsfunction.hxx | 45 virtual sal_Bool SAL_CALL hasMethod(const rtl::OUString& Name) throw(css::uno::RuntimeException);
|
/trunk/main/udkapi/com/sun/star/script/ |
H A D | XInvocation.idl | 124 ( <member>XInvocation::hasMethod</member>, 130 boolean hasMethod( [in] string aName );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
H A D | _XIntrospection.java | 52 result = (xIA.hasMethod("acquire",1)); in _inspect()
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/ |
H A D | ScriptProvider.java | 471 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 D | TestResult.java | 86 public boolean hasMethod( String method ) { in hasMethod() method in TestResult
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 77 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 D | pyuno.cxx | 349 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 D | sbxmod.cxx | 142 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 D | sbunoobj.cxx | 2778 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 D | HelpIndexer.java | 132 public boolean hasMethod( String aMethodName ) in hasMethod() method in HelpIndexer
|
/trunk/main/scripting/source/basprov/ |
H A D | basmethnode.hxx | 118 virtual sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName )
|
H A D | basmethnode.cxx | 332 sal_Bool BasicMethodNodeImpl::hasMethod( const ::rtl::OUString& aName ) throw (RuntimeException) in hasMethod() function in basprov::BasicMethodNodeImpl
|
/trunk/main/extensions/source/ole/ |
H A D | oleobjw.hxx | 111 virtual sal_Bool SAL_CALL hasMethod( const OUString& aName )
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbadocument.hxx | 69 …virtual ::sal_Bool SAL_CALL hasMethod( const ::rtl::OUString& aName ) throw (css::uno::RuntimeExce…
|
/trunk/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 621 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 D | ProviderBrowseNode.java | 280 public boolean hasMethod(String aName) { in hasMethod() method in ProviderBrowseNode
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/ |
H A D | java_fat_service.java | 180 if (res.hasMethod(entry.SubEntries[j].SubEntries[k].entryName)) { in executeTest()
|