summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2-24/+24
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-11callcatcher: update unused codeCaolán McNamara2-58/+0
Change-Id: Iee19af81c648cb82074d8cabc13716b0d38c7ff6
2014-06-11No need for PCT_DLLIMPLEMENTATION any more.Jan Holesovsky1-4/+0
7b72e5051437d7ecfdb3658375b3cb09b1b4abf8 removed the need for that. Change-Id: I1fa635eab33bf259bcb4e229e9a0deac5fc987d6
2014-06-11Access code under test via gb_Library_use_library_objectsStephan Bergmann3-20/+17
Change-Id: Ib92dc55827b69cf33a04fe4084cf296049efc9c6
2014-06-10pct import: Fix build on Windows.Jan Holesovsky4-3/+19
Change-Id: Iddd0299f2229383c0d8368d117e6175887931978
2014-06-10pct import: Unit test for the clipping import fix.Jan Holesovsky4-2/+69
Change-Id: I8f9df1d92c86c087e37f77209f413ff8c1c6358f
2014-06-10pct import: Reset clip region before closing the metafile.Jan Holesovsky1-0/+1
Otherwise parts of the image are missing. Change-Id: If9018c32807359862a9be825b0ebdaacce2d3490
2014-06-10pct import: Add logging.Jan Holesovsky1-8/+49
Change-Id: Ia3fe1ff0075434d0b6903bf978c16499e07d699d
2014-06-09move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon1-6/+9
Change-Id: I6e5ac310567bb7bd12fbba444e4e1deb9fea30d5
2014-06-09rebuild filter config. after makefile changeDavid Tardon1-1/+2
Change-Id: Ibc788e248ea0c63e05c55d78ec059c48cff5dd72
2014-06-09rhbz#1105376 move FlatODF filter config to right placeDavid Tardon1-8/+8
This has been broken since 3.3(!), when the old XSLT based import/export was replaced by a library. Change-Id: Id335f296c5a0e2c15d1748f8a14ac8d4001e1d15
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin10-25/+5
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-05...which empirically shows that LateInitThread is uselessStephan Bergmann7-376/+2
Change-Id: Ic2946eef616eae39576d162ca534831753bd3c89
2014-06-05Make warning more usefulStephan Bergmann1-5/+4
Change-Id: I58226f74e644e2aa65dddf5bcb0832dc67c8a6e3
2014-06-05...and so m_lDetectServices is never readStephan Bergmann2-12/+0
Change-Id: I3ea0c037d2b614b010093692dc6451110d2b342c
2014-06-05impl_resolveItem4TypeRegistration can be staticStephan Bergmann1-0/+1
Change-Id: Ie2b83a472972194210c3b579a041a11a2ff76786
2014-06-05...and so m_lChangedDetectServices is alway emptyStephan Bergmann2-5/+0
Change-Id: I9a4ef55eb243f5aabd0c909b0e4594c928e459cd
2014-06-05...and E_DETECTSERVICE is just as unusedStephan Bergmann3-17/+1
Change-Id: I6f7c230e83a58f4889696b98fcd7bf24d0853ce0
2014-06-05E_CONTAINS_DETECTSERVICES does nothingStephan Bergmann2-5/+3
...ever since its inception in 16ac8733020a726c5b5b955f20709f9c2894c140 and 9b79c1d48c0b562d1fc7d0427caf98f43590a837 "INTEGRATION: CWS filtercfg." Change-Id: I34422a1c5641802bfb15720f5bfa8ca16fb54aab
2014-06-05Simplify SAL_WARNStephan Bergmann1-10/+4
Change-Id: I76c03d5e846fae6cba87be522a10d20e45528e4c
2014-06-05coverity#705169 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+2
Change-Id: Ib1d237591bd9cac1d4b81a04b753b2cf2c9759dd
2014-06-05coverity#705164 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+3
Change-Id: I5cc112d7eb367f5dfe17fc39e3ef47784ae67e9b
2014-06-05coverity#705162 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+2
Change-Id: I3e0658ec26392abf5ad8de53d282b9cc35205025
2014-06-04coverity#705168 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I2fd40972e59fa55df48e48851315350fb012cdec
2014-06-04coverity#705172 Missing break in switchCaolán McNamara1-0/+3
Change-Id: I23663877212be93bffe16edfa4b0bb70c8ef5e2e
2014-06-04DeInitVCL at end of testsStephan Bergmann8-0/+8
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-03convert some sal_uInt8 fields to boolNoel Grandin1-5/+5
Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76
2014-06-01Typo: hanlde->handleJulien Nabet1-1/+1
Change-Id: I79e9018207c11c6f523dffc96ced1ff72fd728bc
2014-05-30Fix leakStephan Bergmann1-0/+1
Change-Id: Ie1c0cb94fae8b227f7ef66df5a2a2ca3f0738897
2014-05-30add dummy extensionDavid Tardon1-1/+1
Change-Id: Ic76efa716237f197c1c73a9752f6680be49570f6
2014-05-30fix filter namesDavid Tardon2-2/+2
Change-Id: I691d8d43ef12f5863627d1d4bef64dbd9d633e86
2014-05-30coverity#706003 Unintended sign extensionCaolán McNamara1-2/+2
Change-Id: I888b5610a00a152551776e5d8f82fc5353bc880d
2014-05-30coverity#706004 Unintended sign extensionCaolán McNamara1-2/+2
Change-Id: Ia8c12fbb9e546343eccf34b6f8e842983c287b2d
2014-05-30coverity#706005 Unintended sign extensionCaolán McNamara2-2/+2
Change-Id: I5670617f03deaac0d8923a38f765c9870eacfc97
2014-05-29fix copypastaDavid Tardon3-6/+6
Change-Id: I397426edff584b29210b4df925677893cda35cc7
2014-05-29Add new libmwaw's database/spreadsheet formats...osnola13-0/+364
Change-Id: If07a9e548e1db15b403126263f63d9d09575eb95
2014-05-29Make the wdb/wks and GreatWorks(draw) workosnola2-3/+3
Change-Id: I1a736a511e6007a4ed6413eb8d9b8e364d73f765
2014-05-29Try to add support for WKS/WDB files...osnola3-0/+61
Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444
2014-05-29add new libmwaw drawing formats (forgotten files)osnola1-2/+15
Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a
2014-05-29Add new libmwaw drawing format...osnola12-0/+352
Change-Id: I7fa7a46143126bdf27cf7cb30245dbcb244645ef
2014-05-28coverity#704475 Division or modulo by float zeroCaolán McNamara1-4/+4
and coverity#704477 and coverity#704479 and coverity#704480 Change-Id: I505d499b39a37bdba33e13917aaf1519f0624bcf
2014-05-28fdo#68849: Add header guards to all include filesJens Carl4-0/+17
Added header guards to directory filter/ Fixed missing INCLUDED_ prefix Change-Id: I091e6a0262d3a58b3b784e39970f79c5b10d04f5 Reviewed-on: https://gerrit.libreoffice.org/9521 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-28Remove unnecessary #include againStephan Bergmann1-1/+0
Change-Id: I8086bd4859f9f89c39e4cd1a57144a51caec3876
2014-05-27Fix (small) memory leak (as observed with CppunitTest_filter_tiff_test)Stephan Bergmann1-7/+7
Change-Id: Ib840d66882faeca01d07a8764957a1c7c4075ec0
2014-05-27Fix memory leak (as observed with CppunitTest_filter_pcx_test)Stephan Bergmann1-8/+6
Change-Id: Ic00653cad7f15f60a8f2613938def25820d7e9ae
2014-05-27Fix memory leak (as observed with CppunitTest_filter_ras_test)Stephan Bergmann1-18/+14
Change-Id: Id3fa526f01ab7dae72beb311fe0774ba1f77d8a0
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin2-3/+3
Convert code like this: throw IOException("xx", Reference< XInterface >(static_cast<OWeakObject*>(this)) ); to this: throw IOException("xx", static_cast<OWeakObject*>(this) ); Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin3-7/+7
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-25fix encoding: iso-8859-1 -> utf8Thomas Arnhold1-1/+1
Change-Id: I3643c38345ec253b7c396a67b9f350a51f6aaf40
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-1/+0
Change-Id: I433a4b39f6e0d2db135b998b4b4f1e9621e30659