Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 205) sorted by relevance

123456789

/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx61 throw ERROR; in loadDefaultCalendar()
105 throw ERROR; in loadCalendar()
125 throw ERROR ; in getLoadedCalendar()
145 throw ERROR ; in setDateTime()
154 throw ERROR ; in getDateTime()
163 throw ERROR ; in getUniqueID()
172 throw ERROR ; in setValue()
181 throw ERROR ; in getValue()
190 throw ERROR ; in addValue()
199 throw ERROR ; in getFirstDayOfWeek()
[all …]
H A Dcalendar_gregorian.cxx130 #define ERROR RuntimeException() macro
202 else throw ERROR; in getDisplayName()
276 throw ERROR; in loadCalendar()
379 default: throw ERROR; in fieldNameConverter()
388 throw ERROR; in setValue()
751 throw ERROR; in getValue()
928 else throw ERROR; in getDisplayName()
934 else throw ERROR; in getDisplayName()
940 else throw ERROR; in getDisplayName()
951 throw ERROR; in getDisplayName()
[all …]
/trunk/main/soltools/cpp/
H A D_cpp.c88 error(ERROR, in process()
134 error(ERROR, "Unidentifiable control line"); in control()
181 error(ERROR, "Syntax error in #undef"); in control()
220 error(ERROR, "#elif with no #if"); in control()
224 error(ERROR, "#elif after #else"); in control()
242 error(ERROR, "#else with no #if"); in control()
246 error(ERROR, "#else after #else"); in control()
248 error(ERROR, "Syntax error in #else"); in control()
256 error(ERROR, "#endif with no #if"); in control()
279 error(ERROR, "Syntax error in #line"); in control()
[all …]
H A D_macro.c55 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()
125 error(ERROR, in dodefine()
129 error(ERROR, in dodefine()
271 error(ERROR, "Incorrect syntax for `defined'"); in expandrow()
288 error(ERROR, "Incorrect syntax for `#machine'"); in expandrow()
343 error(ERROR, "Disagreement in number of macro arguments"); in expand()
469 error(ERROR, "EOF in macro arglist"); in gatherargs()
536 error(ERROR, "# not followed by macro parameter"); in substargs()
[all …]
H A D_eval.c265 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()
593 error(ERROR, "Bad ?: in #if/endif"); in evalop()
609 error(ERROR, "Eval botch (unknown operator)"); in evalop()
685 error(ERROR, in tokval()
756 error(ERROR, "Empty character constant"); in tokval()
[all …]
/trunk/main/sd/source/ui/dlg/
H A DTemplateScanner.cxx193 eNextState = ERROR; in GetTemplateRoot()
196 eNextState = ERROR; in GetTemplateRoot()
225 eNextState = ERROR; in InitializeEntryScanning()
235 State eNextState (ERROR); in ScanEntry()
295 State eNextState (ERROR); in InitializeFolderScanning()
319 eNextState = ERROR; in InitializeFolderScanning()
330 State eNextState (ERROR); in GatherFolderList()
365 State eNextState (ERROR); in ScanFolder()
451 case ERROR: in RunNextStep()
473 case ERROR: in HasNextStep()
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt56 …test "$$BASEDIR" = "$$CLIENT_BASEDIR" || echo "ERROR: alternate root install requires SUNWpostrun …
57 …echo 'ERROR: Make sure the runtime requirements (operating system, patch level, architecture) are …
82 …test "$$BASEDIR" = "$$CLIENT_BASEDIR" || echo "ERROR: alternate root uninstall requires SUNWpostru…
83 …echo 'ERROR: Make sure the runtime requirements (operating system, patch level, architecture) are …
101 echo "ERROR: Registration of extensions failed!"
118 echo "ERROR: Registration of extensions failed!"
136 echo "ERROR: Registration of extensions failed!"
154 echo "ERROR: Registration of extensions failed!"
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java51 Debug.log(Debug.ERROR, "Error parsing " + value, e); in I()
56 Debug.log(Debug.ERROR, "Unexpected value (" + value in I()
76 Debug.log(Debug.ERROR, "Error parsing " + value, e); in I()
86 Debug.log(Debug.ERROR, "Error parsing " + value, e); in I()
116 Debug.log(Debug.ERROR, "Unknown string (" in I()
378 Debug.log(Debug.ERROR, "Instantiation error", e); in setAttribute()
393 Debug.log(Debug.ERROR, "Can't clone", e); in getResolved()
404 Debug.log(Debug.ERROR, "parent style lookup of " in getResolved()
H A DTextStyle.java181 Debug.log(Debug.ERROR, "Problem parsing a color string", e); in parseColorString()
236 Debug.log(Debug.ERROR, "Problem with style:text-position tag", e); in handleAttribute()
376 Debug.log(Debug.ERROR, "Can't clone", e); in getResolved()
387 Debug.log(Debug.ERROR, "parent style lookup of " in getResolved()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java99 Debug.log(Debug.ERROR, "new Workbook threw exception:" + e.getMessage()); in MinicalcEncoder()
119 Debug.log(Debug.ERROR, "wb.createWorksheet threw exception:" + e.getMessage()); in createWorksheet()
157 Debug.log(Debug.ERROR, "ws.initWrite in getRecords:" + e.getMessage()); in getRecords()
182 Debug.log(Debug.ERROR, "ws.writeNextRecord in getRecords:" + e.getMessage()); in getRecords()
306 Debug.log(Debug.ERROR, "ws.putCell threw exception: " + jmce.getMessage()); in addCell()
350 Debug.log(Debug.ERROR, "ws.putColumn threw exception: " + jmce.getMessage()); in setColumnWidths()
H A DMinicalcDecoder.java107 Debug.log(Debug.ERROR, "MinicalcDecoder.constructor:" + e.getMessage()); in MinicalcDecoder()
181 Debug.log(Debug.ERROR, "MinicalcDecoder.addPDB:" + e.getMessage()); in addDeviceContent()
233 Debug.log(Debug.ERROR, "MinicalcDecoder.setWorksheet:" + e.getMessage()); in setWorksheet()
282 Debug.log(Debug.ERROR, "MinicalcDecoder.goToNextCell:" + e.getMessage()); in goToNextCell()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx55 #define ERROR RuntimeException() macro
179 throw ERROR; in getName()
189 throw ERROR; in getType()
198 throw ERROR; in loadModule()
229 throw ERROR; // could not handle more than maxCascade in loadModuleNew()
238 throw ERROR; // could not mess up ignore trans. with non_ignore trans. in loadModuleNew()
261 throw ERROR; in loadModulesByImplNames()
515 if ( j_tmp >= MaxOutput*length ) throw ERROR; in getRange()
615 throw ERROR; in loadBody()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerFiller.cxx87 case ERROR: in RunNextStep()
98 case ERROR: in RunNextStep()
117 case ERROR: in HasNextStep()
130 State eState (ERROR); in ScanTemplate()
/trunk/main/solenv/inc/
H A D_tg_app.mk47 LINKFLAGSRUNPATH_$(APP1RPATH)*=/ERROR:/Bad_APP1RPATH_value
315 LINKFLAGSRUNPATH_$(APP2RPATH)*=/ERROR:/Bad_APP2RPATH_value
583 LINKFLAGSRUNPATH_$(APP3RPATH)*=/ERROR:/Bad_APP3RPATH_value
851 LINKFLAGSRUNPATH_$(APP4RPATH)*=/ERROR:/Bad_APP4RPATH_value
1119 LINKFLAGSRUNPATH_$(APP5RPATH)*=/ERROR:/Bad_APP5RPATH_value
1387 LINKFLAGSRUNPATH_$(APP6RPATH)*=/ERROR:/Bad_APP6RPATH_value
1655 LINKFLAGSRUNPATH_$(APP7RPATH)*=/ERROR:/Bad_APP7RPATH_value
1923 LINKFLAGSRUNPATH_$(APP8RPATH)*=/ERROR:/Bad_APP8RPATH_value
2191 LINKFLAGSRUNPATH_$(APP9RPATH)*=/ERROR:/Bad_APP9RPATH_value
2459 LINKFLAGSRUNPATH_$(APP10RPATH)*=/ERROR:/Bad_APP10RPATH_value
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenFactory.java64 Debug.log(Debug.ERROR, eFn.getMessage()); in getFunctionToken()
92 Debug.log(Debug.ERROR, eFn.getMessage()); in getOperatorToken()
109 Debug.log(Debug.ERROR, eFn.getMessage()); in getOperandToken()
/trunk/main/formula/source/core/resource/
H A Dcore_resource.src358 /* BEGIN defined ERROR.TYPE() values. */
366 /* END defined ERROR.TYPE() values. */
708 /* END defined ERROR.TYPE() values. */
1944 /* ERROR.TYPE( #NULL! ) == 1 */
1949 /* ERROR.TYPE( #DIV/0! ) == 2 */
1954 /* ERROR.TYPE( #VALUE! ) == 3 */
1959 /* ERROR.TYPE( #REF! ) == 4 */
1964 /* ERROR.TYPE( #NAME! ) == 5 */
1969 /* ERROR.TYPE( #NUM! ) == 6 */
1974 /* ERROR.TYPE( #N/A ) == 7 */
[all …]
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A Dmakefile.mk36 ERROR -- missing platform
97 ERROR -- missing platform
107 ERROR -- missing platform
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java140 Debug.log(Debug.ERROR, "Problem parsing a color string", e); in parseColorString()
189 Debug.log(Debug.ERROR, "Problem with style:text-position tag", e); in handleAttribute()
279 Debug.log(Debug.ERROR, "Can't clone", e); in getResolved()
290 Debug.log(Debug.ERROR, "parent style lookup of " in getResolved()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx153 int nOldClipRgnType = ERROR; in copyArea()
252 if ( (nRgnType != ERROR) && (nRgnType != NULLREGION) ) in copyArea()
277 if ( (nRgnType != ERROR) && (nRgnType != NULLREGION) ) in copyArea()
307 if( nOldClipRgnType != ERROR ) in copyArea()
319 if ( (nRgnType == ERROR) || (nRgnType == NULLREGION) ) in copyArea()
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx45 #define ERROR ::com::sun::star::uno::RuntimeException() macro
125 if ( !U_SUCCESS(status) ) throw ERROR; in loadICUBreakIterator()
183 throw ERROR; in loadICUBreakIterator()
192 throw ERROR; in loadICUBreakIterator()
/trunk/main/sc/source/ui/src/
H A Dglobstr.src817 /* BEGIN defined ERROR.TYPE() values. */
818 /* ERROR.TYPE( #NULL! ) == 1 */
823 /* ERROR.TYPE( #DIV/0! ) == 2 */
828 /* ERROR.TYPE( #VALUE! ) == 3 */
833 /* ERROR.TYPE( #REF! ) == 4 */
838 /* ERROR.TYPE( #NAME! ) == 5 */
843 /* ERROR.TYPE( #NUM! ) == 6 */
848 /* ERROR.TYPE( #N/A ) == 7 */
853 /* END defined ERROR.TYPE() values. */
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx236 return ERROR; in InPlaceActivate()
256 return ERROR; in InPlaceActivate()
342 return ERROR; in InPlaceActivate()
385 return ERROR; in InPlaceActivate()
464 hr = ERROR; in InPlaceActivate()
1337 return ERROR; in SetContRects()
/trunk/main/solenv/inc/startup/
H A Dstartup.mk37 .ERROR :
59 .ERROR : ; @echo Forced error: Environment variable OS has to be set for OOo build!
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java308 Debug.log(Debug.ERROR, "Problem parsing space tag", e); in traverseParaContents()
404 Debug.log(Debug.ERROR, "<INVALID-XML-BUG " + " />"); in traverseList()
500 Debug.log(Debug.ERROR, "<INVALID-XML-BUG " + " />"); in traverseListItem()
/trunk/main/svtools/source/misc/
H A Dehdl.src32 Text = "$(ACTION)$(ERROR)" ;
36 Text = "$(CLASS)$(ERROR)" ;

Completed in 133 milliseconds

123456789