summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* fdo#34897 numbers were wrong, code unnecessaryLennard2012-11-281-8/+2
* misc comment import/export fixesNoel Power2012-10-031-1/+9
* fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida2012-08-228-0/+8
* basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl2012-08-021-1/+1
* use generic names rather than specific algorithm names when scalingLuboš Luňák2012-06-221-1/+1
* fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar2012-06-211-1/+1
* SVG: use dash parameters from svg fileChr. Rossmanith2012-06-182-53/+132
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-172-11/+11
* Fix the description.Kohei Yoshida2012-06-051-2/+2
* Prioritize external filters over the internal ones.Kohei Yoshida2012-06-051-2/+3
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-051-1/+1
* targeted string re-workNorbert Thiebaud2012-06-025-96/+96
* targeted string re-workNorbert Thiebaud2012-06-011-2/+1
* targeted string re-workNorbert Thiebaud2012-06-012-32/+32
* Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius2012-05-311-6/+6
* nuke unused namespaceTakeshi Abe2012-06-011-2/+0
* Some cppcheck cleaningJulien Nabet2012-05-301-1/+1
* merge three base64 encoders/decoders togetherCaolán McNamara2012-05-304-196/+3
* cppcheck: Reduce variable scopeKevin Hunter2012-05-301-3/+2
* targetted re-workMichael Meeks2012-05-291-4/+3
* fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák2012-05-282-2/+20
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-282-75/+19
* Fix typos + fix prefer prefix++ for iterJulien Nabet2012-05-281-4/+4
* Remove stray */Julien Nabet2012-05-281-1/+1
* Removed Lotus 1.2.3 filter/type for Writer.Kohei Yoshida2012-05-256-55/+0
* Rank format types in order of complexity.Kohei Yoshida2012-05-251-3/+115
* The logic behind these two flags no longer makes sense.Kohei Yoshida2012-05-252-37/+0
* Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida2012-05-258-46/+33
* convert mpFidcls to a vectorCaolán McNamara2012-05-253-17/+8
* check some bounds conditionsCaolán McNamara2012-05-251-0/+5
* Accidentally committed this...Kohei Yoshida2012-05-251-135/+0
* Removed writer_Text type; combined it with generic_Text.Kohei Yoshida2012-05-2510-44/+32
* Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida2012-05-259-13/+147
* Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida2012-05-252-26/+133
* Use the new plain text type detection service for text/csv type.Kohei Yoshida2012-05-251-1/+1
* Initial skeleton code for plain text filter detection service.Kohei Yoshida2012-05-255-0/+312
* Patterns should precede extensions.Kohei Yoshida2012-05-251-2/+5
* Prioritize candidate types by extension first, then by document service.Kohei Yoshida2012-05-251-0/+20
* removed unused const char[]Takeshi Abe2012-05-241-4/+0
* Removed obsolete Excel filters for (Star)Writer, which we don't need.Kohei Yoshida2012-05-234-42/+0
* These hacks no longer work. Remove it and find a better solution.Kohei Yoshida2012-05-231-46/+0
* fdo#45779 avoiding creation of inconsistent B2DPolygonPierre-André Jacquod2012-05-231-13/+14
* Renamed writer_web_HTML to generic_HTML.Kohei Yoshida2012-05-229-13/+13
* When the caller specifies filter type, stick to it and don't overwrite it.Kohei Yoshida2012-05-221-7/+12
* Reduce indentation.Kohei Yoshida2012-05-221-359/+357
* removed unused #definesTakeshi Abe2012-05-211-6/+0
* removed unused const rtl::OUStringTakeshi Abe2012-05-188-10/+1
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-172-9/+8
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-2/+0
* get rid of many USTR()Chr. Rossmanith2012-05-111-257/+229