| /trunk/main/pyuno/source/module/ |
| 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() 253 self->members->xInvocation = my_inv; in PyUNO_callable_new()
|
| H A D | pyuno.cxx | 321 Reference< XMaterialHolder > rHolder(me->members->xInvocation,UNO_QUERY); in PyUNO_repr() 349 if (! me->members->xInvocation->hasMethod (attrName)) in PyUNO_invoke() 358 me->members->xInvocation, in PyUNO_invoke() 422 Reference< XMaterialHolder > rHolder(me->members->xInvocation,UNO_QUERY); in PyUNO_str() 478 if (me->members->xInvocation->hasMethod (attrName)) in PyUNO_getattr() 482 me->members->xInvocation, in PyUNO_getattr() 490 if (me->members->xInvocation->hasProperty ( attrName)) in PyUNO_getattr() 496 anyRet = me->members->xInvocation->getValue (attrName); in PyUNO_getattr() 544 if (me->members->xInvocation->hasProperty (attrName)) in PyUNO_setattr() 546 me->members->xInvocation->setValue (attrName, val); in PyUNO_setattr() [all …]
|
| H A D | pyuno_runtime.cxx | 248 c->xInvocation = Reference< XSingleServiceFactory > ( in create() 253 if( ! c->xInvocation.is() ) in create() 358 impl->cargo->xInvocation.clear(); in finalize() 518 … PyRef value = PyRef( PyUNO_new_UNCHECKED (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE); in any2PyObject() 560 Reference< XSingleServiceFactory > ssf = getImpl()->cargo->xInvocation; in any2PyObject() 598 return PyRef( PyUNO_new (a, getImpl()->cargo->xInvocation), SAL_NO_ACQUIRE ); in any2PyObject() 742 Reference< XMaterialHolder > holder( obj->members->xInvocation, UNO_QUERY ); in pyObject2Any() 761 Reference<XMaterialHolder> my_mh (o_pi->members->xInvocation, UNO_QUERY); in pyObject2Any()
|
| H A D | pyuno_impl.hxx | 126 com::sun::star::uno::Reference <com::sun::star::script::XInvocation2> xInvocation; member 190 com::sun::star::uno::Reference< com::sun::star::lang::XSingleServiceFactory > xInvocation; member
|
| H A D | pyuno_module.cxx | 261 PyUNO *me = (PyUNO*)PyUNO_new_UNCHECKED( IdlStruct, c->xInvocation ); in createUnoStructHelper() 271 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 | 414 Reference< script::XInvocation > xInvocation; in implProcessHelp() local 419 xInvocation = Reference< script::XInvocation >( in implProcessHelp() 508 if( bSuccess && xInvocation.is() ) in implProcessHelp() 533 … 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 | 101 Reference< script::XInvocation > xInvocation( in ResultSetForQuery() local 136 if( xInvocation.is() ) in ResultSetForQuery() 203 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()
|