summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter
AgeCommit message (Expand)Author
2013-09-05fdo#68210: Make tiff import work again with merged-libsBjoern Michaelsen
2013-08-22Resolves: fdo#68275 Grayscale TIFF is imported as whiteCaolán McNamara
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
2013-05-09Drop String.AppendAscii from filterRicardo Montania
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-05-06Revert "properly prefix graphic filter methods"Peter Foley
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-15properly prefix graphic filter methodsPeter Foley
2013-04-14add filter libs to libmergedPeter Foley
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-03fdo#39468: Translated German comments in filterHansgerd Schneider
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in filterChr. Rossmanith
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-25Related coverity#441160 Logically dead codeJulien Nabet
2013-03-23coverity#441160 Logically dead codeJulien Nabet
2013-03-19trailing whitespacesThomas Arnhold
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04remove trailing whitespacesThomas Arnhold
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-03move fltcall.hxx to vcl to avoid circ. dep.David Tardon
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-02-25loplugin: improve indentationThomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-22s/heigth/height/Tor Lillqvist
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2013-02-16coverity#707515: Uninitialized scalar variableCaolán McNamara
2013-02-16coverity#707516: Uninitialized scalar variableCaolán McNamara
2013-02-16Some cppcheck cleaningJulien Nabet
2013-02-13Fix scope + member variables not initializedJulien Nabet
2013-02-13Some cppcheck cleaningJulien Nabet
2013-02-12Some cppcheck cleaningJulien Nabet
2013-02-12Some cppcheck cleaningJulien Nabet
2013-02-11fdo#46808, Convert to getProcessComponentContext()Noel Grandin
2013-01-21Remove some unneeded variables in filterMarcos Paulo de Souza
2013-01-21Remove more STRINGPARAM macros from filterMarcos Paulo de Souza
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-26loplugin: misleading indentCaolán McNamara
2012-10-17no need to check for NULL on delete, delete does that alreadyCaolán McNamara