summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna
2012-04-20valgrind: Uninitialised value created by heap allocationCaolán McNamara
2012-04-20valgrind: Uninitialised value created by stack allocationCaolán McNamara
2012-04-20Related: n#615223 local nbyte1 should have been class-level nByte1Caolán McNamara
2012-04-19Stub CMX importerFridrich Štrba
2012-04-18Add comment describing the meanings of the filter flag bitsTor Lillqvist
2012-04-15PDF export dialog for watermark - textbox made higherAndreas Mantke
The line hight for the dialog box was not high enough; changed it from 8 to 10.
2012-04-15Dialog for the option watermark of the PDF export.Andreas Mantke
The dialog for the export to PDF was enhanced with a section for the option of setting a watermark. The dialog has now a special subsection for this with a box to insert a string for the watermark.
2012-04-14fdo#45159 fix filter names, remove bogus %productname% where it was necessaryAndras Timar
2012-04-14gbuild for svg2odfChr. Rossmanith
2012-04-14Make svg2odf really build :-)Jan Holesovsky
2012-04-14Temporarily disable the build of svg2odf.Jan Holesovsky
2012-04-14Build svg2odf tool to be able to test the svg import.Jan Holesovsky
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
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-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-09s/pathes/paths/Tor Lillqvist
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
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 Tardon
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
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-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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 Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-04filter: use CustomTarget makefileMatúš Kukan
2012-04-03SVG: treat skewX and skewY correctChristina Rossmanith
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02always pass --headless to cppunitsLuboš Luňák
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-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28unused global rtl::OUStringsCaolán McNamara
2012-03-27drop intermediate temporary UniStringsCaolán McNamara
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-22confirmed that tests pass on windowsCaolán McNamara
2012-03-22SVG import: keep aspect ratio when transforming viewbox to viewportChristina Rossmanith
2012-03-21tga filter broken for quite a whileCaolán McNamara
2012-03-20cgms are image/cgmCaolán McNamara
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-160x80000001 can't fit into (signed) longLuboš Luňák
As far as I can say, this value and all those negative values are actually not valid in CGM anyway, but since I do not know the code, I'm leaving them in, they shouldn't break anything.
2012-03-14add a tiff testCaolán McNamara
2012-03-13Convert tools/table.hxx to std::map in CGMElements classNoel Grandin