| /AOO41X/main/vcl/unx/generic/fontmanager/ |
| H A D | parseAFM.cxx | 369 int error = ok; in parseGlobals() local 382 error = earlyEOF; in parseGlobals() 395 error = normalEOF; in parseGlobals() 497 error = normalEOF; in parseGlobals() 541 error = parseError; in parseGlobals() 546 return(error); in parseGlobals() 574 int code = 0, width = 0, i = 0, error = 0, tokenlen; 582 error = earlyEOF; 618 error = normalEOF; 622 error = parseError; [all …]
|
| /AOO41X/main/jurt/source/pipe/ |
| H A D | com_sun_star_lib_connections_pipe_PipeConnection.c | 137 goto error; in PipeConnection_create() 144 goto error; in PipeConnection_create() 150 goto error; in PipeConnection_create() 160 goto error; in PipeConnection_create() 170 goto error; in PipeConnection_create() 182 goto error; in PipeConnection_create() 193 goto error; in PipeConnection_create() 204 goto error; in PipeConnection_create() 213 goto error; in PipeConnection_create() 224 error: in PipeConnection_create() [all …]
|
| /AOO41X/main/testgraphical/source/ |
| H A D | CallExternals.pm | 50 my $error = shift; 51 if ($error != 0) 53 $error = $error / 256; 55 if ($error > 127) 57 $error = $error - 256; 59 return $error; 70 my $error; 86 $error = errorAdaption($?); 91 $error = 1; 93 return $error, @result; [all …]
|
| /AOO41X/main/idlc/source/ |
| H A D | parser.y | 129 idlc()->error()->syntaxError(idlc()->getParseState(), in checkIdentifier() 134 idlc()->error()->warning0(WIDL_WRONG_NAMING_CONV, id->getStr()); in checkIdentifier() 145 idlc()->error()->error2(EIDL_DOUBLE_MEMBER, i->first, i->second); in reportDoubleMemberDeclarations() 156 if (idlc()->error()->checkPublished(decl)) { in addInheritedInterface() 158 idlc()->error()->inheritanceError( in addInheritedInterface() 176 idlc()->error()->error1( in addInheritedInterface() 184 idlc()->error()->lookupError( in addInheritedInterface() 196 idlc()->error()->lookupError(*scopedName); in createNamedType() 197 } else if (!idlc()->error()->checkPublished(decl)) { in createNamedType() 203 idlc()->error()->error0(EIDL_WRONG_NUMBER_OF_TYPE_ARGUMENTS); in createNamedType() [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 88 if a database access error occurs. 98 if a database access error occurs. 117 if a database access error occurs. 126 if a database access error occurs. 135 if a database access error occurs. 144 if a database access error occurs. 153 if a database access error occurs. 192 if a database access error occurs. 201 if a database access error occurs. 210 if a database access error occurs. [all …]
|
| H A D | XResultSetMetaData.idl | 47 if a database access error occurs. 58 if a database access error occurs. 69 if a database access error occurs. 80 if a database access error occurs. 91 if a database access error occurs. 102 if a database access error occurs. 113 if a database access error occurs. 124 if a database access error occurs. 136 if a database access error occurs. 147 if a database access error occurs. [all …]
|
| H A D | XSQLInput.idl | 94 if a database access error occurs. 103 if a database access error occurs. 112 if a database access error occurs. 121 if a database access error occurs. 130 if a database access error occurs. 139 if a database access error occurs. 148 if a database access error occurs. 157 if a database access error occurs. 166 if a database access error occurs. 175 if a database access error occurs. [all …]
|
| H A D | XSQLOutput.idl | 94 if a database access error occurs. 103 if a database access error occurs. 112 if a database access error occurs. 121 if a database access error occurs. 130 if a database access error occurs. 139 if a database access error occurs. 148 if a database access error occurs. 157 if a database access error occurs. 166 if a database access error occurs. 175 if a database access error occurs. [all …]
|
| H A D | XRowUpdate.idl | 62 if a database access error occurs. 73 if a database access error occurs. 84 if a database access error occurs. 95 if a database access error occurs. 106 if a database access error occurs. 117 if a database access error occurs. 128 if a database access error occurs. 139 if a database access error occurs. 150 if a database access error occurs. 161 if a database access error occurs. [all …]
|
| H A D | XRow.idl | 65 if a database access error occurs. 79 if a database access error occurs. 90 if a database access error occurs. 101 if a database access error occurs. 112 if a database access error occurs. 123 if a database access error occurs. 134 if a database access error occurs. 145 if a database access error occurs. 156 if a database access error occurs. 167 if a database access error occurs. [all …]
|
| /AOO41X/main/soltools/cpp/ |
| H A D | _cpp.c | 88 error(ERROR, in process() 98 error(ERROR, "Unterminated #if/#ifdef/#ifndef"); in process() 134 error(ERROR, "Unidentifiable control line"); in control() 139 error(WARNING, "Unknown preprocessor control %t", tp); in control() 157 error(FATAL, "#if too deeply nested"); in control() 181 error(ERROR, "Syntax error in #undef"); in control() 191 error(INFO, "Macro deletion of %s(%r)", np->name, np->ap); in control() 193 error(INFO, "Macro deletion of %s", np->name); in control() 208 error(FATAL, "#if too deeply nested"); in control() 220 error(ERROR, "#elif with no #if"); in control() [all …]
|
| H A D | _macro.c | 55 error(ERROR, "#defined token is not a name"); in dodefine() 61 error(ERROR, "#defined token %t can't be redefined", tp); in dodefine() 93 error(ERROR, "Duplicate macro argument"); in dodefine() 108 error(ERROR, "Syntax error in macro parameters"); in dodefine() 125 error(ERROR, in dodefine() 129 error(ERROR, in dodefine() 161 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine() 163 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine() 203 error(FATAL, "Illegal -A argument %r", trp); in doadefine() 224 error(FATAL, "Illegal -D or -U argument %r", trp); in doadefine() [all …]
|
| H A D | _eval.c | 265 error(ERROR, "Syntax error in #ifdef/#ifndef"); in eval() 320 error(ERROR, "Illegal operator * or & in #if/#elsif"); in eval() 387 error(ERROR, "Bad operator (%t) in #if/#elsif", tp); in eval() 397 error(ERROR, "Botch in #if/#elsif"); in eval() 401 error(ERROR, "Undefined expression value"); in eval() 404 error(ERROR, "Syntax error in #if/#elsif"); in eval() 433 error(WARNING, "Syntax error in #if/#endif"); in evalop() 593 error(ERROR, "Bad ?: in #if/endif"); in evalop() 609 error(ERROR, "Eval botch (unknown operator)"); in evalop() 669 error(WARNING, in tokval() [all …]
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | file_dirvol.cxx | 502 oslFileError error; in osl_openLocalRoot() local 509 error = _osl_getSystemPathFromFileURL( strDirectoryPath, &strSysPath, sal_False ); in osl_openLocalRoot() 510 if ( osl_File_E_None == error ) in osl_openLocalRoot() 545 error = osl_File_E_None; in osl_openLocalRoot() 561 error = oslTranslateFileError( GetLastError() ); in osl_openLocalRoot() 566 return error; in osl_openLocalRoot() 573 oslFileError error = osl_File_E_None; in osl_openFileDirectory() local 607 error = oslTranslateFileError( GetLastError() ); in osl_openFileDirectory() 619 return error; in osl_openFileDirectory() 760 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_createDirectory() local [all …]
|
| H A D | tempfile.cxx | 63 oslFileError error = osl_File_E_None; in osl_setup_base_directory_impl_() local 68 error = osl_getTempDirURL(&dir_url); in osl_setup_base_directory_impl_() 70 if (osl_File_E_None == error) in osl_setup_base_directory_impl_() 72 error = _osl_getSystemPathFromFileURL(dir_url, &dir, sal_False); in osl_setup_base_directory_impl_() 76 if (osl_File_E_None == error ) in osl_setup_base_directory_impl_() 82 return error; in osl_setup_base_directory_impl_() 243 oslFileError error; in osl_getTempDirURL() local 250 error = osl_File_E_NOENT; in osl_getTempDirURL() 261 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL() 266 error = oslTranslateFileError( GetLastError() ); in osl_getTempDirURL() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/ |
| H A D | StorageRepository.java | 149 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists() 153 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists() 188 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable() 192 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable() 196 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable() 215 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 219 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 223 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 227 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 231 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() [all …]
|
| /AOO41X/main/testgraphical/prechecks/ |
| H A D | softwaretests.pl | 197 my $error = shift; 198 if ($error != 0) 200 $error = $error / 256; 202 if ($error > 127) 204 $error = $error - 256; 206 return $error; 214 my $error = shift; 216 if ($error != 0) 218 print "ERROR: search for $sText has failed with Errornumber: $error\n"; 297 my $error = errorAdaption($?); [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/beans/ |
| H A D | _XPropertySet.java | 167 boolean error = false; in _addPropertyChangeListener() 194 error = error || !propertyChanged; in _addPropertyChangeListener() 200 tRes.tested("addPropertyChangeListener()", !error); in _addPropertyChangeListener() 228 boolean error = false; in _addVetoableChangeListener() 254 error = error || !vetoableChanged; in _addVetoableChangeListener() 260 tRes.tested("addVetoableChangeListener()",!error); in _addVetoableChangeListener() 292 boolean error = false; in _setPropertyValue() 321 error = true; in _setPropertyValue() 324 tRes.tested("setPropertyValue()",!error); in _setPropertyValue() 382 boolean error = false; in _getPropertyValue() [all …]
|
| /AOO41X/main/postprocess/checkdeliver/ |
| H A D | checkdeliver.pl | 137 my $error = 0; 183 $error ++; 184 return $error; 196 return $error; 201 $error++; 202 return $error; 207 return $error; 238 $error ++; 249 $error ++; 252 if ( $error ) { [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdb/ |
| H A D | ErrorCondition.idl | 33 /** defines error conditions for OpenOffice.org Base core components 35 <p>Core components of OpenOffice.org will use those error conditions 36 as error codes (<member scope="com::sun::star::sdbc">SQLException::ErrorCode</member>) 39 such a component, caused by an error condition which is included in the 43 <p>This allows to determine specific error conditions in your client code, and 49 whether the error message (<code>Exception::Message</code>) starts with the 52 <p>The list of defined error conditions, by nature, is expected to permanently grow, 68 // = section ROW_SET - css.sdb.RowSet related error conditions 73 <p>This error condition results in raising a <type>RowSetVetoException</type>.</p> 81 // = section PARSER - parsing related error conditions [all …]
|
| H A D | XColumnUpdate.idl | 60 if a database access error occurs. 69 if a database access error occurs. 78 if a database access error occurs. 87 if a database access error occurs. 96 if a database access error occurs. 105 if a database access error occurs. 114 if a database access error occurs. 123 if a database access error occurs. 132 if a database access error occurs. 141 if a database access error occurs. [all …]
|
| H A D | XColumn.idl | 78 if a database access error occurs. 87 if a database access error occurs. 96 if a database access error occurs. 105 if a database access error occurs. 114 if a database access error occurs. 123 if a database access error occurs. 132 if a database access error occurs. 141 if a database access error occurs. 150 if a database access error occurs. 160 if a database access error occurs. [all …]
|
| /AOO41X/main/oox/source/export/ |
| H A D | preset-definitions-to-shape-types.pl | 288 sub error( $ ) subroutine 302 error( "Error in is_level(), \$level should be <= 0." ); 392 error( "Unknown variable '$val'." ); 448 error( "Reached the maximum amount of formulas, have to ignore the shape '$shape_name'" ); 530 error( "Need to count the greatest common divisor." ); 628 error( "Unknown formula '$name', '$fmla'." ); 632 error( "Cannot convert formula's command '$name', '$fmla'." ); 715 error( "Unhandled elliptic_quadrant(), input is ($wR, $hR, $stAng, $swAng)." ); 809 error( "Unknown shape '$shape_name'." ); 888 … error( "Unsupported numeric 'arcTo' ($attr{'wR'}, $attr{'hR'}, $stAng, $swAng)." ); [all …]
|
| /AOO41X/main/crashrep/source/all/ |
| H A D | crashrep.ulf | 31 en-US = "This error report tool gathers information about how %PRODUCTNAME% is working and sends it… 35 …y clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then … 39 …d to data concerning the state of %PRODUCTNAME% %PRODUCTVERSION% when the error occurred. Other in… 63 en-US = "An error occurred while running %PRODUCTNAME% %PRODUCTVERSION%" 67 …rash report and describe the action you were trying to carry out when the error occurred. Then cli… 71 en-US = "Which type of document (e.g. presentation) were you using when the error occurred?" 83 en-US = "~How were you using %PRODUCTNAME% when the error occurred ?" 111 en-US = "The error report could not be sent because the default e-mail program does not support MAP… 115 en-US = "The error report could not be temporarily saved and could therefore not be sent." 120 en-US = "The error report could not be sent because 'sendmail' could not be started.\nPlease check … [all …]
|
| /AOO41X/main/offapi/com/sun/star/chart2/data/ |
| H A D | DataSequenceRole.idl | 60 <dt>error-bars-x-positive</dt> 61 <dd>values are used as error-information in positive x-direction for 62 displaying error-bars</dd> 63 <dt>error-bars-x-negative</dt> 64 <dd>values are used as error-information in negative x-direction for 65 displaying error-bars</dd> 66 <dt>error-bars-y-positive</dt> 67 <dd>values are used as error-information in positive y-direction for 68 displaying error-bars</dd> 69 <dt>error-bars-y-negative</dt> [all …]
|