summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter
AgeCommit message (Expand)AuthorFilesLines
2014-11-14coverity#738972 Use after freeCaolán McNamara4-34/+54
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-07Removed #includes including themselvesAndrea Gelmini1-2/+0
2014-10-23loplugin: cstylecastNoel Grandin4-10/+10
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-4/+0
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-15lotuswordpro: sal_Bool -> boolStephan Bergmann2-2/+2
2014-07-01New loplugin:stringconcatStephan Bergmann2-5/+5
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara4-4/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-11Fix memory leaks, by refcounting XFContentStephan Bergmann6-55/+36
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-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1
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 XFFontStephan Bergmann10-51/+57
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-3/+4
2014-05-25fix encoding: GB2312 -> utf8Thomas Arnhold1-4/+4
2014-05-20fix-includes.pl: lwpThomas Arnhold4-4/+4
2014-05-20update_pch: add lwpThomas Arnhold1-1/+0
2014-05-19lwp: remove using namespace css from headersThomas Arnhold2-18/+5
2014-05-08coverity#735443 Logically dead codeCaolán McNamara1-2/+0
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin68-412/+412
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold102-207/+207
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-12/+12
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann80-173/+173
2014-03-24coverity#738772 Uninitialized pointer fieldCaolán McNamara1-2/+3
2014-03-17lotuswordpro: prefer passing OUString by referenceNoel Grandin52-184/+184
2014-03-09lotuswordpro: cleanup OUString() usageNorbert Thiebaud10-95/+95
2014-03-09lotuswordpro: use native OUString api rather than a wrapperNorbert Thiebaud3-21/+5
2014-03-09lotuswordpro: use native OUString api rather than a wrapperNorbert Thiebaud5-18/+5
2014-03-09lotuswordpro: use native OUString api rather than a wrapperNorbert Thiebaud35-127/+111
2014-03-08return does not handle converion to OUStringNorbert Thiebaud1-2/+2
2014-03-08use 'native' OUString api in lotuswordpro instead of macro and wrappersNorbert Thiebaud85-1271/+1253
2014-03-06coverity#738961 Unused pointer valueCaolán McNamara1-1/+0
2014-03-02coverity#738764: Unitialized scalar fieldNorbert Thiebaud1-4/+4
2014-03-02coverity#738765: Unitialized scalar fieldNorbert Thiebaud1-0/+1
2014-03-02coverity#738767: Unitialized scalar fieldNorbert Thiebaud1-24/+25
2014-03-02coverity#738768: Unitialized scalar fieldNorbert Thiebaud1-7/+9
2014-03-02coverity#738770: Unitialized scalar fieldNorbert Thiebaud1-0/+1
2014-03-02coverity#738771: Unitialized scalar fieldNorbert Thiebaud1-39/+38