summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna2012-05-072-0/+13
* Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2012-05-051-8/+9
* != instead of < for comparison with end iteratorJulien Nabet2012-05-023-4/+4
* SVG: use scale in font size and text baseline heuristicChr. Rossmanith2012-05-011-4/+20
* SVG: remove unused code in svgreader.cxxChr. Rossmanith2012-05-011-24/+1
* SVG: move default font size into state ctorChr. Rossmanith2012-05-012-16/+1
* Fix location of env binary to work on MacOSXNoel Grandin2012-04-301-1/+1
* SVG: text elements and graphic elements should not share style idsChr. Rossmanith2012-04-302-2/+13
* Prefix ++/-- operators for non-primitive typesJulien Nabet2012-04-292-5/+2
* Move polygon creation from rect attrs into helper methodChr. Rossmanith2012-04-291-92/+52
* Correct handling of corner radii of rectanglesChr. Rossmanith2012-04-291-2/+2
* enable rendering of text without any attributesChr. Rossmanith2012-04-291-2/+18
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* WaE: fix various msvc2008 warningsCaolán McNamara2012-04-273-5/+5
* missing FILTER_DLLIMPLEMENTATION defineCaolán McNamara2012-04-271-0/+1
* fdo#44211 (RTF) return default text encoding for LithuanianAurimas Fišeras2012-04-251-0/+2
* rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara2012-04-252-7/+10
* msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna2012-04-254-0/+103
* valgrind: Uninitialised value created by heap allocationCaolán McNamara2012-04-201-11/+13
* valgrind: Uninitialised value created by stack allocationCaolán McNamara2012-04-201-6/+5
* Related: n#615223 local nbyte1 should have been class-level nByte1Caolán McNamara2012-04-201-6/+11
* Stub CMX importerFridrich Štrba2012-04-193-0/+27
* Add comment describing the meanings of the filter flag bitsTor Lillqvist2012-04-181-0/+4
* PDF export dialog for watermark - textbox made higherAndreas Mantke2012-04-151-1/+1
* Dialog for the option watermark of the PDF export.Andreas Mantke2012-04-154-2/+70
* fdo#45159 fix filter names, remove bogus %productname% where it was necessaryAndras Timar2012-04-1432-44/+44
* gbuild for svg2odfChr. Rossmanith2012-04-141-1/+15
* Make svg2odf really build :-)Jan Holesovsky2012-04-142-0/+6
* Temporarily disable the build of svg2odf.Jan Holesovsky2012-04-141-1/+0
* Build svg2odf tool to be able to test the svg import.Jan Holesovsky2012-04-145-2/+106
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-0/+6
* gbuildize internal zlibCaolán McNamara2012-04-131-6/+0
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
* s/pathes/paths/Tor Lillqvist2012-04-092-2/+2
* add package deps for resourcesDavid Tardon2012-04-092-0/+8
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-3/+2
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-082-2/+2
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-082-0/+4
* clean upDavid Tardon2012-04-082-8/+0
* simplify use of configuration from unit testsDavid Tardon2012-04-082-6/+2
* always use --protector for UNO testsDavid Tardon2012-04-082-2/+0
* drop uses_ureDavid Tardon2012-04-082-4/+0
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-082-8/+0
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-0841-84/+84
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-50/+34
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-068-28/+28
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0613-114/+114
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-7/+7
* filter: use CustomTarget makefileMatúš Kukan2012-04-044-55/+10