Home
last modified time | relevance | path

Searched refs:XInvocation (Results 1 – 25 of 74) sorted by relevance

123

/trunk/main/extensions/source/resource/
H A Dresource.cxx61 class ResourceService : public cppu::WeakImplHelper3< XInvocation, XExactName, XServiceInfo >
91 Reference< XInvocation > getDefaultInvocation() const;
94 Reference< XInvocation > xDefaultInvocation;
165 Reference< XInvocation > ResourceService::getDefaultInvocation() const in getDefaultInvocation()
214 Reference< XInvocation > xI = getDefaultInvocation(); in getIntrospection()
357 Reference< XInvocation > xI = getDefaultInvocation(); in invoke()
395 Reference< XInvocation > xI = getDefaultInvocation(); in setValue()
411 Reference< XInvocation > xI = getDefaultInvocation(); in getValue()
432 Reference< XInvocation > xI = getDefaultInvocation(); in hasMethod()
448 Reference< XInvocation > xI = getDefaultInvocation(); in hasProperty()
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java48 import com.sun.star.script.XInvocation;
246 XInvocation inv = in doDelete()
247 (XInvocation)UnoRuntime.queryInterface( in doDelete()
248 XInvocation.class, obj); in doDelete()
268 XInvocation inv = in doCreate()
269 (XInvocation)UnoRuntime.queryInterface( in doCreate()
270 XInvocation.class, obj); in doCreate()
292 XInvocation inv = in showEditor()
293 (XInvocation)UnoRuntime.queryInterface( in showEditor()
294 XInvocation.class, obj); in showEditor()
/trunk/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx70 Reference<XInvocation> getComObject( OUString progId) in getComObject()
73 Reference< XInvocation > ret; in getComObject()
87 Reference< XInvocation > xInv( xIntAx, UNO_QUERY); in getComObject()
94 Reference<XInvocation> convertComObject( IUnknown* pUnk) in convertComObject()
107 Reference<XInvocation> ret; in convertComObject()
264 Sequence<Reference<XInvocation> > seq; in equalSequences()
334 Reference<XInvocation> inv; in printSequence()
H A DclientTest.cxx63 Reference<XInvocation> convertComObject( IUnknown* pUnk);
64 Reference<XInvocation> getComObject( OUString progId);
68 bool doSimpleTest(const Reference<XInvocation> & inv);
70 bool doParameterTest(const Reference<XInvocation> & inv);
74 HRESULT doTest2( Reference<XInvocation> &);
75 Reference<XInvocation> getComObject(OUString& );
112 bool doParameterTest(const Reference<XInvocation> & inv) in doParameterTest()
354 bool doPropertyTest(const Reference<XInvocation> & inv) in doPropertyTest()
632 bool doSimpleTest(const Reference<XInvocation> & inv) in doSimpleTest()
1007 Sequence<Reference<XInvocation> > seqObj(2); in doSimpleSequenceTest()
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXInvocation2.idl27 #include <com/sun/star/script/XInvocation.idl>
41 Extension of XInvocation to provide additional information
43 XInvocation.
46 published interface XInvocation2: com::sun::star::script::XInvocation
48 /** returns the names of all methods and properties accessible via XInvocation.
52 /** returns information items for all methods and properties accessible via XInvocation.
H A DXInvocation.idl63 published interface XInvocation: com::sun::star::uno::XInterface
124 ( <member>XInvocation::hasMethod</member>,
125 <member>XInvocation::invoke</member> )!</p>
136 ( <member>XInvocation::hasProperty</member>,
137 <member>XInvocation::getValue</member> ) or
139 ( <member>XInvocation::hasProperty</member>,
140 <member>XInvocation::setValue</member> )!
H A DXInvocationAdapterFactory.idl31 #include <com/sun/star/script/XInvocation.idl>
51 <type>XInvocation</type> interface.
62 com::sun::star::uno::XInterface createAdapter( [in]XInvocation Invocation, [in]type aType );
H A DXInvocationAdapterFactory2.idl31 #include <com/sun/star/script/XInvocation.idl>
45 <type>XInvocation</type> interface.
57 [in] XInvocation Invocation,
/trunk/main/wizards/com/sun/star/wizards/common/
H A DResource.java28 import com.sun.star.script.XInvocation;
34 XInvocation xInvocation;
105 public XInvocation initResources() in initResources()
117XInvocation xResInvoke = com.sun.star.uno.UnoRuntime.queryInterface(XInvocation.class, xResource); in initResources()
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DPropertyPutArgument.idl36 <type scope="com::sun::star::script">XInvocation</type> interface.
38 <member scope="com::sun::star::script">XInvocation::setValue</member>
40 <member scope="com::sun::star::script">XInvocation::getValue</member>
44 <member scope="com::sun::star::script">XInvocation::invoke</member>
52 <member scope="com::sun::star::script">XInvocation::Invoke</member>.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XInvocationAdapterFactory.java32 import com.sun.star.script.XInvocation;
68 XInvocation xInv = null ; in _createAdapter()
83 xInv = (XInvocation) UnoRuntime.queryInterface in _createAdapter()
84 (XInvocation.class, oInv) ; in _createAdapter()
H A D_XInvocationAdapterFactory2.java32 import com.sun.star.script.XInvocation;
68 XInvocation xInv = null ; in _createAdapter()
83 xInv = (XInvocation) UnoRuntime.queryInterface in _createAdapter()
84 (XInvocation.class, oInv) ; in _createAdapter()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx132 Reference<XInvocation> m_attr_xinvocation;
214 virtual Reference<XInvocation > SAL_CALL getAXInvocation() throw (RuntimeException);
255 …virtual void SAL_CALL testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(RuntimeEx…
318 …virtual Reference<XInvocation > SAL_CALL in_methodInvocation( const Reference< XInvocation >& inv …
881 Reference<XInvocation > SAL_CALL OComponent::getAXInvocation() throw (RuntimeException) in getAXInvocation()
1072 Reference<XInvocation > SAL_CALL OComponent::in_methodInvocation( const Reference< XInvocation >& i… in in_methodInvocation()
1112 const Any&, const Type&, const Reference<XInvocation>&) throw (RuntimeException) in in_methodAll() argument
1229 void SAL_CALL OComponent::testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(Runtim… in testinout_methodXInterface()
1878 Reference<XInvocation> xInv( xIntCallback, UNO_QUERY); in testInterface()
1937 Reference<XInvocation> xInv( xIntCallback, UNO_QUERY); in testInterface()
[all …]
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx147 const Reference< script::XInvocation > & xReceiver, const Type & rType )
151 const Reference< script::XInvocation > & xReceiver,
198 void * key, Reference< script::XInvocation > const & xReceiver,
676 void * key, Reference< script::XInvocation > const & xReceiver, in AdapterImpl()
767 (const Reference< script::XInvocation > *)0 ); in FactoryImpl()
865 const Reference< script::XInvocation > & xReceiver, in createAdapter()
926 const Reference< script::XInvocation > & xReceiver, const Type & rType ) in createAdapter()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java48 import com.sun.star.script.XInvocation;
87 implements XScriptProvider, XBrowseNode, XPropertySet, XInvocation,
107 private XInvocation m_xInvocationProxy;
267 …m_xInvocationProxy = (XInvocation)UnoRuntime.queryInterface(XInvocation.class, m_xBrowseNodeProxy); in initialize()
294 retValue[ 6 ] = new Type( XInvocation.class ); in getTypes()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl25 #include <com/sun/star/script/XInvocation.idl>
82 [attribute] com::sun::star::script::XInvocation AXInvocation;
123 void testinout_methodXInterface( [inout] com::sun::star::script::XInvocation rOut);
165 …com::sun::star::script::XInvocation in_methodInvocation( [in] com::sun::star::script::XInvocation
169 …[in] string s, [in] char c, [in] any a, [in] type t, [in] com::sun::star::script::XInvocation inv);
/trunk/main/offapi/com/sun/star/script/browse/
H A DBrowseNode.idl31 #include <com/sun/star/script/XInvocation.idl>
42 XBrowseNode interface. XInvocation is an optional interface that is used
50 [ optional ] interface ::com::sun::star::script::XInvocation;
/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx59 public cppu::WeakImplHelper1< com::sun::star::script::XInvocation >
85 Reference< XInvocation > vcl::createBmpConverter() in createBmpConverter()
87 return static_cast<XInvocation*>(new BmpConverter()); in createBmpConverter()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx151 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getIntrospection()
163 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in invoke()
176 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in setValue()
183 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getValue()
190 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasMethod()
197 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasProperty()
313 …return uno::makeAny( uno::Reference< script::XInvocation >( new ScVbaWSFunction( this, mxContext )… in WorksheetFunction()
/trunk/main/basic/source/runtime/
H A Dcomenumwrapper.hxx34 ::com::sun::star::uno::Reference< ::com::sun::star::script::XInvocation > m_xInvocation;
38 …per( const ::com::sun::star::uno::Reference< ::com::sun::star::script::XInvocation >& xInvocation ) in ComEnumerationWrapper()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DPkgProviderBrowseNode.java28 import com.sun.star.script.XInvocation;
38 implements XBrowseNode, XInvocation
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheetFunction.idl39 #include <com/sun/star/script/XInvocation.idl>
52 interface ::com::sun::star::script::XInvocation;
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXUserForm.idl30 #include <com/sun/star/script/XInvocation.idl>
36 interface ::com::sun::star::script::XInvocation;
/trunk/main/vbahelper/source/msforms/
H A Dvbasystemaxcontrol.hxx32 typedef cppu::ImplInheritanceHelper1< ScVbaControl, css::script::XInvocation > SystemAXControlImpl_…
36 css::uno::Reference< css::script::XInvocation > m_xControlInvocation;
/trunk/main/oovbaapi/ooo/vba/word/
H A DXDocument.idl39 #include <com/sun/star/script/XInvocation.idl>
44 interface XDocument : com::sun::star::script::XInvocation

Completed in 86 milliseconds

123