Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 175) sorted by last modified time

1234567

/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java144 public Object invoke( String aFunctionName, java.lang.Object[] aParams, in invoke() method in HelpSearch._HelpSearch
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java532 _method.invoke(res, args); in testCursorMove()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiMethodTest.java403 meth.invoke(this, new Object[0]); in invokeTestMethod()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1738 aRet = xScript->invoke( aParams, aOutParamIndex, aOutParam ); in CallXScript()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx242 invokeResult = xFunc->invoke( inArgs, outIndex, outArgs ); in dispatchWithNotification()
/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()
/trunk/main/
H A Dbootstrap.1145 ## invoke the gnu make command set by configure.
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx139 …virtual Any SAL_CALL invoke( const ::rtl::OUString& aFunctionName, const Sequence< Any >& aParams,…
256 DocObjectWrapper::invoke( const ::rtl::OUString& aFunctionName, const Sequence< Any >& aParams, Seq… in invoke() function in DocObjectWrapper
259 return m_xAggInv->invoke( aFunctionName, aParams, aOutParamIndex, aOutParam ); in invoke()
/trunk/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl229 need, they invoke <member scope="com::sun::star::util">XCloseable::close</member>.</p>
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java201 newFactory = getFactoryMeth.invoke( clazz, methodParams ); in xaddFactories()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the …
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl…
192 InstallExecuteSequence Action N Identifier Name of action to invoke, either in the engine or t…
195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha…
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the …
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl…
192 InstallExecuteSequence Action N Identifier Name of action to invoke, either in the engine or t…
195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha…
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the …
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl…
192 InstallExecuteSequence Action N Identifier Name of action to invoke, either in the engine or t…
195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha…
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the …
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl…
192 InstallExecuteSequence Action N Identifier Name of action to invoke, either in the engine or t…
195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha…
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx169 Any SAL_CALL IUnknownWrapper_Impl::invoke( const OUString& aFunctionName, in invoke() function in ole_adapter::IUnknownWrapper_Impl
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx601 static PyObject * invoke ( PyObject *, PyObject * args ) in invoke() function
730 {const_cast< char * >("invoke"), invoke, METH_VARARGS, NULL},
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py511 def invoke( self, name, params, outparamindex, outparams ): member in ScriptBrowseNode
869 def invoke(self, args, out, outindex ): member in PythonScript
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclButton.java45 invoke(Constant.M_Click); in click()
52 return (Boolean)invoke(Constant.M_IsTristate); in isTristate()
59 invoke(Constant.M_TriState); in triState()
66 return (Boolean) invoke(Constant.M_IsChecked); in isChecked()
74 invoke(Constant.M_Check); in check()
81 invoke(Constant.M_UnCheck); in uncheck()
H A DVclComboBox.java42 return ((Long) invoke(Constant.M_GetItemCount)).intValue(); in getItemCount()
50 return (String) invoke(Constant.M_GetItemText, new Object[] {index + 1}); in getItemText()
58 int index = ((Long) invoke(Constant.M_GetSelIndex)).intValue(); in getSelIndex()
66 return (String) invoke(Constant.M_GetSelText); in getSelText()
74 return (invoke(Constant.M_Caption)).toString(); in getText()
94 invoke(Constant.M_Select, new Object[] {index + 1}); in select()
101 invoke(Constant.M_Select, new Object[] {text}); in select()
110 invoke(Constant.M_SetNoSelection); in setNoSelection()
117 invoke(Constant.M_SetText, new Object[] {text}); in setText()
H A DVclControl.java61 invoke(Constant.M_Click); in click()
107 return (String) invoke(Constant.M_Caption); in getCaption()
117 return (Boolean) invoke(Constant.M_IsEnabled); in isEnabled()
127 return (Boolean) invoke(Constant.M_IsChecked); in isChecked()
136 return (Integer) invoke(Constant.M_GetFixedTextCount); in getFixedTextCount()
158 public Object invoke(int methodId, Object... args) { in invoke() method in VclControl
167 public Object invoke(int methodId) { in invoke() method in VclControl
176 invoke(Constant.M_UseMenu); in useMenu()
185 invoke(Constant.M_TypeKeys, new Object[] { keys }); in inputKeys()
275 return (Boolean) invoke(Constant.M_Exists);
[all …]
H A DVclDialog.java45 invoke(Constant.M_Cancel); in cancel()
52 invoke(Constant.M_Default); in restoreDefaults()
59 invoke(Constant.M_OK); in ok()
H A DVclDockingWin.java47 invoke(Constant.M_Dock); in dock()
55 invoke(Constant.M_Undock); in undock()
64 return (Boolean) invoke(Constant.M_IsDocked); in isDocked()
H A DVclEditBox.java44 invoke(Constant.M_SetText, new Object[]{str}); in setText()
53 return (Boolean)invoke(Constant.M_IsWritable); in isWritable()
62 return (String) invoke(Constant.M_GetText); in getText()
H A DVclField.java44 invoke(Constant.M_More); in more()
52 invoke(Constant.M_Less); in less()
60 invoke(Constant.M_ToMax); in toMax()
68 invoke(Constant.M_ToMin); in toMin()
H A DVclListBox.java42 return ((Long) invoke(Constant.M_GetItemCount)).intValue(); in getItemCount()
54 …return (String) invoke(Constant.M_GetItemText, new Object[] { new Integer(index + 1), new Integer(… in getItemText()
74 return ((Long) invoke(Constant.M_GetSelCount)).intValue(); in getSelCount()
85 return ((Long) invoke(Constant.M_GetSelIndex)).intValue() - 1; in getSelIndex()
92 return (String) invoke(Constant.M_GetSelText); in getSelText()
101 invoke(Constant.M_Select, new Object[] { new Integer(index + 1) }); in select()
122 invoke(Constant.M_Select, new Object[] { text }); in select()
133 invoke(Constant.M_MultiSelect, new Object[] { new Integer(i + 1) }); in multiSelect()
143 invoke(Constant.M_MultiSelect, new Object[] { text }); in multiSelect()

Completed in 188 milliseconds

1234567