Home
last modified time | relevance | path

Searched refs:xInvocation (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/pyuno/source/module/
H A Dpyuno.cxx349 if (! me->members->xInvocation->hasMethod (attrName)) in PyUNO_invoke()
358 me->members->xInvocation, in PyUNO_invoke()
472 oo_member_list = me->members->xInvocation->getMemberNames (); in PyUNO_getattr()
511 if (me->members->xInvocation->hasMethod (attrName)) in PyUNO_getattr()
515 me->members->xInvocation, in PyUNO_getattr()
523 if (me->members->xInvocation->hasProperty ( attrName)) in PyUNO_getattr()
529 anyRet = me->members->xInvocation->getValue (attrName); in PyUNO_getattr()
586 if (me->members->xInvocation->hasProperty (attrName)) in PyUNO_setattr()
588 me->members->xInvocation->setValue (attrName, val); in PyUNO_setattr()
625 oo_member_list = me->members->xInvocation->getMemberNames (); in PyUNO_dir()
[all …]
H A Dpyuno_callable.cxx46 Reference<XInvocation2> xInvocation; member
105 logCall( cargo, "try py->uno[0x", me->members->xInvocation.get(), in PyUNO_callable_call()
110 ret_value = me->members->xInvocation->invoke ( in PyUNO_callable_call()
116 logReply( cargo, "success py->uno[0x", me->members->xInvocation.get(), in PyUNO_callable_call()
153 logException( cargo, "except py->uno[0x", me->members->xInvocation.get() , in PyUNO_callable_call()
162 logException( cargo, "error py->uno[0x", me->members->xInvocation.get() , in PyUNO_callable_call()
171 logException( cargo, "error py->uno[0x", me->members->xInvocation.get() , in PyUNO_callable_call()
180 logException( cargo, "error py->uno[0x", me->members->xInvocation.get() , in PyUNO_callable_call()
259 self->members->xInvocation = my_inv; in PyUNO_callable_new()
H A Dpyuno_runtime.cxx256 c->xInvocation = Reference< XSingleServiceFactory > ( in create()
261 if( ! c->xInvocation.is() ) in create()
367 impl->cargo->xInvocation.clear(); in finalize()
534 … PyRef value = PyRef( PyUNO_new_UNCHECKED (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE); in any2PyObject()
576 Reference< XSingleServiceFactory > ssf = getImpl()->cargo->xInvocation; in any2PyObject()
614 return PyRef( PyUNO_new (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE ); in any2PyObject()
799 Reference< XMaterialHolder > holder( obj->members->xInvocation, UNO_QUERY ); in pyObject2Any()
818 Reference<XMaterialHolder> my_mh (o_pi->members->xInvocation, UNO_QUERY); in pyObject2Any()
H A Dpyuno_impl.hxx132 com::sun::star::uno::Reference <com::sun::star::script::XInvocation2> xInvocation; member
205 com::sun::star::uno::Reference< com::sun::star::lang::XSingleServiceFactory > xInvocation; member
H A Dpyuno_module.cxx265 PyUNO *me = (PyUNO*)PyUNO_new_UNCHECKED( IdlStruct, c->xInvocation ); in createUnoStructHelper()
275 me->members->xInvocation, pCompType, initializer, runtime ); in createUnoStructHelper()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DResource.java34 XInvocation xInvocation; field in Resource
49 this.xInvocation = initResources(); in Resource()
60 return (String) xInvocation.invoke("getString", nIDArray, PointerArray, DummyArray); in getResText()
78 … return (PropertyValue[]) xInvocation.invoke("getStringList", nIDArray, PointerArray, DummyArray); in getStringList()
/aoo41x/main/basic/source/runtime/
H A Dcomenumwrapper.hxx38 …per( const ::com::sun::star::uno::Reference< ::com::sun::star::script::XInvocation >& xInvocation ) in ComEnumerationWrapper() argument
39 : m_xInvocation( xInvocation ) in ComEnumerationWrapper()
H A Druntime.cxx1184 uno::Reference< script::XInvocation > xInvocation; in PushForEach() local
1185 if ( ( aAny >>= xInvocation ) && xInvocation.is() ) in PushForEach()
1189 p->xEnumeration = new ComEnumerationWrapper( xInvocation ); in PushForEach()
H A Dstep2.cxx388 Reference< XInvocation > xInvocation; in SetupArgs() local
389 aUnoAny >>= xInvocation; in SetupArgs()
390 if( xInvocation.is() ) // TODO: if( xOLEAutomation.is() ) in SetupArgs()
/aoo41x/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx421 Reference< script::XInvocation > xInvocation; in implProcessHelp() local
426 xInvocation = Reference< script::XInvocation >( in implProcessHelp()
515 if( bSuccess && xInvocation.is() ) in implProcessHelp()
540 … uno::Any aRet = xInvocation->invoke( rtl::OUString::createFromAscii( "createIndex" ), in implProcessHelp()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx98 Reference< script::XInvocation > xInvocation( in ResultSetForQuery() local
133 if( xInvocation.is() ) in ResultSetForQuery()
200 uno::Any aRet = xInvocation->invoke( rtl::OUString::createFromAscii( "search" ), in ResultSetForQuery()
H A Ddatabases.cxx2052 Reference< script::XInvocation > xInvocation; in implGetIndexFolderFromPackage() local
2056 xInvocation = Reference< script::XInvocation >( in implGetIndexFolderFromPackage()
2060 if( xInvocation.is() ) in implGetIndexFolderFromPackage()
2113 uno::Any aRet = xInvocation->invoke( rtl::OUString::createFromAscii( "createIndex" ), in implGetIndexFolderFromPackage()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx1730 Reference< XInvocation > xInvocation( x, UNO_QUERY ); in checkUnoObjectType() local
1731 if( xInvocation.is() ) in checkUnoObjectType()

Completed in 121 milliseconds