summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-07-20saltextenc.map is unncessaryStephan Bergmann2-42/+0
2012-07-16Fix "Same expression on both sides of '|'"Julien Nabet1-1/+1
2012-07-16echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann1-14/+14
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák9-0/+160
2012-07-16fix 32bit build wrt. int vs. sal_Int32 comparisonMichael Meeks1-1/+1
2012-07-16Confusing behavior of cmopareToAscii overloadsStephan Bergmann1-0/+13
2012-07-14simplify include guardsThomas Arnhold7-12/+7
2012-07-14Let's check struct var != NULL before initializing its attributesJulien Nabet1-4/+5
2012-07-11Revert "WaE: logically last test always passes"Stephan Bergmann1-1/+3
2012-07-11Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET1-2/+2
2012-07-10single cpu detection: remove 'defined(__SUNPRO_C)' requirementPierre-Eric Pelloux-Prayer1-1/+1
2012-07-08Report correct test nameChristophe JAILLET1-1/+1
2012-07-03coverity: protect against buffer overflowDavid Tardon1-0/+3
2012-07-03coverity: ensure the string is null-terminatedDavid Tardon1-3/+3
2012-07-02Remove unused definesThomas Arnhold4-13/+0
2012-06-29Remove include guardsThomas Arnhold8-125/+20
2012-06-29Remove some unused defines and controlsThomas Arnhold4-8/+0
2012-06-29rename unittest from ZeroMemory causing issues on windows.Michael Meeks1-4/+4
2012-06-29Remove some more include guardsThomas Arnhold2-27/+1
2012-06-28remove malingering legacy RCS tags.Michael Meeks4-4/+4
2012-06-27targetted re-work of cppunit pieces.Michael Meeks61-592/+389
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25Remove unused definesThomas Arnhold1-3/+0
2012-06-25Remove various commented out definesThomas Arnhold1-43/+0
2012-06-22re-base on ALv2 code.Michael Meeks11-237/+164
2012-06-21re-base on ALv2 code.Michael Meeks44-893/+686
2012-06-21re-base on ALv2 code.Michael Meeks15-221/+208
2012-06-20Clarify SIGHUP behaviorStephan Bergmann1-2/+1
2012-06-18ByteBufferWrapper tweaksTor Lillqvist1-17/+6
2012-06-18fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann1-0/+32
2012-06-17rtl: (i119939) memory leakNorbert Thiebaud1-0/+1
2012-06-14Revert MSVC ABI incompatible URE change (public -> protected)Stephan Bergmann1-0/+2
2012-06-13trying to fix mingw buildFridrich Štrba1-0/+7
2012-06-13Bring back the Duden hackFridrich Štrba3-0/+61
2012-06-12Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist1-6/+34
2012-06-12Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist2-0/+52
2012-06-12rename Class Name, Window Name and Message of the QuickStarter to avoid confl...Jesús Corrius1-3/+3
2012-06-09Remove superfluous empty lines on topThomas Arnhold8-16/+0
2012-06-08targetted reversion of minor cppcheck fixMichael Meeks1-22/+2
2012-06-08SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna1-0/+2
2012-06-07nuke dead codeTakeshi Abe1-9/+0
2012-06-07The correct comment for the assembly file is "#", not "*".Lionel Dricot1-26/+26
2012-06-06std::isfinite seems to not be available under Solaris. Bypassing it.Lionel Dricot1-1/+2
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist1-0/+23
2012-06-02targeted string re-workNorbert Thiebaud24-409/+409
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-06-01targeted string re-workNorbert Thiebaud3-46/+46
2012-06-01targetted cppcheck variable scope revertMichael Meeks1-2/+2
2012-06-01targeted string re-workNorbert Thiebaud5-115/+109
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist1-0/+44