Home
last modified time | relevance | path

Searched refs:args (Results 276 – 300 of 486) sorted by relevance

1...<<11121314151617181920

/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx398 OUString const & appURL, Sequence<OUString> const & args ) in raiseProcess() argument
405 const_cast<OUString *>(args.getConstArray()) ), in raiseProcess()
406 args.getLength(), in raiseProcess()
/trunk/main/bridges/test/
H A Dtestclient.java100 static void main( String[] args ) in main() argument
119 XConnection xConnection = xConnector.connect(args[0]); in main()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1145 uno::Sequence< uno::Any > args(1); in getIgnoredUpdates() local
1146 args[0] <<= aValue; in getIgnoredUpdates()
1148 …ceWithArguments( OUSTR("com.sun.star.configuration.ConfigurationAccess"), args), uno::UNO_QUERY_TH… in getIgnoredUpdates()
1171 uno::Sequence< uno::Any > args(1); in storeIgnoredUpdates() local
1172 args[0] <<= aValue; in storeIgnoredUpdates()
1175 … OUSTR("com.sun.star.configuration.ConfigurationUpdateAccess"), args ), uno::UNO_QUERY_THROW ); in storeIgnoredUpdates()
H A Dlicense_dialog.cxx294 LicenseDialog::LicenseDialog( Sequence<Any> const& args, in LicenseDialog() argument
298 comphelper::unwrapArgs( args, m_parent, m_sExtensionName, m_sLicenseText ); in LicenseDialog()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java56 public static void mainImpl( String[] args, boolean bExtensionMode ) in mainImpl() argument
58 helpindexer.mainImpl( args , bExtensionMode ); in mainImpl()
/trunk/main/solenv/bin/
H A Dguw.pl218 my $args = shift;
221 foreach my $para ( @$args )
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx327 jvalue args[2]; in getObject() local
329 args[0].i = (sal_Int32)columnIndex; in getObject()
330 args[1].l = convertTypeMapToJavaMap(t.pEnv,typeMap); in getObject()
342 out = t.pEnv->CallObjectMethodA( object, mID, args); in getObject()
343 t.pEnv->DeleteLocalRef((jstring)args[1].l); in getObject()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptNameResolver.java94 Object[] args = new Object[] {params}; in runResolveTest() local
97 XInterface ifc = (XInterface) oObj.resolve(logicalname, args); in runResolveTest()
H A D_XScriptInvocation.java103 Object[] args = new Object[0]; in runInvokeTest() local
114 Object ret = oObj.invoke(logicalname, params, args, num, result); in runInvokeTest()
/trunk/main/bridges/source/jni_uno/
H A Djni_info.cxx766 jvalue args[ 2 ]; in JNI_info() local
767 args[ 0 ].l = jo_java.get(); in JNI_info()
768 args[ 1 ].l = 0; in JNI_info()
777 (jclass) jo_UnoRuntime.get(), method_getEnvironment, args ) ); in JNI_info()
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs405 object[] args, in InvokeMember() argument
411 name, invokeAttr, binder, target, args, modifiers, culture, namedParameters); in InvokeMember()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx45 va_list args; in OutputDebugStringFormat() local
47 va_start( args, pFormat ); in OutputDebugStringFormat()
48 StringCchVPrintf( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java303 Object args[]=new Object[1]; in foundSecurityRelated() local
304 args[0] = m_xXMLDocumentWrapper; in foundSecurityRelated()
305 xInitialization.initialize(args); in foundSecurityRelated()
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx595 void SAL_CALL KDE4FilePicker::initialize( const uno::Sequence<uno::Any> &args ) in initialize() argument
603 if (args.getLength() == 0) in initialize()
610 arg = args[0]; in initialize()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx295 ::System::Object *, ::System::ResolveEventArgs * args ) in type_resolve() argument
297 ::System::String * cts_name = args->get_Name(); in type_resolve()
1126 ::System::Object * args[] = {aArg}; in complete_struct_type()
1133 args); in complete_struct_type()
1311 ::System::Object * args[] = {sTypeName}; in complete_struct_type()
1319 args); in complete_struct_type()
1968 ::System::Object * args [] = {exception_types}; in get_exception_attribute()
1970 ctor_ExceptionAttribute, args ); in get_exception_attribute()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java158 public Object invoke(int methodId, Object... args) { in invoke() argument
159 return app.caller.callControl(getId(), methodId, args); in invoke()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFunctionLookup.java187 public void addEntry(String symbol, int id, int args) { in addEntry() argument
189 stringToArgs.put(symbol, new Integer(args)); in addEntry()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx191 ScVbaWorksheet::ScVbaWorksheet( uno::Sequence< uno::Any> const & args, in ScVbaWorksheet() argument
192 …omethingFromArgs< XHelperInterface >( args, 0 ), xContext ), mxModel( getXSomethingFromArgs< frame… in ScVbaWorksheet()
194 if ( args.getLength() < 3 ) in ScVbaWorksheet()
198 args[2] >>= sSheetName; in ScVbaWorksheet()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx148 BackendImpl( Sequence<Any> const & args,
182 Sequence<Any> const & args, in BackendImpl() argument
184 : PackageRegistryBackend( args, xComponentContext ), in BackendImpl()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx120 BackendImpl( Sequence<Any> const & args,
134 Sequence<Any> const & args, in BackendImpl() argument
136 : PackageRegistryBackend( args, xComponentContext ), in BackendImpl()
/trunk/main/pyuno/source/module/
H A Dpyuno_callable.cxx68 PyObject* PyUNO_callable_call (PyObject* self, PyObject* args, PyObject*) in PyUNO_callable_call() argument
87 any_params = runtime.pyObject2Any (args, me->members->mode); in PyUNO_callable_call()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlMethod.idl106 @param args
125 [inout] sequence<any> args )
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java256 Object[] args = new Object[] { this.model }; in ScriptEditorForBeanShell() local
257 this.view = (ScriptSourceView) ctor.newInstance(args); in ScriptEditorForBeanShell()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx939 int run( String* args[] )
943 if (args->Length < 1)
950 args[ 0 ], m_xContext );
952 test_obj = m_xContext->getValueByName( args[ 0 ] ).Value;
/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java60 public static void main(String[] args) throws Exception { in main() argument
63 new Provider(t, toFileUrl(args[0]), toFileUrl(args[1])), true, in main()
82 public static void main(String[] args) { in main() argument

Completed in 125 milliseconds

1...<<11121314151617181920