summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Collapse)Author
2014-06-09fix build errorCaolán McNamara
Change-Id: I9db006805bfd457663762e2fd2863d096b2547b4
2014-06-09compile fixNoel Grandin
after my commit 184a00b96235f6432294ded63ce4a4a318effdb5 "loplugin: inlinesimplememberfunctions" Change-Id: Ib46d862b90566506c3035a12eeb01892b225ed51
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-06coverity#735444 Logically dead codeCaolán McNamara
Change-Id: I32b6475812be6dfd9912f7fc6646b349cdbfbbe1
2014-06-06coverity#735442 Logically dead codeCaolán McNamara
Change-Id: I8e182a18e70f230e67f2f452bbfca442e5585212
2014-06-06coverity#735441 Logically dead codeCaolán McNamara
Change-Id: I790904fb030d2bfc96cd967b2b4b449e62f8c536
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-06-06Avoid undefined mis-aligned memory accessStephan Bergmann
(assuming this shall always be little endian, given "Intel" in the function names) Change-Id: Iff7e1305108dd0f8d9fae762c1f715e2e7b481b3
2014-06-06Fix memory leaks, by refcounting XFFontStephan Bergmann
Change-Id: Iecfddf21f19313f46ee2544fad9c4df1e399e0f5
2014-06-04DeInitVCL at end of testsStephan Bergmann
This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
Added header guards to files in directories l10ntools/, lotuswordpro/, and rsc/ Change-Id: I9c034d4bb5c92d78378bda4658d43a8b603d5281 Reviewed-on: https://gerrit.libreoffice.org/9581 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
A simplified version of the semantic match that finds this problem is follows: (http://coccinelle.lip6.fr/) // <smpl> @r1@ statement S; position p,p1; @@ S@p1;@p @script:python r2@ p << r1.p; p1 << r1.p1; @@ if p[0].line != p1[0].line_end: cocci.include_match(False) @@ position r1.p; @@ -;@p // </smpl> Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e Reviewed-on: https://gerrit.libreoffice.org/9493 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-25cppcheck: unusedFunctionThomas Arnhold
Change-Id: I81f2a4be65bbc9359e51accccb746f1e8ea48c4f
2014-05-25fix encoding: GB2312 -> utf8Thomas Arnhold
Change-Id: I1fc0d86a73615aa80fc9bb17167d6bc5b85088d1
2014-05-20fix-includes.pl: lwpThomas Arnhold
Change-Id: Ib0c5d5c0b0b3c6c290e7e1bbe18464155232ace3
2014-05-20update_pch: add lwpThomas Arnhold
2m21s -> 47s Change-Id: I5fd321bb34840c71f22705790aab06e83350261e
2014-05-19lwp: remove using namespace css from headersThomas Arnhold
Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693
2014-05-19lwp: remove using namespace std from headersThomas Arnhold
Change-Id: Ied5806a1706473ac0fe4e1baebb71256cf56681d
2014-05-13remove dead codeNoel Grandin
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
2014-05-13unusedcode.easy: remove LWPFilterReader::LWPFilterReader()Thomas Arnhold
Change-Id: Iefbf36d2ce0f98c61a0d9f5d04b77a3505980e80
2014-05-10coverity#738741 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ia603fd0fca212d4c67daaab87199906c29e3cec7
2014-05-08coverity#735443 Logically dead codeCaolán McNamara
Change-Id: I869b2efee4648b02cf1b8d5b3667004d6933c40d
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
2014-04-22coverity#1202751 max huffman code word len is 31Caolán McNamara
Change-Id: I7ef74df22a65c1de396fc9211ac1adefc48fe849
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold
Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
2014-04-18Unused functionsTor Lillqvist
Change-Id: I6c1f8dc33e3ba3257044889d7aae1223572590e9
2014-04-18callcatcher: update unused codeCaolán McNamara
Change-Id: Ia88d83a209113fa4c351c0300d407da0c71baeac
2014-04-14Remove unused codeStephan Bergmann
Change-Id: I4e1e9f8c9b98fa77c8149fc5f876a2e7777b19e8
2014-04-14typo: positon -> positionThomas Arnhold
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-11coverity#738684 Uninitialized scalar fieldCaolán McNamara
Change-Id: I07b698a72ada7a56fb8b63232f25ee5a5edfc185
2014-04-11coverity#738695 Uninitialized scalar fieldCaolán McNamara
Change-Id: I5a96a726d956f0eac0a7e5441e6fcbb2fd0ae204
2014-04-11coverity#738696 Uninitialized scalar fieldCaolán McNamara
Change-Id: I96fd8829d8854e3d3412ef4a0ba9fadf838e0f48
2014-04-11coverity#738697 Uninitialized scalar fieldCaolán McNamara
Change-Id: I5edf11a51b4d32a1a7257857b03ce7814af442e3
2014-04-11coverity#738698 Uninitialized scalar fieldCaolán McNamara
Change-Id: I6eb0d07acb807407712aac0c09e032dcc4d62dc3
2014-04-11coverity#738699 Uninitialized scalar fieldCaolán McNamara
Change-Id: I54a649f077ce41354a8aac60e39b7d81de239f33
2014-04-11coverity#738702 Uninitialized scalar fieldCaolán McNamara
Change-Id: I7187d110c52af5f333fe627270f1dc1a578da8bf
2014-04-11coverity#738704 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1556fbc14f616c883f3a6ed9f96aadd718530196
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-08coverity#738720 Uninitialized scalar fieldCaolán McNamara
Change-Id: If5fc315467be2890fd733d930546b2c12fc97622
2014-04-04coverity#738694 Uninitialized scalar fieldCaolán McNamara
Change-Id: I07fc55507571183be9f81d2bf5a64adc8c8a110a
2014-04-04coverity#738693 Uninitialized scalar fieldCaolán McNamara
Change-Id: Icf69f17d7e4e243987b67b28ce2885cba2a5d9e7
2014-04-04coverity#738692 Uninitialized scalar fieldCaolán McNamara
Change-Id: I8f93df9ada7009b001543a65c90ceb9c545bbdcf
2014-04-04coverity#738691 Uninitialized scalar fieldCaolán McNamara
Change-Id: I961ab20b4ecb902469e9f5eec4c13b9f51a0aba1
2014-04-04coverity#738690 Uninitialized scalar fieldCaolán McNamara
Change-Id: I4820a2ad2e4684c02974823348feae32869eb74a
2014-04-04coverity#738689 Uninitialized scalar fieldCaolán McNamara
Change-Id: I269a52ee3c4ddec5188d8f97aa8fe7273fae2978
2014-04-04coverity#738687 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ie6d1ed2cc0ac17cf74a14337ca6ebbd545e8783f
2014-04-04coverity#738686 Uninitialized scalar fieldCaolán McNamara
Change-Id: Iaefd609a3e5dbfda796da1bb9bb48a1b0d9605a3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
Bump stream positions to 64 bits on: SvLockBytes::SetSize() SvStream::SeekPos() SvStream::SetSize() SvStream::SetStreamSize() SvStream::Seek() SvStream::SeekRel() SvStream::Tell() SvStream::remainingSize() SvStream::nActPos SvStream::nBufFilePos Change-Id: I0521fd60d31d1a33e5634cbf51dd42edc46ad919 TODO: adapt callers of Seek()/SeekRel()/Tell()/remainingSize()