summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-1/+1
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-2/+0
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30lotuswordpro: std::auto_ptr -> std::unique_ptrStephan Bergmann8-35/+19
2014-09-15lotuswordpro: sal_Bool -> boolStephan Bergmann2-2/+2
2014-08-17warning C4800: forcing value to bool 'true' or 'false'Thomas Arnhold7-8/+8
2014-08-17warning C4800: 'sal_uInt32' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-13update_pchThomas Arnhold1-0/+1
2014-07-08Avoid undefined downcasts to wrong typeStephan Bergmann7-20/+20
2014-07-03bah, bogusCaolán McNamara1-1/+1
2014-07-03coverity#1222240 Untrusted value as argumentCaolán McNamara1-0/+10
2014-07-01New loplugin:stringconcatStephan Bergmann2-5/+5
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara5-6/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin72-591/+557
2014-06-17coverity#736883 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-15/+3
2014-06-14coverity#736885 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann3-4/+4
2014-06-11Fix memory leaks, by refcounting XFContentStephan Bergmann16-75/+72
2014-06-11Dead codeStephan Bergmann2-45/+0
2014-06-11Remove useless IXFPropertyStephan Bergmann11-91/+6
2014-06-11Remove useless IXFObjectStephan Bergmann18-121/+26
2014-06-11Dead codeStephan Bergmann7-122/+7
2014-06-11Remove useless IXFContentStephan Bergmann14-146/+73
2014-06-10Duplicate #includeStephan Bergmann1-1/+0
2014-06-09fix build errorCaolán McNamara1-1/+1
2014-06-09compile fixNoel Grandin1-0/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin13-119/+34
2014-06-06coverity#735444 Logically dead codeCaolán McNamara1-1/+1
2014-06-06coverity#735442 Logically dead codeCaolán McNamara1-1/+1
2014-06-06coverity#735441 Logically dead codeCaolán McNamara1-1/+1
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann64-485/+554
2014-06-06Avoid undefined mis-aligned memory accessStephan Bergmann1-4/+4
2014-06-06Fix memory leaks, by refcounting XFFontStephan Bergmann23-87/+101
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl5-3/+26
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-3/+3
2014-05-25cppcheck: unusedFunctionThomas Arnhold2-7/+0
2014-05-25fix encoding: GB2312 -> utf8Thomas Arnhold1-4/+4
2014-05-20fix-includes.pl: lwpThomas Arnhold8-16/+13
2014-05-20update_pch: add lwpThomas Arnhold6-3/+97
2014-05-19lwp: remove using namespace css from headersThomas Arnhold4-30/+6
2014-05-19lwp: remove using namespace std from headersThomas Arnhold5-13/+8
2014-05-13remove dead codeNoel Grandin1-28/+1
2014-05-13unusedcode.easy: remove LWPFilterReader::LWPFilterReader()Thomas Arnhold2-71/+0
2014-05-10coverity#738741 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-08coverity#735443 Logically dead codeCaolán McNamara1-2/+0
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin165-1570/+1569
2014-04-22coverity#1202751 max huffman code word len is 31Caolán McNamara1-1/+1
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold211-425/+425