summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24-Werror=formatIvan Timofeev1-1/+1
Change-Id: If468ca444865f81a7adeabb72ecb6d8647f6dde0 (cherry picked from commit 10f08195b8195640016a6eab42818c662f4541d2) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-07-24hwpfilter: improve text import and error handlingMichael Stahl18-636/+373
Change-Id: Ia376daa336b0cf3b6f3b8f9964d59ca3fcceeeb6 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-05-31targeted string re-workNorbert Thiebaud1-9/+9
Change-Id: Ic24e9b98b1c6e868061caa911865ce2267bdcfaf
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-16WaE: "isnan" redefinedDavid Tardon1-1/+1
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2-0/+10
2012-04-13gbuildize internal zlibCaolán McNamara2-10/+0
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-12remove formfeedsThomas Arnhold1-3/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-14/+14
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-0/+2
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08clean upDavid Tardon1-9/+0
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-4/+0
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-7/+7
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02always pass --headless to cppunitsLuboš Luňák1-1/+0
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-03-29--headless for hwpfilter testLuboš Luňák1-0/+1
Otherwise there's a build dependency missing (and it's apparently not needed anyway).
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-10write unsigned char[] contents as numbers rather than string literalLuboš Luňák1-1/+1
The real reason for this change is that clang aborts with a fatal error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226), but I'm not sure whether this was a correct construct in the first place anyway. The contents are above 0x7f, which may be outside the range of plain char, if it is signed, so maybe the result is undefined. I don't want to spend the time checking in the spec, but this new variant is technically the same and it is safe.
2012-03-10mark static data that is const as constLuboš Luňák3-17/+18
2012-03-05WaE: calling delete on the wrong thingCaolán McNamara1-6/+24
2012-03-05Kill LinkedList in hwpfilterSzabolcs Dezsi11-219/+310
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-1/+1
2012-03-01WaE: function 'yyinput' is not needed and will not be emittedTor Lillqvist1-81/+0
2012-03-01#pragma interface and #pragma implementation are obsolete and pointlessTor Lillqvist6-24/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+1
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann1-4/+2
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-02-09REDME -> READMETakeshi Abe1-0/+0
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich1-0/+1
2012-02-06Add missing operator++/-- overloads to kludge class.Thorsten Behrens1-0/+16
(to fix the build after the cppcheck cleanup)
2012-02-06Fixed some cppcheck messagesPKEuS3-14/+14
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-15these are not old component files anymoreMatúš Kukan1-4/+2
2012-01-12pesky dependenciesCaolán McNamara1-1/+0
2012-01-05pesky dependenciesCaolán McNamara1-1/+3
2011-12-14typoStephan Bergmann1-1/+1
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara4-20/+17
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header from hwpfilterNorbert Thiebaud4-6/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1