Home
last modified time | relevance | path

Searched refs:err (Results 126 – 150 of 437) sorted by relevance

12345678910>>...18

/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java159 System.err.println("Mode: uninstallation"); in setInstallationMode()
164 System.err.println("Mode: installation"); in setInstallationMode()
169 System.err.println("Error: Did not find info path"); in setInstallationMode()
170 System.err.println("Error: No info about installation or uninstallation"); in setInstallationMode()
/aoo41x/main/jurt/com/sun/star/comp/connections/
H A DPipedConnection.java103 if (DEBUG) System.err.println("##### " + getClass().getName() + " - instantiated"); in PipedConnection()
121 …if(DEBUG) System.err.println("##### PipedConnection.receive - bytes:" + aData.length + " at:" + _o… in receive()
174 if(DEBUG) System.err.println("##### PipedConnection.read - bytes:" + nBytesToRead + " at:" + _in); in read()
/aoo41x/main/qadevOOo/runner/org/openoffice/
H A DRunner.java117 System.err.println("ERROR: OOoRunner detect cygwin path in '" + _sPath + "'"); in checkPathVariable()
147 … System.err.println("ERROR: OOoRunner detect cygwin path in '" + sKey + ":=" + sValue + "'"); in checkAllVariablesForCygwinPath()
169 … System.err.println("ERROR: OOoRunner detect cygwin path in '" + sKey + ":=" + sValue + "'"); in checkAllVariablesForCygwinPath()
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java233 … System.err.println("LocaleOfficeWindow.removeNotify: Exception in releaseSystemWindow."); in removeNotify()
234 System.err.println(e.getMessage()); in removeNotify()
235 e.printStackTrace(System.err); in removeNotify()
/aoo41x/main/desktop/source/app/
H A Dapp.cxx681 osl::FileBase::RC err = osl::FileBase::E_None; in copy_prereg_bundled_recursive() local
690 err = aDir.open(); in copy_prereg_bundled_recursive()
691 if ( err != osl::FileBase::E_None ) in copy_prereg_bundled_recursive()
692 return err; in copy_prereg_bundled_recursive()
694 err = osl::Directory::create( dstUnqPath ); in copy_prereg_bundled_recursive()
695 osl::FileBase::RC next = err; in copy_prereg_bundled_recursive()
696 if( err == osl::FileBase::E_None || in copy_prereg_bundled_recursive()
697 err == osl::FileBase::E_EXIST ) in copy_prereg_bundled_recursive()
699 err = osl::FileBase::E_None; in copy_prereg_bundled_recursive()
752 err = next; in copy_prereg_bundled_recursive()
[all …]
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DObjectViewContainer.java136 {System.err.println ("Caught exception while creating view " in SetObject()
139 {System.err.println ("Caught exception while creating view " in SetObject()
142 {System.err.println ("Caught exception while creating view " in SetObject()
/aoo41x/main/sd/source/core/
H A Dglob.src372 #define ERR_CODE( class, err ) (class | (err - ERROR_SD_BASE))
373 #define WARN_CODE( class, err ) (class | ( err - WARN_SD_BASE))
/aoo41x/main/scripting/workben/installer/
H A DFileUpdater.java92 System.err.println(e); in updateProtocolHandler()
170 System.err.println(e); in updateScriptXLC()
246 System.err.println(e); in updateDialogXLC()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java60 System.err.println( "Sample caught exception! " + ex ); in main()
147 System.err.println( "Bad number format code: " + ex ); in doFunction()
236 System.err.println( "Couldn't initialize Spreadsheet Document: " + ex ); in initSpreadsheet()
/aoo41x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java246 if(DEBUG) System.err.println("#### " + getClass().getName() + ".setSequence:" + seq); in setSequence()
341 … if(DEBUG) System.err.println("##### " + getClass().getName() + ".<init> " + xMultiServiceFactory); in _TestObject()
367 if(DEBUG) System.err.println("##### " + getClass().getName() + ".setValues:" + any); in setValues()
408 if(DEBUG) System.err.println("##### " + getClass().getName() + ".setValues2:" + io_any[0]); in setValues2()
452 if(DEBUG) System.err.println("##### " + getClass().getName() + ".getValues:" + _any); in getValues()
609 if(DEBUG) System.err.println("##### " + getClass().getName() + ".setAny:" + _any); in getAny()
615 if(DEBUG) System.err.println("##### " + getClass().getName() + ".setAny:" + any); in setAny()
/aoo41x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx756 int err = Z_OK; in unzipToBuffer() local
758 while( err != Z_STREAM_END && err >= Z_OK && aZStr.avail_in ) in unzipToBuffer()
760 err = inflate( &aZStr, Z_NO_FLUSH ); in unzipToBuffer()
763 if( err != Z_STREAM_END ) in unzipToBuffer()
773 if( err == Z_STREAM_END ) in unzipToBuffer()
779 if( err < Z_OK ) in unzipToBuffer()
/aoo41x/main/solenv/inc/
H A Drules.mk606 @@-$(RM) $*.err
614 @-$(IFEXIST) $*.err $(THEN) $(RM:s/+//) $*.err $(FI)
619 @-$(IFEXIST) $*.err $(THEN) $(RM:s/+//) $*.err $(FI)
633 @@-$(RM) $*.err
642 @-$(IFEXIST) $*.err $(THEN) $(RM:s/+//) $*.err $(FI)
/aoo41x/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx569 catch (BridgeRuntimeError & err) in UNO_proxy_free() local
573 OUStringToOString( err.m_message, RTL_TEXTENCODING_ASCII_US ) ); in UNO_proxy_free()
576 (void) err; // unused in UNO_proxy_free()
821 catch (BridgeRuntimeError & err) in UNO_proxy_dispatch() local
836 buf.append( err.m_message ); in UNO_proxy_dispatch()
/aoo41x/main/forms/qa/integration/forms/
H A DListSelection.java135 e.printStackTrace( System.err ); in impl_clickListBox()
181 e.printStackTrace( System.err ); in impl_setupListenerScript()
216 e.printStackTrace( System.err ); in impl_assignStarBasicScript()
/aoo41x/main/qadevOOo/runner/stats/
H A DSQLExecution.java87 System.err.println("Couldn't find jdbc driver : " + e.getMessage()); in openConnection()
98 System.err.println("Couldn't establish a connection: " + e.getMessage()); in openConnection()
117 System.err.println("Couldn't close the connection: " + e.getMessage()); in closeConnection()
/aoo41x/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java115 System.err.println( exception ); in main()
206 System.err.println( exception ); in getChart()
312 System.err.println( exception ); in getChart()
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java139 … System.err.println("XSLTransformer: could not open statsfile'" + statsfilepath + "'"); in initialize()
140 System.err.println(" " + e.getClass().getName() + ": " + e.getMessage()); in initialize()
141 System.err.println(" output disabled"); in initialize()
225 PrintStream origErr = System.err; in start()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java93 System.err.println("Parse Error:" + e); in error()
102 System.err.println("Warning:" + e); in warning()
226 System.err.println("Did not find xpd directory"); in read()
/aoo41x/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");
/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DJavaLoader.java76 if (DEBUG) System.err.println( dbg ); in DEBUG()
126 System.err.println( in expand_url()
473 if (DEBUG) System.err.println(">>>JavaLoader.writeRegistryServiceInfo " + ex); in writeRegistryServiceInfo()
/aoo41x/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
/aoo41x/main/helpcontent2/helpers/
H A Dcreate_ilst.pl51 $err = shift;
52 printf STDERR "$err\n\n";
/aoo41x/main/sw/source/ui/app/
H A Derror.src58 #define ERR_CODE( class, err ) (class | (err - ERROR_SW_BASE))
59 #define WARN_CODE( class, err ) (class | ( err - WARN_SW_BASE))
/aoo41x/main/sal/osl/unx/
H A Dsecurity.c515 int err = 0; in osl_psz_loginUser()
522 err = getpwnam_r( in osl_psz_loginUser()
524 if (err != ERANGE) { in osl_psz_loginUser()
528 if (p != NULL && err == 0) { in osl_psz_loginUser()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DComponent.java170 …System.err.println(e.getClass().getName() + " caught propagating " + propertyName + " event: " + e… in run()
249 … System.err.println("[component]: " + getName() + "unexpected state change " + state); in setComponentState()
433 … System.err.println("[" + getAccessibleRole() + "] " + getAccessibleName() + " is now focused"); in focusGained()
441 …System.err.println("[" + getAccessibleRole() + "] " + getAccessibleName() + " is no longer focused… in focusLost()

Completed in 196 milliseconds

12345678910>>...18