summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0416-48/+48
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-231-2/+1
* sdext: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-185-9/+7
* sdext: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-154-22/+22
* fdo#38835 strip out OString globalsNoel Grandin2014-12-051-8/+8
* fix higher debug level buildCaolán McNamara2014-11-261-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1710-0/+10
* coverity#1019392 Uncaught exceptionCaolán McNamara2014-11-141-0/+5
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-144-9/+9
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-064-7/+9
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-064-9/+7
* Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter consoleCaolán McNamara2014-11-061-8/+20
* coverity#1019393 Uncaught exceptionCaolán McNamara2014-11-051-28/+36
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-053-10/+8
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2913-13/+0
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* convert to floating point before divideCaolán McNamara2014-10-061-2/+2
* coverity#1242725 Result is not floating-pointNorbert Thiebaud2014-10-041-2/+2
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-021-4/+0
* coverity#1242882 Result is not floating-pointCaolán McNamara2014-10-021-2/+2
* coverity#982849 try and fix Unrecoverable parse warningCaolán McNamara2014-09-261-1/+1
* what is it with the explicit voidsCaolán McNamara2014-09-261-8/+8
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* sdext: check the copy on the stack, not the memberMichael Stahl2014-09-081-1/+1
* Related fdo#82088: dropping aliases again :)Stefan Weiberg2014-09-066-164/+159
* Resolves: fdo#83137 NULL pActionCaolán McNamara2014-08-271-1/+1
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* fix string out-of-bounds assert on rhbz496762-1.pdfCaolán McNamara2014-08-201-1/+4
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-091-12/+18
* avoid memory leakDavid Tardon2014-08-011-3/+5
* fix parsing of cmdline argsDavid Tardon2014-08-011-6/+6
* Does not look like Library_pdfimport needs popplerStephan Bergmann2014-07-031-1/+0
* Improve test codeStephan Bergmann2014-07-031-11/+12
* Check exit code of spawned xpdfimportStephan Bergmann2014-07-031-1/+34
* Remove double assignmentPeter Senna Tschudin2014-06-301-1/+0
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-272-6/+1
* prevent invalid memory accessMarkus Mohrhard2014-06-211-1/+1
* loplugin:staticcallStephan Bergmann2014-06-134-6/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-097-40/+8
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-2/+2
* sdext: remove SAL_THROW macroNoel Grandin2014-06-0510-17/+7
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-046-0/+288
* coverity#982645 bMissingDefaultsToNormal is always trueCaolán McNamara2014-06-042-11/+7
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
* Use boost::hash_value to avoid undef conv of neg/large floating -> size_tStephan Bergmann2014-06-021-23/+24
* remove more unnecesary OUString constructor useNoel Grandin2014-05-293-14/+13
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-1/+1
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-272-5/+5
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* coverity#983807 Uncaught exceptionCaolán McNamara2014-05-241-36/+14