Home
last modified time | relevance | path

Searched refs:cli (Results 1 – 19 of 19) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx168 cli::array< FieldInfo ^ > ^ fields = t1->GetFields();
262 cli::array< TestElement ^ > ^ rSequence)
391 aData->Sequence = gcnew cli::array< TestElement ^ >(2);
417 aSetData->Sequence = gcnew cli::array< TestElement ^ >(2);
550 cli::array< bool > ^ arBool = gcnew cli::array< bool >(3);
552 cli::array< Char > ^ arChar = gcnew cli::array< Char >(3);
554 cli::array< Byte > ^ arByte = gcnew cli::array< Byte >(3);
556 cli::array< Int16 > ^ arShort = gcnew cli::array< Int16 >(3);
558 cli::array< UInt16 > ^ arUShort = gcnew cli::array< UInt16 >(3);
560 cli::array< Int32 > ^ arLong = gcnew cli::array< Int32 >(3);
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx436 cli::array< ::System::Type ^ > ^ param_types =
437 gcnew cli::array< ::System::Type ^ >( 2 );
451 param_types = gcnew cli::array< ::System::Type ^ >( 1 );
495 cli::array< ::System::Type ^ > ^ param_types =
496 gcnew cli::array< ::System::Type ^ >( 2 );
792 cli::array< ::System::Type ^ > ^ base_interfaces =
793 gcnew cli::array< ::System::Type ^ >( vecBaseTypes.size() );
953 cli::array< ::System::Type ^ > ^ param_types =
954 gcnew cli::array< ::System::Type ^ >( params_length );
1016 … cli::array< ::System::Type ^ > ^ arCtor = {::System::Type::GetType("System.Type[]")};
[all …]
H A Dclimaker_app.cxx590 cli::array< ::System::Type ^ > ^ params = gcnew cli::array< ::System::Type ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
591 cli::array< ::System::Object ^ > ^ args = gcnew cli::array< ::System::Object ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
601 cli::array< ::System::Type ^ > ^ params = gcnew cli::array< ::System::Type ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
602 cli::array< ::System::Object ^ > ^ args = gcnew cli::array< ::System::Object ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
612 cli::array< ::System::Type ^ > ^ params = gcnew cli::array< ::System::Type ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
613 cli::array< ::System::Object ^ > ^ args = gcnew cli::array< ::System::Object ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
623 cli::array< ::System::Type ^ > ^ params = gcnew cli::array< ::System::Type ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
624 cli::array< ::System::Object ^ > ^ args = gcnew cli::array< ::System::Object ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
634 cli::array< ::System::Type ^ > ^ params = gcnew cli::array< ::System::Type ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
635 cli::array< ::System::Object ^ > ^ args = gcnew cli::array< ::System::Object ^ >( 1 ); in SAL_IMPLEMENT_MAIN()
[all …]
H A Dclimaker_share.h127 cli::array< ::System::Reflection::Assembly ^ > ^ m_extra_assemblies;
184 cli::array< ::System::String ^ > ^ m_member_names;
185 cli::array< ::System::Type ^ > ^ m_param_types;
261 cli::array< ::System::Reflection::Assembly ^ > ^ assemblies );
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx171 cli::array< sr::Assembly ^ > ^ assems = currentDomain->GetAssemblies();
1104 cli::array< sr::FieldInfo ^ > ^ arFields;
1296 sri::Marshal::Copy(safe_cast< cli::array< System::Char > ^ >(cli_data), 0,
1309 cli::array< System::Boolean > ^ arBool =
1310 safe_cast< cli::array< System::Boolean > ^ >(cli_data);
1319 sri::Marshal::Copy(safe_cast< cli::array< System::Byte > ^ >(cli_data), 0,
1324 sri::Marshal::Copy(safe_cast< cli::array< System::Int16 > ^ >(cli_data), 0,
1329 sri::Marshal::Copy(safe_cast< cli::array< System::Int16 > ^ >(cli_data), 0,
1334 sri::Marshal::Copy(safe_cast< cli::array< System::Int32 > ^ >(cli_data), 0,
1339 sri::Marshal::Copy(safe_cast< cli::array< System::Int32 > ^ >(cli_data), 0,
[all …]
H A Dcli_proxy.cxx250 cli::array< System::Object ^ > ^ args = gcnew cli::array< System::Object ^ >( 1 );
340 cli::array< System::Object ^ > ^ args = safe_cast< cli::array< System::Object ^ > ^ >(
392 retMethod, gcnew cli::array< System::Object ^ >( 0 ), 0, context, mcm);
482 … cli::array< System::Object ^ > ^ args = safe_cast< cli::array< System::Object ^ > ^ >(
484 … cli::array< System::Type ^ > ^ argTypes = safe_cast< cli::array< System::Type ^ > ^ >(
541 cli::array< System::Object ^ > ^ args =
542 safe_cast< cli::array< System::Object ^ > ^ >(
614 cli::array< System::Object ^ > ^ args,
635 … cli::array< System::Object ^ > ^ arOut= gcnew cli::array< System::Object ^ >( mtd->nParams );
698 cli::array< sr::MethodInfo ^ > ^ arThisMethods = m_type->GetMethods(); in makeMethodInfos()
[all …]
H A Dcli_proxy.h153 cli::array< System::Object ^ > ^ outArgs,
213 gcroot< cli::array< sr::MethodInfo ^ > ^ > m_arMethodInfos;
222 gcroot< cli::array< sr::MethodInfo ^ > ^ > m_arInterfaceMethodInfos;
235 gcroot< cli::array< System::Int32 > ^ > m_arUnoPosToCliPos;
242 gcroot< cli::array< System::Int32 > ^ > m_arInterfaceMethodCount;
H A Dcli_uno.cxx51 … cli::array< System::Object ^ > ^ args, cli::array< System::Type ^ > ^ argTypes,
214 cli::array< System::Object ^ > ^ args = gcnew cli::array< System::Object ^ >( nParams );
H A Dcli_bridge.h98 … cli::array< System::Object ^ > ^ args, cli::array< System::Type ^ > ^ argTypes,
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java192 ClParser cli = new ClParser(); in run() local
195 String iniFile = cli.getIniPath(args); in run()
205 String runnerIniFile = cli.getRunnerIniPath(args); in run()
215 cli.getCommandLineParameter(param, args); in run()
H A DRunnerService.java85 ClParser cli = new ClParser(); in execute() local
88 String iniFile = cli.getIniPath(arguments); in execute()
98 String runnerIniFile = cli.getRunnerIniPath(arguments); in execute()
107 cli.getCommandLineParameter(param,arguments); in execute()
/trunk/main/odk/examples/CLI/
H A Dmakefile.mk26 TARGET=cli
/trunk/main/testtools/prj/
H A Dbuild.lst4 tt testtools\source\bridgetest\cli nmake - w,vc7 tt_cli tt_bridgetest tt_bridgetest_idl tt_inc NULL
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DMakefile45 CLI_LIB_LOCATION = $(PRJ)\cli
/trunk/main/odk/util/
H A Dmakefile.pmk109 DESTDIRCLI=$(DESTDIR)/cli
/trunk/main/
H A Dconfigure.ac2456 dnl C# half and mscoree.lib to link the C++ half. --disable-cli is for a
2462 AC_ARG_ENABLE(cli, optenable
2463 [ --disable-cli Do not build the CLI (.NET) language binding. It
2476 AC_MSG_RESULT([no, --disable-cli])
2940 …xe was found. Point --with-csc-path at a v4 .NET Framework directory, or configure --disable-cli.])
2949 …[csc.exe not found. Make sure it's in the path or use --with-csc-path, or configure --disable-cli])
2979 …e.lib (.NET Framework) not found. Make sure you use --with-frame-home, or configure --disable-cli])
/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf17660 …MIZED_FOR_CLIENT% 0 nl Installatie is geoptimaliseerd voor cliënten. …
35634 …modus kan gebruikt worden wanneer de toepassing beheerd wordt door externe cliënten via de \<link …
46184 … help hd_id311593 0 nl Een berekening maken voor iedere cliënt 2020…
/trunk/extras/l10n/source/it/
H A Dlocalize.sdf65060 …o, selezionate un formato nell'elenco "Inserisci riferimento", quindi fate cli su \<emph\>Inserisc…
/trunk/extras/l10n/source/pt/
H A Dlocalize.sdf19228 …START_PRESENTATION CBX_CHANGE_PAGE 139 pt Mudar diapositivos com cli~que no fundo …