Home
last modified time | relevance | path

Searched refs:err (Results 1 – 25 of 436) sorted by last modified time

12345678910>>...18

/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java530 System.err.println("The source dir doesn't exist, or isn't dir."); in copyDir()
679 … System.err.println(fromDir.getAbsolutePath() + "doesn't exist, or isn't file, or can't be read"); in copyFiles()
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx970 PRIntn err = PR_GetError(); in verifyCertificate() local
971 xmlsec_trace("Error: , %d = %s", err, getCertError(err)); in verifyCertificate()
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx112 void traceTrustStatus(DWORD err) in traceTrustStatus() argument
116 if (err == 0) in traceTrustStatus()
120 if (arErrStrings[i].error & err) in traceTrustStatus()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx320 ErrorBox err(NULL, XMLSEC_RES(RID_XMLSECDLG_OLD_ODF_FORMAT)); in canAddRemove() local
321 err.Execute(); in canAddRemove()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx159 osl::FileBase::RC err = m_aFile.close(); in closeInput() local
160 if( err != osl::FileBase::E_None ) in closeInput()
199 osl::FileBase::RC err; in getLength() local
202 err = m_aFile.getPos( uCurrentPos ); in getLength()
203 if( err != osl::FileBase::E_None ) in getLength()
206 err = m_aFile.setPos( Pos_End, 0 ); in getLength()
207 if( err != osl::FileBase::E_None ) in getLength()
210 err = m_aFile.getPos( uEndPos ); in getLength()
211 if( err != osl::FileBase::E_None ) in getLength()
214 err = m_aFile.setPos( Pos_Absolut, uCurrentPos ); in getLength()
[all …]
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DDebug.java101 ex.printStackTrace(System.err);
131 setOutput(System.err); in setOutput()
141 e.printStackTrace(System.err); in setOutput()
H A DDebug.properties31 debug.output=System.err
/aoo41x/main/xmerge/workben/
H A DXmlDiff.java392 setOutput(System.err); in setOutput()
402 e.printStackTrace(System.err); in setOutput()
H A DXmlDiff.properties28 # XmlDiff.output is where the output (err/message) go
33 XmlDiff.output=System.err
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java239 System.err.println("Error decoding invalid Input stream"); in decode()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java255 System.err.println("type b " + domImpl); in docToBytes()
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java118 System.err.println("Error:invalid input stream"); in read()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java304 System.err.println("Could Not retrieve Cell contents"); in getCellContents()
305 System.err.println("Setting contents of cell(" + cell.getRow() in getCellContents()
307 System.err.println("Error msg: " + e.getMessage()); in getCellContents()
361 System.err.println("Could Not retrieve Cell value"); in getCellValue()
362 System.err.println("Setting value of cell(" + cell.getRow() in getCellValue()
364 System.err.println("Error msg: " + e.getMessage()); in getCellValue()
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java392 setOutput(System.err); in setOutput()
402 e.printStackTrace(System.err); in setOutput()
H A DXmlDiff.properties28 # XmlDiff.output is where the output (err/message) go
34 XmlDiff.output=System.err
/aoo41x/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java230 System.err.println(exception); in getImplementationId()
268 System.err.println(exception); in getTypes()
/aoo41x/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java96 System.err.println(exception); in trigger()
170 System.err.println(exception); in getImplementationId()
204 System.err.println(exception); in getTypes()
/aoo41x/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java192 System.err.println(exception); in getImplementationId()
230 System.err.println(exception); in getTypes()
/aoo41x/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java97 System.err.println(exception); in trigger()
172 System.err.println(exception); in getImplementationId()
207 System.err.println(exception); in getTypes()
H A DQueryWizard.java377 e.printStackTrace( System.err ); in leaveStep()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java351 System.err.println(exception); in modifyCellContent()
/aoo41x/main/wizards/com/sun/star/wizards/fax/
H A DCallWizard.java192 System.err.println(exception); in getImplementationId()
230 System.err.println(exception); in getTypes()
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java89 System.err.println(exception); in trigger()
163 System.err.println(exception); in getImplementationId()
197 System.err.println(exception); in getTypes()
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java149 System.err.println( "supported arguments: " ); in executeWizardFromCommandLine()
150 …System.err.println( " --pipe-name <name> : specifies the name of the pipe to connect to… in executeWizardFromCommandLine()
151 …System.err.println( " --database-location <url> : specifies the URL of the database document t… in executeWizardFromCommandLine()
152 …System.err.println( " --data-source-name <name> : specifies the name of the data source to wor… in executeWizardFromCommandLine()
/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

Completed in 87 milliseconds

12345678910>>...18