/trunk/main/pyuno/source/module/ |
H A D | pyuno.cxx | 349 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 D | pyuno_callable.cxx | 46 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 D | pyuno_runtime.cxx | 256 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 D | pyuno_impl.hxx | 132 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 D | pyuno_module.cxx | 265 PyUNO *me = (PyUNO*)PyUNO_new_UNCHECKED( IdlStruct, c->xInvocation ); in createUnoStructHelper() 275 me->members->xInvocation, pCompType, initializer, runtime ); in createUnoStructHelper()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | Resource.java | 34 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()
|
/trunk/main/desktop/source/deployment/registry/help/ |
H A D | dp_help.cxx | 421 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()
|
/trunk/main/basic/source/runtime/ |
H A D | comenumwrapper.hxx | 38 …per( const ::com::sun::star::uno::Reference< ::com::sun::star::script::XInvocation >& xInvocation ) in ComEnumerationWrapper() argument 39 : m_xInvocation( xInvocation ) in ComEnumerationWrapper()
|
H A D | runtime.cxx | 1184 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 D | step2.cxx | 388 Reference< XInvocation > xInvocation; in SetupArgs() local 389 aUnoAny >>= xInvocation; in SetupArgs() 390 if( xInvocation.is() ) // TODO: if( xOLEAutomation.is() ) in SetupArgs()
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforquery.cxx | 98 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 D | databases.cxx | 2052 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()
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1730 Reference< XInvocation > xInvocation( x, UNO_QUERY ); in checkUnoObjectType() local 1731 if( xInvocation.is() ) in checkUnoObjectType()
|