Home
last modified time | relevance | path

Searched refs:invoke (Results 26 – 50 of 175) sorted by relevance

1234567

/trunk/main/eventattacher/source/
H A Deventattacher.cxx72 …virtual Any SAL_CALL invoke(const OUString& FunctionName, const Sequence< Any >& Params, Sequence<…
127 Any SAL_CALL InvocationToAllListenerMapper::invoke(const OUString& FunctionName, const Sequence< An… in invoke() function in comp_EventAttacher::InvocationToAllListenerMapper
660 rxMethod->invoke( aObjAny, args ); in attachListener()
687 rxMethod->invoke( aObjAny, args ); in attachListener()
793 rxMethod->invoke( aObjAny, args ); in removeListener()
818 rxMethod->invoke( aObjAny, args ); in removeListener()
/trunk/main/extensions/workben/
H A Dtestresource.cxx76 BOOL b = xResLoader->invoke( L"hasString", Args, OutPos, OutArgs ).getBOOL(); in Main()
79 UString aStr = xResLoader->invoke( L"getString", Args, OutPos, OutArgs ).getString(); in Main()
83 b = xResLoader->invoke( L"hasString", Args, OutPos, OutArgs ).getBOOL(); in Main()
/trunk/main/scripting/workben/data/testdata/
H A DScriptRuntimeManager.csv6 _invoke;description=Try to invoke a valid user level URI;location=user;context=null;logicalname=scr…
7 _invoke;description=Try to invoke a valid user level URI with a valid context;location=user;context…
8 _invoke;description=Try to invoke a valid user level script in a jar file;location=user;context=nul…
/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx385 virtual void invoke( const Sequence< Any >& _rArguments, Any& _rSynchronousResult ) = 0;
407 virtual void invoke( const Sequence< Any >& _rArguments, Any& _rSynchronousResult );
411 … void NewStyleUNOScript::invoke( const Sequence< Any >& _rArguments, Any& _rSynchronousResult ) in invoke() function in svxform::__anon2af396f10111::NewStyleUNOScript
491 … pScript->invoke( _rEvent.Arguments, _pSyncronousResult ? *_pSyncronousResult : aIgnoreResult ); in doFireScriptEvent()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java117 private Object invoke(XUnoMethodNode _oUnoMethodNode){ in invoke() method in InspectorPane
120 Object oUnoReturnObject = _oUnoMethodNode.invoke(); in invoke()
198 invoke((XUnoMethodNode) oUnoNode); in invokeSelectedMethodNode()
210 invoke(oUnoMethodNode); in addSourceCodeOfSelectedNode()
455 Object oUnoReturnObject = invoke((XUnoMethodNode) _oUnoNode); in expandNode()
H A DXUnoMethodNode.java35 public Object invoke() throws com.sun.star.uno.Exception; in invoke() method
37 … public Object invoke(Object _oUnoObject, Object[] _oParameters) throws com.sun.star.uno.Exception; in invoke() method
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java152 script.invoke(new Object[0], num, out); in showOrganizer()
251 Object result = inv.invoke("Deletable", args, in doDelete()
273 Object result = inv.invoke("Creatable", args, in doCreate()
297 inv.invoke("Editable", args, in showEditor()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleKeyBinding.idl48 <p>A key binding describes alternative ways how to invoke an action with
63 /** The returned sequence of key strokes describes one method to invoke
77 The returned sequence of key strokes specifies one way to invoke
/trunk/main/stoc/test/
H A Dtestcorefl.cxx314 …mAscii("ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params); in test_corefl()
332 …mAscii("ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params); in test_corefl()
343 …mAscii("ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params); in test_corefl()
358 …ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params).getValu… in test_corefl()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java346 Object ret = compfac_method.invoke( clazz, new Object [] { implementationName } ); in activate()
360 Object oRet = method.invoke(clazz, params); in activate()
425 Object oRet = method.invoke(clazz, params); in writeRegistryInfo()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProxy.java81 public Object invoke( Object[] args ) in invoke() method in ScriptProxy
85 return m_method.invoke( m_targetObject, args ); in invoke()
/trunk/main/extensions/source/resource/
H A Dresource.cxx84 …Any SAL_CALL invoke(const OUString& FunctionName, const Sequence< Any >& Params, Sequence< sal…
221 Any SAL_CALL ResourceService::invoke in invoke() function in ResourceService
359 return xI->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
/trunk/main/scripting/source/provider/
H A DScriptImpl.cxx60 ScriptImpl::invoke( const Sequence< Any >& aParams, in invoke() function in func_provider::ScriptImpl
72 result = m_RunTimeManager->invoke( m_ScriptURI, anyScriptingContext, aParams, in invoke()
/trunk/main/vbahelper/source/msforms/
H A Dvbasystemaxcontrol.cxx43 uno::Any SAL_CALL VbaSystemAXControl::invoke( const ::rtl::OUString& aFunctionName, const uno::Sequ… in invoke() function in VbaSystemAXControl
46 return m_xControlInvocation->invoke( aFunctionName, aParams, aOutParamIndex, aOutParam ); in invoke()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DAbstractListener.java79 public Object invoke(String componentName, String eventName, Object param) in invoke() method in AbstractListener
86 return mi.invoke(param); in invoke()
H A DDataAware.java312 return getMethod.invoke(target, EMPTY_ARRAY); in get()
346 setMethod.invoke(target, value); in set()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DShowTargets.java110 Boolean result = (Boolean)interactiveTestMethod.invoke( null, new Object[]{} ); in isInteractiveTest()
128 return (String)getShortDescriptionMethod.invoke( null, new Object[]{} ); in getShortTestDescription()
H A DComplexTestCase.java67 before.invoke(this, new Object[] {} ); in before()
235 after.invoke(this, new Object[] {} ); in after()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java882 meth.invoke(doc, new Object [] { baos } ); in docToBytes()
893 meth.invoke(doc, new Object [] { baos } ); in docToBytes()
921 meth.invoke(serializer, new Object [] { doc } ); in docToBytes()
937 meth.invoke(serializer, new Object [] { doc, baos } ); in docToBytes()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DResource.java60 return (String) xInvocation.invoke("getString", nIDArray, PointerArray, DummyArray); in getResText()
78 … return (PropertyValue[]) xInvocation.invoke("getStringList", nIDArray, PointerArray, DummyArray); in getStringList()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_Settings.java71 Object retValue = lookupMethod.invoke(cPrinterJob, new Object[0]); in _PrinterName()
156 Object retValue = getNameMethod.invoke(pService, new Object[0]); in getPrinterNameWithReflection()
/trunk/main/cppu/inc/uno/
H A Denvironment.hxx163 inline void SAL_CALL invoke(uno_EnvCallee * pCallee, ...) const SAL_THROW( () );
233 inline void SAL_CALL Environment::invoke(uno_EnvCallee * pCallee, ...) const SAL_THROW( () ) in invoke() function in com::sun::star::uno::Environment
/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx73 virtual Any SAL_CALL invoke( const OUString& rFunction,
123 Any SAL_CALL BmpConverter::invoke( in invoke() function in BmpConverter
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java87 methLoad.invoke(m_objBean, new Object[] {"private:factory/swriter", null}); in start()
110 methStop.invoke(m_objBean, null); in stop()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java168 Object aObj = getWriterMIMETypesMethod.invoke(imageIOClass, new Object[]{ }); in createNewImageWithoutBorder()
176 writeMethod.invoke(imageIOClass, new Object[]{aImage, "image/jpeg", aWriteFile}); in createNewImageWithoutBorder()

Completed in 94 milliseconds

1234567