summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2014-11-14coverity#738972 Use after freeCaolán McNamara24-100/+121
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-12/+12
2014-11-07Removed #includes including themselvesAndrea Gelmini1-2/+0
2014-11-01coverity#736401 Resource leakCaolán McNamara1-0/+3
2014-11-01coverity#1250437 : Ressource LeakNorbert Thiebaud1-0/+3
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-23loplugin: cstylecastNoel Grandin16-39/+39
2014-10-18Remove lwpunoheader.hxx.Ruggero Cyrille5-86/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann4-6/+0
2014-10-14coverity#1242739 Untrusted loop boundCaolán McNamara1-5/+18
2014-10-14coverity#1242791 Untrusted loop boundCaolán McNamara1-1/+4
2014-10-14coverity#1242918 Untrusted loop boundCaolán McNamara2-1/+10
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