Home
last modified time | relevance | path

Searched refs:err (Results 26 – 50 of 457) sorted by relevance

12345678910>>...19

/trunk/main/jurt/demo/com/sun/star/demo/
H A DTestOffice.java74 System.err.println("wrong bytes available\n"); in testPipe()
77 System.err.println("wrong bytes read\n"); in testPipe()
80 System.err.println("wrong element in sequence\n"); in testPipe()
94 System.err.println("pleast type any text\n"); in testWriter()
125 System.err.println("press any key to open " + docu[i]); in testDocument()
134 System.err.println("press any key to close the document"); in testDocument()
147 System.err.println("got the remote naming service !"); in doSomething()
152 System.err.println("got the remote service manager !"); in doSomething()
171 System.err.println("usage : testoffice uno:connection;protocol;objectName"); in main()
184 System.err.println("got the remote object"); in main()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java85 System.err.println("ERROR: incompatible AccessBridge found: " + in attach()
93 System.err.println("ERROR: no access to AccessBridge: " + in attach()
104 System.err.println("IllegalArgumentException caught: " + in attach()
111 System.err.println("UNO IllegalArgumentException caught: " + in attach()
173 System.err.println("Native frame " + hwnd + " of role " + in registerTopWindow()
186 System.err.println("registering native frame " + hwnd); in registerTopWindow()
192 System.err.println("IllegalAccessException caught: " + in registerTopWindow()
215 System.err.println("revoking native frame " + hwnd); in revokeTopWindow()
221 System.err.println("IllegalAccessException caught: " + in revokeTopWindow()
224 System.err.println("IllegalArgumentException caught: " + in revokeTopWindow()
[all …]
/trunk/main/sal/qa/osl/file/
H A Dtest_cpy_wrt_file.cxx57 FileBase::RC err = File::copy(src_url, dest_url); in TEST_F() local
58 ASSERT_TRUE(err != FileBase::E_None) << "Copy didn't recognized disk full"; in TEST_F()
80 FileBase::RC err = tmp_file.open(osl_File_OpenFlag_Write | osl_File_OpenFlag_Create); in TEST_F() local
82 ASSERT_TRUE(err == FileBase::E_None || err == FileBase::E_EXIST) << suErrorMsg.pData; in TEST_F()
86 err = tmp_file.write((void*)buffer, sizeof(buffer), written); in TEST_F()
88 err = tmp_file.sync(); in TEST_F()
90 ASSERT_TRUE(err != FileBase::E_None) << "Write didn't recognized disk full"; in TEST_F()
/trunk/main/scripting/workben/installer/
H A DInstallWizard.java99 System.err.println("Office Scripting Framework Installer - Error: "); in InstallWizard()
100 System.err.println("Unable to create log file for installation."); in InstallWizard()
284 System.err.println("Error: Unable to create log file: " in main()
306 System.err.println("java -jar SFrameworkInstall.jar"); in printUsage()
307 System.err.println("\t[-office <path_to_office_installation]"); in printUsage()
308 System.err.println("\t[-netbeans <path_to_netbeans_installation]"); in printUsage()
309 System.err.println("\t[-net]"); in printUsage()
310 System.err.println("\t[-bindings]"); in printUsage()
311 … System.err.println("\n\n-net indicates that this is the network part of a network install."); in printUsage()
312 …System.err.println("-bindings will only install the menu & key bindings in user/config/soffice.cfg… in printUsage()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java71 System.err.println("Jar file: " + jarFile.getPath()); in getJarFilePath()
73 System.err.println("No jar file used for installation!"); in getJarFilePath()
111 System.err.println("No resource root found!"); in getResourceRoot()
126 … System.err.println("Error: Directory \"" + subdir + "\" does not exist at resouce root"); in getPackagePath()
139 System.err.println("Path to packages: " + path); in getPackagePath()
141 System.err.println("No path to packages found!"); in getPackagePath()
189 System.err.println("Root privileges"); in getInstallationPrivileges()
192 System.err.println("User privileges"); in getInstallationPrivileges()
205 System.err.println("Root privileges"); in isUserInstallation()
208 System.err.println("User privileges"); in isUserInstallation()
[all …]
H A DExecuteProcess.java45 System.err.println("IOError:" + ioe ); in executeProcessReturnValue()
47 System.err.println("Interrupted Exception:" + ie ); in executeProcessReturnValue()
73 System.err.println("Interrupted Exception Error: " + ioe ); in executeProcessReturnVector()
75 System.err.println("IOError: " + ioe ); in executeProcessReturnVector()
102 System.err.println("Interrupted Exception Error: " + ioe ); in executeProcessReturnVectorEnv()
104 System.err.println("IOError: " + ioe ); in executeProcessReturnVectorEnv()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx102 catch (BridgeRuntimeError & err) in Mapping_cli2uno() local
107 OUSTR("[cli_uno bridge error] ") + err.m_message, RTL_TEXTENCODING_ASCII_US ) ); in Mapping_cli2uno()
110 (void) err; // unused in Mapping_cli2uno()
161 catch (BridgeRuntimeError & err) in Mapping_uno2cli() local
166 OUSTR("[cli_uno bridge error] ") + err.m_message, RTL_TEXTENCODING_ASCII_US ) ); in Mapping_uno2cli()
169 (void) err; // unused in Mapping_uno2cli()
342 catch (BridgeRuntimeError & err) in uno_ext_getMapping() local
347 OUSTR("[cli_uno bridge error] ") + err.m_message, RTL_TEXTENCODING_ASCII_US ) ); in uno_ext_getMapping()
350 (void) err; // unused in uno_ext_getMapping()
/trunk/main/scripting/examples/javascript/Highlight/
H A DShowDialog.js41 System.err.println("Got XLibraryContainer");
59 System.err.println("libURL is: " + libURL);
64 System.err.println("liblink created");
69 System.err.println("Got an exception loading lib: " + e.getMessage());
92 System.err.println("Error getting DialogProvider object");
114 System.err.println("Error loading ScriptBindingLibrary");
132 System.err.println("Got exception on first creating dialog: " +
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DRegistryServiceFactory_Test.java52 System.err.println(); in test()
54 System.err.println("RegistryServiceFactory - doing tests..."); in test()
55 System.err.println(); in test()
61 System.err.println(); in test()
74 System.err.println(); in test()
75 System.err.println("RegistryServiceFactory test passed? " + passed); in test()
77 System.err.println(); in test()
H A DBootstrap_Test.java40 System.err.println(); in test()
42 System.err.println("Bootstrap - doing tests..."); in test()
43 System.err.println(); in test()
62 System.err.println(); in test()
79 System.err.println(); in test()
80 System.err.println("Bootstrap test passed? " + passed); in test()
82 System.err.println(); in test()
H A DSharedLibraryLoader_Test.java109 System.err.println("- get the native ServiceManger factory"); in test_loadNativeServiceManager()
114 System.err.println("- instantiate the native ServiceManger"); in test_loadNativeServiceManager()
135 System.err.println("- get factory of the Registry"); in test_loadNativeSimpleRegistry()
140 System.err.println("- instantiate the Registry"); in test_loadNativeSimpleRegistry()
146 System.err.println(); in test_loadNativeSimpleRegistry()
174 System.err.println("SharedLibraryLoader - doing tests..."); in test()
181 System.err.println("SharedLibraryLoader test passed? " + passed); in test()
/trunk/main/basic/source/comp/
H A Dexprnode.cxx333 sal_Bool err = sal_False; in FoldConstants() local
334 if( nl > SbxMAXLNG ) err = sal_True, nl = SbxMAXLNG; in FoldConstants()
336 if( nl < SbxMINLNG ) err = sal_True, nl = SbxMINLNG; in FoldConstants()
337 if( nr > SbxMAXLNG ) err = sal_True, nr = SbxMAXLNG; in FoldConstants()
339 if( nr < SbxMINLNG ) err = sal_True, nr = SbxMINLNG; in FoldConstants()
343 if( err ) in FoldConstants()
454 sal_Bool err = sal_False; in FoldConstants() local
455 if( nVal > SbxMAXLNG ) err = sal_True, nVal = SbxMAXLNG; in FoldConstants()
457 if( nVal < SbxMINLNG ) err = sal_True, nVal = SbxMINLNG; in FoldConstants()
458 if( err ) in FoldConstants()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java114 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in addChild()
153 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in addChild()
171 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in removeChild()
206 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in populateContainer()
232 System.err.println("ignoring not accessible child " + i); in populateContainer()
238 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in populateContainer()
251 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in createAccessibleComponent()
273 System.err.println(e.getClass().getName() + " caught: " + e.getMessage()); in createAccessibleComponent()
449 System.err.println("Unmapped accessible object " + role); in createAccessibleComponentImpl()
515 System.err.println("no active frame found for Window: " + role); in getTopWindow()
[all …]
H A DFrame.java184 …System.err.println("[frame]" + getTitle() + (enable ? " is now " : " is no longer ") + "iconified"… in setComponentState()
195 … System.err.println("[frame]: " + getTitle() + "unexpected state change " + state); in setComponentState()
351 System.err.println("[frame] " + getTitle() + " is now active"); in windowActivated()
358 System.err.println("[frame] " + getTitle() + " has been closed"); in windowClosed()
365 System.err.println("[frame] " + getTitle() + " is closing"); in windowClosing()
375 System.err.println("[frame] " + getTitle() + " is no longer active"); in windowDeactivated()
382 System.err.println("[frame] " + getTitle() + " is no longer iconified"); in windowDeiconified()
389 System.err.println("[frame] " + getTitle() + " has been iconified"); in windowIconified()
396 System.err.println("[frame] " + getTitle() + " has been opened"); in windowOpened()
/trunk/main/testgraphical/source/
H A Dcompare.pl144 my $err = 0;
154 $err = SingleDocumentCompare( $sDocumentPool,
164 $err = CompareFiles($sDocumentPool, $pool);
183 $err += CompareFiles($sDocumentPool, $myfile);
201 exit ($err);
230 $err = SingleDocumentCompare(
239 $aFailedHash{$myfile} = $err;
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1107 SbError err; in StepINPUT() local
1115 if( !err ) in StepINPUT()
1142 if( !err ) in StepINPUT()
1152 err = SbxBase::GetError(); in StepINPUT()
1158 err = SbxBase::GetError(); in StepINPUT()
1165 if( !err ) in StepINPUT()
1166 err = SbERR_CONVERSION; in StepINPUT()
1172 err = SbxBase::GetError(); in StepINPUT()
1177 Error( err ); in StepINPUT()
1178 else if( err ) in StepINPUT()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DResourceManager.java96 System.err.println("ERROR: Neither file \"" + file.getPath() + in checkFileExistence()
99 … System.err.println("ERROR: File \"" + file.getPath() + "\" does not exist!"); in checkFileExistence()
131 System.err.println("Error: file not found: " + name); in getIcon()
134 System.err.println(e); in getIcon()
147 System.err.println("Error: file not found: " + file.getPath()); in getIconFromPath()
150 System.err.println(e); in getIconFromPath()
158 System.err.println("System locale: " + locale );
/trunk/main/extensions/test/pgp/
H A DTestPGP.java72 System.err.println("got the remote naming service !"); in doSomething()
77 System.err.println("got the remote service manager !"); in doSomething()
82 System.err.println(" couldn't get XSet from ServiceFactory"); in doSomething()
91 System.err.println("couldn't create PGP factory !"); in doSomething()
95 System.err.println("PGP factory inserted into service manager"); in doSomething()
115 System.err.println("usage : testoffice protocol:host:port"); in main()
133 System.err.println("got the remote object"); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/compare/
H A DGraphicalComparator.java194 System.err.println(" Inputpath: '" + m_aArguments.getInputPath() + "'"); in compare()
195 System.err.println(" Outputpath: '" + m_aArguments.getOutputPath() + "'"); in compare()
196 System.err.println("Referencepath: '" + m_aArguments.getReferencePath() + "'"); in compare()
205 System.err.println("Exception caught"); in compare()
206 System.err.println(" Inputpath: '" + m_aArguments.getInputPath() + "'"); in compare()
207 System.err.println(" Outputpath: '" + m_aArguments.getOutputPath() + "'"); in compare()
208 System.err.println("Referencepath: '" + m_aArguments.getReferencePath() + "'"); in compare()
/trunk/main/postprocess/checkxml/
H A Dcheckxml.pl33 my $err = 0;
42 $err += &check_registry_zips($pck_path);
43 if ($err > 0)
45 print "Error: $err damaged files encountered\n";
84 $err++;
92 $err++;
/trunk/main/scripting/examples/beanshell/Highlight/
H A DShowDialog.bsh46 System.err.println("Got XLibraryContainer");
65 System.err.println("libURL is: " + libURL);
70 System.err.println("liblink created");
75 System.err.println("Got an exception loading lib: " + e.getMessage());
101 System.err.println("Error getting DialogProvider object");
109 System.err.println("Got DialogProvider, now get dialog");
120 System.err.println("Error loading ScriptBindingLibrary");
132 System.err.println("Got exception on first creating dialog: " +
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx106 catch (BridgeRuntimeError & err) in Mapping_map_to_uno() local
111 OUSTR("[jni_uno bridge error] ") + err.m_message, in Mapping_map_to_uno()
115 (void) err; // unused in Mapping_map_to_uno()
176 catch (BridgeRuntimeError & err) in Mapping_map_to_java() local
181 OUSTR("[jni_uno bridge error] ") + err.m_message, in Mapping_map_to_java()
185 (void) err; // unused in Mapping_map_to_java()
535 catch (BridgeRuntimeError & err) in uno_ext_getMapping() local
540 OUSTR("[jni_uno bridge error] ") + err.m_message, in uno_ext_getMapping()
544 (void) err; // unused in uno_ext_getMapping()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/
H A DPathSettingsTest.java123 …System.err.println( "UnknownPropertyException has been thrown accessing "+predefinedPathProperties… in workWithPathSettings()
126 …System.err.println( "WrappedTargetException has been thrown accessing "+predefinedPathProperties[i… in workWithPathSettings()
144 … System.err.println( "UnknownPropertyException has been thrown accessing PathSettings service"); in workWithPathSettings()
147 … System.err.println( "WrappedTargetException has been thrown accessing PathSettings service"); in workWithPathSettings()
150 … System.err.println( "PropertyVetoException has been thrown accessing PathSettings service"); in workWithPathSettings()
153 … System.err.println( "IllegalArgumentException has been thrown accessing PathSettings service"); in workWithPathSettings()
/trunk/main/sfx2/qa/complex/sfx2/tools/
H A DWriterHelper.java72 String err = ""; in closeDoc() local
77 err = "couldn't close document " + e; in closeDoc()
78 System.out.println(err); in closeDoc()
81 return err; in closeDoc()
157 e.printStackTrace( System.err ); in DocByAutopilot()
254 e.printStackTrace( System.err ); in getToolkit()
272 e.printStackTrace( System.err ); in getDesktop()
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx183 bool err= true; in test_constructor2() local
185 err &= arRet[j]; in test_constructor2()
186 if( err) in test_constructor2()
190 return err; in test_constructor2()
327 bool err= true; in test_isEqual() local
329 err &= arRet[j]; in test_isEqual()
334 return err; in test_isEqual()

Completed in 102 milliseconds

12345678910>>...19