/trunk/ext_libraries/coinmp/ |
H A D | coinmp-1.7.6-nopedantic.patch | 8 - coin_warn_cxxflags="-pedantic-errors $coin_warn_cxxflags" 16 - coin_warn_cflags="-pedantic-errors $coin_warn_cflags" 27 - coin_warn_cflags="-pedantic-errors $coin_warn_cflags" 35 - coin_warn_cxxflags="-pedantic-errors $coin_warn_cxxflags" 46 - coin_warn_cflags="-pedantic-errors $coin_warn_cflags" 54 - coin_warn_cxxflags="-pedantic-errors $coin_warn_cxxflags" 65 - coin_warn_cflags="-pedantic-errors $coin_warn_cflags" 73 - coin_warn_cxxflags="-pedantic-errors $coin_warn_cxxflags" 84 - coin_warn_cflags="-pedantic-errors $coin_warn_cflags" 103 - coin_warn_cflags="-pedantic-errors $coin_warn_cflags" [all …]
|
/trunk/main/shell/source/unix/exec/ |
H A D | urltest.cxx | 59 unsigned int errors = 0; in main() local 93 ++errors; in main() 104 ++errors; in main() 117 ++errors; in main() 137 if( errors ) in main() 139 printf( "Number of tests failing: %d\n", errors); in main()
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | XStorage.idl | 140 in case of io errors during copying 177 in case of io errors during stream opening 230 in case of io errors during stream opening 269 in case of io errors during stream opening 304 in case of io errors during stream opening 389 in case of io errors during copying 422 in case of io errors during copying 513 in case of io errors during removing 548 in case of io errors during renaming 589 in case of io errors during copying [all …]
|
H A D | XHierarchicalStorageAccess.idl | 125 in case of io errors during stream opening 179 in case of io errors during stream opening 211 in case of io errors during removing
|
H A D | XStorageRawAccess.idl | 106 in case of io errors during stream opening 159 in case of io errors during stream opening 210 in case of io errors during stream opening
|
H A D | XStorage2.idl | 83 in case of io errors during stream opening 140 in case of io errors during stream opening
|
/trunk/main/rsc/source/rscpp/ |
H A D | cpp1.c | 62 int errors; /* cpp error counter */ variable 198 line = wrongline = errors = recursion = 0; in InitCpp1() 384 if (errors > 0) { 385 fprintf(stderr, (errors == 1) 387 : "%d errors in preprocessor\n", errors);
|
/trunk/main/libxmlsec/ |
H A D | xmlsec1-configure.patch | 488 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$MOZ_FLAVOU… 489 + ($PKG_CONFIG --exists --print-errors "$MOZ_FLAVOUR-nspr >= $MOZILLA_MIN_VERSION $MOZ_FLAVOUR >= … 506 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$MOZ_FLAVOU… 507 + ($PKG_CONFIG --exists --print-errors "$MOZ_FLAVOUR-nspr >= $MOZILLA_MIN_VERSION $MOZ_FLAVOUR >= … 530 + NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$MOZ_FLAVOU… 532 + NSS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$MOZ_FLAVOUR-nspr >= $MOZI… 561 …{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mozilla-nspr >= … 562 …($PKG_CONFIG --exists --print-errors "mozilla-nspr >= $MOZILLA_MIN_VERSION mozilla-nss >= $MOZILLA…
|
H A D | xmlsec1-customkeymanage.patch | 464 +#include <xmlsec/errors.h> 788 +#include <xmlsec/errors.h> 1157 #include <xmlsec/errors.h> 1253 #include <xmlsec/errors.h> 2142 +#include <xmlsec/errors.h> 3536 #include <xmlsec/errors.h> 4395 +#include <xmlsec/errors.h> 4923 #include <xmlsec/errors.h> 5045 + /* todo: add errors check */ 5175 - /* todo: add errors check */ [all …]
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | XMLReporter.java | 61 private long errors = 0; field in XMLReporter 100 errors++; in testFailure() 150 errors = 0; in startSuite() 171 testsuiteEl.setAttribute("errors", Long.toString(errors)); in store()
|
H A D | CSVReporter.java | 45 private long errors = 0; field in CSVReporter 75 errors++; in testFailure() 109 errors = 0; in startSuite()
|
H A D | FileProvider.java | 80 protected void validateConstructor(List<Throwable> errors) { in validateConstructor() argument 81 validateOnlyOneConstructor(errors); in validateConstructor()
|
/trunk/main/filter/source/config/tools/split/ |
H A D | FCFGSplit.cfg | 105 # 1 = only errors/exceptions will be shown 106 # 2 = errors/exceptions and warnings will be shown 107 # 3 = additional to errors and warnings some global 109 # 4 = additional to errors and warnings some global
|
/trunk/main/udkapi/com/sun/star/io/ |
H A D | XAsyncOutputMonitor.idl | 40 operates asynchronously and does not necessarily report any errors. 46 execute asynchronously then, in that any potential errors might only be 64 and reports potentially pending errors. 73 blocks long enough so that any errors encountered during previous calls
|
/trunk/main/offapi/com/sun/star/system/ |
H A D | SystemShellExecuteException.idl | 29 /** May be thrown in cases of errors executing a command using the 35 code or -1 for unknown errors.</p> 39 /** A Posix conforming error code or -1 for unknown errors.
|
/trunk/main/l10ntools/source/filter/merge/ |
H A D | FCFGMerge.cfg | 24 # 1 = show errors only 25 # 2 = show errors/warnings (default) 26 # 3 = show errors/warnings and some generic infos
|
/trunk/main/ |
H A D | aclocal.m4 | 66 # to PKG_CHECK_MODULES(), but does not set variables or print errors. 76 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then 138 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` 140 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
/trunk/main/wizards/com/sun/star/wizards/web/status/ |
H A D | ErrorLog.java | 43 private List errors = new Vector(); field in ErrorLog 47 errors.add(new Err(ex, obj, s)); in error()
|
/trunk/main/desktop/source/deployment/manager/ |
H A D | dp_informationprovider.cxx | 193 std::vector<std::pair<uno::Reference<deployment::XPackage>, uno::Any > > errors; in isUpdateAvailable() local 211 mxContext, extMgr, mxUpdateInformation, &vecExtensions, errors); in isUpdateAvailable() 216 mxContext, extMgr, mxUpdateInformation, NULL, errors); in isUpdateAvailable()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XMultiTextMarkup.idl | 56 allow for setting the markup of all found errors in a sentence in a single 57 call. For this the sequence needs to provide the markups for all errors along
|
/trunk/main/offapi/com/sun/star/mail/ |
H A D | XMailServer.idl | 207 for other errors during login. 230 if errors occur during logoff. 255 is thrown on other errors that may happen during sending.
|
H A D | XMailService.idl | 197 for other errors during login. 223 if errors occur during disconnecting.
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | DatabaseInteractionHandler.idl | 41 <li><b>database related errors</b><br/> 42 …The general structure to transport such errors is the <type scope="com::sun::star::sdbc">SQLExcept…
|
/trunk/main/offapi/com/sun/star/sdb/application/ |
H A D | CopyTableWizard.idl | 68 <li>displaying other errors which happen during copying, in particular errors in 171 if an error occurs during obtaining the source or destination connection. Those errors
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 354 std::vector<std::pair<uno::Reference<deployment::XPackage>, uno::Any > > errors; in execute() local 357 m_context, extMgr, m_updateInformation, &m_vExtensionList, errors); in execute() 361 for (ITERROR ite = errors.begin(); ite != errors.end(); ite ++) in execute()
|