Home
last modified time | relevance | path

Searched refs:ERROR (Results 26 – 50 of 205) sorted by relevance

123456789

/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcessErrorHandler.java47 private static final String ERROR = "%ERROR"; field in ProcessErrorHandler
85 …sources.resErrUnknown, ex.getClass().getName() + "/" + obj.getClass().getName() + "/" + ix, ERROR); in getMessageFor()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py38 ERROR = 1 # for script developers variable in LogLevel
47 LogLevel.use = LogLevel.ERROR
72 if level == LogLevel.ERROR:
104 return self.use >= self.ERROR
108 self.log( self.ERROR, msg )
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java115 Debug.log(Debug.ERROR, "Encoder found unrecognized Token"); in getByte()
253 Debug.log(Debug.ERROR, "Invalid Column Reference " + columnStr ); in column()
512 Debug.log(Debug.ERROR, "Invalid Cell Range, could not find :"); in areaRefEncoder()
/trunk/main/cli_ure/source/native/
H A Dnative_share.h106 #error ERROR: either _WIN64 or _WIN32 must be defined in to_uno()
107 ERROR: either _WIN64 or _WIN32 must be defined in to_uno()
/trunk/main/soltools/mkdepend/
H A Dparse.c141 case ERROR:
203 case ERROR:
360 case ERROR:
/trunk/main/offapi/com/sun/star/task/
H A DInteractionClassification.idl43 // DocMerge from xml: value com::sun::star::task::InteractionClassification::ERROR
46 ERROR,
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java54 public final static int ERROR = 0x0002; field in Debug
93 setFlags(Debug.ERROR, Debug.SET); in setFlags() argument
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java184 Debug.log(Debug.ERROR, "Can't clone", e); in getResolved()
195 Debug.log(Debug.ERROR, "parent style lookup of " in getResolved()
H A DRowStyle.java184 Debug.log(Debug.ERROR, "Can't clone", e); in getResolved()
195 Debug.log(Debug.ERROR, "parent style lookup of " in getResolved()
/trunk/main/offapi/com/sun/star/ucb/
H A DUnsupportedNameClashException.idl42 supported. For example, if the NameClash was set to NameClash::ERROR,
51 The member NameClash of the exception must be set to NameClash::ERROR
/trunk/ext_libraries/gtest/
H A Dgtest-python3.patch19 - print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
21 + print ('ERROR: Cannot find %s in directory %s.' % (relative_path,
/trunk/main/soltools/cpp/
H A D_include.c145 error(ERROR, "Could not find %s file %r", import ? "import" : "include", trp); in doinclude()
149 error(ERROR, "Syntax error in #%s", import ? "import" : "include"); in doinclude()
/trunk/main/solenv/gbuild/
H A DLinkTarget.mk830 $$(eval $$(call gb_Output_announce,ERROR: Please give only library basenames to gb_LinkTarget_add_e…
831 $$(eval $$(call gb_Output_announce,ERROR: (no prefixes -l% or lib%, no suffixes %.so or %.lib)))
832 $$(eval $$(call gb_Output_announce,ERROR: libraries given: $(2)))
833 $$(eval $$(call gb_Output_announce,ERROR: offending: $$(filter -l% lib% %.so %.lib, $(2))))
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java118 Debug.log(Debug.ERROR, "familyName is null!"); in add()
156 Debug.log(Debug.ERROR, "Exception when calling constructor", e); in callConstructor()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx147 != ucb::NameClash::ERROR ) in handle()
1401 case ucb::NameClash::ERROR: in globalTransfer_()
1435 if (exc.NameClash != ucb::NameClash::ERROR) { in globalTransfer_()
1479 case ucb::NameClash::ERROR: in globalTransfer_()
1869 ucb::NameClash::ERROR ); in globalTransfer()
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx183 EnumerationResult eResult = ERROR; in enumerateFolderContent()
375 return ERROR; in enumerateFolderContent()
/trunk/main/solenv/inc/
H A Dsettings.mk29 .ERROR : ; @echo Forced error: dmake version 4.11 or newer is needed!
53 .ERROR : ; @echo Forced error: minor.mk in solenv/inc does not match your version!
72 @echo "#" ERROR: setsolar option -bsclient used but UPDATER=YES not set!
/trunk/main/l10ntools/java/jpropex/
H A Djpropex28 echo ERROR: No java found
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerFiller.hxx76 ERROR, enumerator
/trunk/main/embedserv/source/embed/
H A Ded_iinplace.cxx36 return ERROR; in GetWindow()
/trunk/main/sal/inc/systools/win32/
H A Dsnprintf.h25 #error ERROR: Only Win32 target supported!
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx61 …ring& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star::ucb::NameClash::ERROR );
/trunk/main/scp2/source/
H A Dmkopenwith.btm40 SET ERROR=%@FILECLOSE[%FILE%]
/trunk/main/sd/source/ui/inc/
H A DTemplateScanner.hxx143 ERROR enumerator
/trunk/main/offapi/com/sun/star/sheet/
H A DFormulaResult.idl53 const long ERROR = 4;

Completed in 131 milliseconds

123456789