summaryrefslogtreecommitdiff
path: root/editeng/AllLangResTarget_editeng.mk
AgeCommit message (Expand)Author
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-03-17Add realpath calls to unbreak build on WindowsTor Lillqvist
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-25CWS gnumake3: convert editeng module to gbuildMathias Bauer
le='2015-05-10 21:13:40 +0100'>2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara 2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara 2015-05-08Use bool instead of intStephan Bergmann 2015-05-01Actually, let's just delete the now commented-out SAL_INFO linesTor Lillqvist 2015-05-01Let's disable these too then for consistencyTor Lillqvist 2015-05-01sal: disable some over-eager SAL_INFOMichael Stahl 2015-04-30provide a way to execute single test case from test suiteMarkus Mohrhard 2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist 2015-04-27More loplugin:simplifyboolStephan Bergmann 2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara 2015-04-23cppcheck: redundantAssignmentCaolán McNamara 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-21cppcheck: redundantCopyCaolán McNamara 2015-04-20Clean up new rtl/surrogates.hStephan Bergmann 2015-04-20duplicate surrogate codeCaolán McNamara 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann 2015-04-09WaE: VarDecl, use "bool" instead of "sal_Bool"Tor Lillqvist 2015-04-09Change from <osl/diagnose.h> to <sal/log.hxx> and add more loggingTor Lillqvist 2015-04-08tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxxJorge Cunha Mendes 2015-04-08-Werror=maybe-uninitializedStephan Bergmann 2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann 2015-04-04Typo: creat->createJulien Nabet 2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist 2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist 2015-03-31Use OUString::unacquiredStephan Bergmann 2015-03-31loplugin:redundantcastStephan Bergmann 2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist 2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist 2015-03-29Minor simplificationTor Lillqvist 2015-03-29loplugin:cstylecastStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-24loplugin:constantfunction: variousNoel Grandin 2015-03-23Sanitize a few SAL_INFOsTor Lillqvist 2015-03-19CppCheck cleaning : scope reduction and printf formatMichaël Lefèvre 2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos 2015-03-13CppCheck cleaning : avoid static string comparisonMichaël Lefèvre 2015-03-12sal: add comment re: V718 'CreateThread' should not be called from 'DllMain'Michael Stahl 2015-03-11better way to check for empty stringsMarkus Mohrhard