summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann5-9/+7
2014-12-15sdext: Use appropriate OUString functions on string constantsStephan Bergmann4-22/+22
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-8/+8
2014-11-26fix higher debug level buildCaolán McNamara1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl10-0/+10
2014-11-14coverity#1019392 Uncaught exceptionCaolán McNamara1-0/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-9/+9
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann4-7/+9
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin4-9/+7
2014-11-06Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter consoleCaolán McNamara1-8/+20
2014-11-05coverity#1019393 Uncaught exceptionCaolán McNamara1-28/+36
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-10/+8
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin13-13/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-06convert to floating point before divideCaolán McNamara1-2/+2
2014-10-04coverity#1242725 Result is not floating-pointNorbert Thiebaud1-2/+2
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl1-4/+0
2014-10-02coverity#1242882 Result is not floating-pointCaolán McNamara1-2/+2
2014-09-26coverity#982849 try and fix Unrecoverable parse warningCaolán McNamara1-1/+1
2014-09-26what is it with the explicit voidsCaolán McNamara1-8/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-08sdext: check the copy on the stack, not the memberMichael Stahl1-1/+1
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg6-164/+159
2014-08-27Resolves: fdo#83137 NULL pActionCaolán McNamara1-1/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-20fix string out-of-bounds assert on rhbz496762-1.pdfCaolán McNamara1-1/+4
2014-08-09fdo#75757: remove inheritance to std::vectorTakeshi Abe1-12/+18
2014-08-01avoid memory leakDavid Tardon1-3/+5
2014-08-01fix parsing of cmdline argsDavid Tardon1-6/+6
2014-07-03Does not look like Library_pdfimport needs popplerStephan Bergmann1-1/+0
2014-07-03Improve test codeStephan Bergmann1-11/+12
2014-07-03Check exit code of spawned xpdfimportStephan Bergmann1-1/+34
2014-06-30Remove double assignmentPeter Senna Tschudin1-1/+0
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2-6/+1
2014-06-21prevent invalid memory accessMarkus Mohrhard1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann4-6/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin7-40/+8
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-2/+2
2014-06-05sdext: remove SAL_THROW macroNoel Grandin10-17/+7
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold6-0/+288
2014-06-04coverity#982645 bMissingDefaultsToNormal is always trueCaolán McNamara2-11/+7
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
2014-06-02Use boost::hash_value to avoid undef conv of neg/large floating -> size_tStephan Bergmann1-23/+24
2014-05-29remove more unnecesary OUString constructor useNoel Grandin3-14/+13
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin2-5/+5
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-24coverity#983807 Uncaught exceptionCaolán McNamara1-36/+14
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-17/+17
2014-05-20Correct linker library sequence for pdfimportJan-Marek Glogowski1-1/+1