summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek1-1/+9
2012-10-03misc comment import/export fixesNoel Power1-1/+9
2012-09-28add missing header fileAndras Timar1-0/+1
2012-08-22fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida8-0/+8
2012-08-02basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-1/+1
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar1-1/+1
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith2-53/+132
2012-06-17Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-11/+11
2012-06-05Fix the description.Kohei Yoshida1-2/+2
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida1-2/+3
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
2012-06-02targeted string re-workNorbert Thiebaud5-96/+96
2012-06-01targeted string re-workNorbert Thiebaud1-2/+1
2012-06-01targeted string re-workNorbert Thiebaud2-32/+32
2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius1-6/+6
2012-06-01nuke unused namespaceTakeshi Abe1-2/+0
2012-05-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara4-196/+3
2012-05-30cppcheck: Reduce variable scopeKevin Hunter1-3/+2
2012-05-29targetted re-workMichael Meeks1-4/+3
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák2-2/+20
2012-05-28reduce static_initialization_and_destruction chainCaolán McNamara2-75/+19
2012-05-28Fix typos + fix prefer prefix++ for iterJulien Nabet1-4/+4
2012-05-28Remove stray */Julien Nabet1-1/+1
2012-05-25Removed Lotus 1.2.3 filter/type for Writer.Kohei Yoshida6-55/+0
2012-05-25Rank format types in order of complexity.Kohei Yoshida1-3/+115
2012-05-25The logic behind these two flags no longer makes sense.Kohei Yoshida2-37/+0
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida8-46/+33
2012-05-25convert mpFidcls to a vectorCaolán McNamara3-17/+8
2012-05-25check some bounds conditionsCaolán McNamara1-0/+5
2012-05-25Accidentally committed this...Kohei Yoshida1-135/+0
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida10-44/+32
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida9-13/+147
2012-05-25Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida2-26/+133
2012-05-25Use the new plain text type detection service for text/csv type.Kohei Yoshida1-1/+1
2012-05-25Initial skeleton code for plain text filter detection service.Kohei Yoshida5-0/+312
2012-05-25Patterns should precede extensions.Kohei Yoshida1-2/+5
2012-05-25Prioritize candidate types by extension first, then by document service.Kohei Yoshida1-0/+20
2012-05-24removed unused const char[]Takeshi Abe1-4/+0
2012-05-23Removed obsolete Excel filters for (Star)Writer, which we don't need.Kohei Yoshida4-42/+0
2012-05-23These hacks no longer work. Remove it and find a better solution.Kohei Yoshida1-46/+0
2012-05-23fdo#45779 avoiding creation of inconsistent B2DPolygonPierre-André Jacquod1-13/+14
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida9-13/+13
2012-05-22When the caller specifies filter type, stick to it and don't overwrite it.Kohei Yoshida1-7/+12
2012-05-22Reduce indentation.Kohei Yoshida1-359/+357
2012-05-21removed unused #definesTakeshi Abe1-6/+0
2012-05-18removed unused const rtl::OUStringTakeshi Abe8-10/+1
2012-05-17reduce static_initialization_and_destruction chainCaolán McNamara2-9/+8
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-2/+0