Home
last modified time | relevance | path

Searched refs:bootstrap_parameters (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/native/
H A Dnative_bootstrap.cxx231 bootstrap_parameters );
245 ::System::Collections::IDictionaryEnumerator ^ bootstrap_parameters )
247 if (nullptr != bootstrap_parameters)
249 bootstrap_parameters->Reset();
250 while (bootstrap_parameters->MoveNext())
254 bootstrap_parameters->Key ) ) );
257 bootstrap_parameters->Value ) ) );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/source/native/
H A Dnative_bootstrap.cxx231 bootstrap_parameters );
245 ::System::Collections::IDictionaryEnumerator ^ bootstrap_parameters )
247 if (nullptr != bootstrap_parameters)
249 bootstrap_parameters->Reset();
250 while (bootstrap_parameters->MoveNext())
254 bootstrap_parameters->Key ) ) );
257 bootstrap_parameters->Value ) ) );
/dports/editors/libreoffice/libreoffice-7.2.6.2/javaunohelper/test/com/sun/star/comp/helper/
H A DBootstrap_Test.java36 public static boolean test( String ini_file, Map<String,String> bootstrap_parameters ) in test() argument
45 ini_file, bootstrap_parameters ); in test()
92 … java.util.HashMap<String,String> bootstrap_parameters = new java.util.HashMap<String,String>(); in main() local
97 bootstrap_parameters.put( bootstrap_parameter[0], bootstrap_parameter[1] ); in main()
110 System.exit( test(args[0], bootstrap_parameters) ? 0: -1 ); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/test/com/sun/star/comp/helper/
H A DBootstrap_Test.java36 public static boolean test( String ini_file, Map<String,String> bootstrap_parameters ) in test() argument
45 ini_file, bootstrap_parameters ); in test()
92 … java.util.HashMap<String,String> bootstrap_parameters = new java.util.HashMap<String,String>(); in main() local
97 bootstrap_parameters.put( bootstrap_parameter[0], bootstrap_parameter[1] ); in main()
110 System.exit( test(args[0], bootstrap_parameters) ? 0: -1 ); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/comp/helper/
H A DBootstrap.java212 String ini_file, Hashtable<String,String> bootstrap_parameters ) in defaultBootstrap_InitialComponentContext() argument
215 …turn defaultBootstrap_InitialComponentContext(ini_file, (Map<String,String>) bootstrap_parameters); in defaultBootstrap_InitialComponentContext()
232 String ini_file, Map<String,String> bootstrap_parameters ) in defaultBootstrap_InitialComponentContext() argument
237 if (null != bootstrap_parameters) in defaultBootstrap_InitialComponentContext()
239 pairs = new String [ 2 * bootstrap_parameters.size() ]; in defaultBootstrap_InitialComponentContext()
241 for (Map.Entry<String, String> bootstrap_parameter : bootstrap_parameters.entrySet()) { in defaultBootstrap_InitialComponentContext()
286 String ini_file, String bootstrap_parameters [], ClassLoader loader ) in cppuhelper_bootstrap() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java212 String ini_file, Hashtable<String,String> bootstrap_parameters ) in defaultBootstrap_InitialComponentContext() argument
215 …turn defaultBootstrap_InitialComponentContext(ini_file, (Map<String,String>) bootstrap_parameters); in defaultBootstrap_InitialComponentContext()
232 String ini_file, Map<String,String> bootstrap_parameters ) in defaultBootstrap_InitialComponentContext() argument
237 if (null != bootstrap_parameters) in defaultBootstrap_InitialComponentContext()
239 pairs = new String [ 2 * bootstrap_parameters.size() ]; in defaultBootstrap_InitialComponentContext()
241 for (Map.Entry<String, String> bootstrap_parameter : bootstrap_parameters.entrySet()) { in defaultBootstrap_InitialComponentContext()
286 String ini_file, String bootstrap_parameters [], ClassLoader loader ) in cppuhelper_bootstrap() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog850538 javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.java
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1112587 javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.java