Home
last modified time | relevance | path

Searched refs:err (Results 151 – 175 of 457) sorted by relevance

12345678910>>...19

/trunk/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh106 System.err.println("Error setting up search properties");
110 System.err.println("Error setting up search properties");
114 System.err.println("Error setting up search properties");
/trunk/main/wizards/com/sun/star/wizards/common/
H A DDebugHelper.java34 …public static void exception(String DetailedMessage, Exception ex, int err, String additionalArgum… in exception() argument
39 public static void exception(int err, String additionalArgument) throws java.lang.Exception in exception() argument
/trunk/main/helpcontent2/helpers/
H A Dcreate_ilst.pl51 $err = shift;
52 printf STDERR "$err\n\n";
/trunk/main/soltools/cpp/
H A D_macro.c77 int err = 0; in dodefine() local
85 err++; in dodefine()
101 err++; in dodefine()
106 if (err) in dodefine()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java190 System.err.println("util.DBTools.DataSourceInfo: Error retrieving property") ; in DataSourceInfo()
191 e.printStackTrace(System.err) ; in DataSourceInfo()
193 System.err.println("util.DBTools.DataSourceInfo: Error retrieving property") ; in DataSourceInfo()
194 e.printStackTrace(System.err) ; in DataSourceInfo()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionInputStream_Adapter.java42 if(DEBUG) System.err.println("#### " + getClass().getName() + " - instantiated "); in XConnectionInputStream_Adapter()
58 …if(DEBUG) System.err.println("#### " + getClass().getName() + " - one byte read:" + _bytes[0][0]… in read()
H A DXConnectionOutputStream_Adapter.java40 if(DEBUG) System.err.println("#### " + this.getClass() + " - instantiated "); in XConnectionOutputStream_Adapter()
55 if(DEBUG) System.err.println("#### " + this.getClass() + " - one byte written:" + _bytes[0]); in write()
/trunk/main/jvmfwk/java/jreproperties/src/main/java/
H A DJREProperties.java79 System.err.println(e); in main()
100 System.err.println(e); in main()
/trunk/main/sal/osl/w32/
H A Dsecurity.c165 DWORD err; in osl_loginUserOnFileServer() local
191 err = WNetAddConnection2W(&netResource, rtl_uString_getStr(strPasswd), userName, 0); in osl_loginUserOnFileServer()
193 if ((err == NO_ERROR) || (err == ERROR_ALREADY_ASSIGNED)) in osl_loginUserOnFileServer()
/trunk/main/jvmfwk/source/
H A Dframework.hxx116 FrameworkException(javaFrameworkError err, const rtl::OString& msg): in FrameworkException() argument
117 errorCode(err), message(msg) in FrameworkException()
/trunk/main/extensions/test/ole/cpptest/
H A Dcpptest.cxx51 _com_error err( hr); in main() local
52 const TCHAR * errMsg= err.ErrorMessage(); in main()
/trunk/main/fpicker/source/aqua/
H A DNSURL_OOoAdditions.cxx93 OSErr err = FSResolveAliasFile( &rFS, true, &bIsFolder, &bAlias); in resolveAlias() local
94 if( (err == noErr) && bAlias ) in resolveAlias()
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx335 javaFrameworkError err = jfw_getJavaInfoByPath(sValue.pData, &aInfo.pData); in migrateJavarc() local
337 if (err == JFW_E_NONE) in migrateJavarc()
346 else if (err == JFW_E_FAILED_VERSION) in migrateJavarc()
/trunk/main/sal/inc/osl/
H A Dsocket.hxx385 sal_Int32 err = 0; in clearError() local
386 getOption(osl_Socket_OptionError, &err, sizeof(err)); in clearError()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DList.java58 … System.err.println("[List] retrieved active descendant event: new descendant is " + in setActiveDescendant()
62 … System.err.println("*** ERROR *** new active descendant not accessible"); in setActiveDescendant()
221 …System.err.println("IndexOutOfBoundsException caught for AccessibleList.getAccessibleSelection(" +… in getAccessibleSelection()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.hxx66 curl_exception(sal_Int32 err) in curl_exception() argument
67 : n_err(err) { } in curl_exception()
/trunk/main/sal/workben/
H A Dt_osl_getVolInfo.cxx58 oslFileError err = osl_getVolumeInformation( in test_getVolumeInformation() local
70 ASSERT_TRUE( err == osl_File_E_None ) << "osl_getVolumeInformation failed"; in test_getVolumeInformation()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPool.java56 if(DEBUG) System.err.println("##### " + getClass().getName() + ".attach - id:" + threadId); in attach()
121 if(DEBUG) System.err.println("##### " + getClass().getName() + ".dispose:" + throwable); in dispose()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/
H A DPathSubstitutionTest.java90 …System.err.println( "NoSuchElementException has been thrown accessing "+predefinedPathVariables[i]… in workWithPathVariables()
104 …System.err.println( "NoSuchElementException has been thrown accessing "+predefinedPathVariables[0]… in workWithPathVariables()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DImageHelper.java55 System.err.println("interrupted waiting for pixels!"); in ImageHelper()
59 System.err.println("image fetch aborted or errored"); in ImageHelper()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DImageHelper.java58 System.err.println("interrupted waiting for pixels!"); in ImageHelper()
63 System.err.println("image fetch aborted or errored"); in ImageHelper()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DOfficeConnect.java124 System.err.println("Couldn't create Service of type " + sServiceSpecifier + ": " + ex); in createRemoteInstance()
153 System.err.println("Couldn't create Service of type " + sServiceSpecifier + ": " + ex); in createRemoteInstanceWithArguments()
/trunk/main/connectivity/qa/connectivity/tools/
H A DHsqlTableDescriptor.java73 catch ( Exception e ) { e.printStackTrace( System.err ); } in createSdbcxDescriptor()
93 catch( com.sun.star.uno.Exception e ) { e.printStackTrace( System.err ); } in createSdbcxDescriptor()
/trunk/main/xmerge/workben/
H A DXmlDiff.properties28 # XmlDiff.output is where the output (err/message) go
33 XmlDiff.output=System.err
/trunk/main/testgraphical/source/
H A Dcwstestresulthelper.pm224 my $err = callperl(getPerlExecutable(), $sPerlProgram, $sPerlParam);
225 if ($err != 0)

Completed in 101 milliseconds

12345678910>>...19