summaryrefslogtreecommitdiff
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
0 files changed, 0 insertions, 0 deletions
>Remove stdlib.h from sal/config.hStephan Bergmann 2018-01-25Fix typosAndrea Gelmini 2018-01-25Fix typosAndrea Gelmini 2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann 2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe 2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann 2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann 2018-01-20More loplugin:cstylecast on macOSStephan Bergmann 2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara 2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann 2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann 2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann 2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier 2018-01-17sal: use snprintf for sal logThorsten Behrens 2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt 2018-01-17tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann 2018-01-17tdf#114939 sal: document the bug in endSHA()Michael Stahl 2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann 2018-01-16sal: try to fix Android build, no std::roundMichael Stahl 2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl 2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers 2018-01-16Missing includeStephan Bergmann 2018-01-15More loplugin:cstylecast: salStephan Bergmann 2018-01-15fix android buildNoel Grandin 2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin 2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock 2018-01-12More loplugin:cstylecast: salStephan Bergmann 2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin