summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-2/+2
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist2-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-06-09Check for assignment to self for =operatorJulien Nabet1-0/+3
2012-06-06nuke dead codeTakeshi Abe12-208/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-3/+4
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-2/+7
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
2012-06-05Fix the description.Kohei Yoshida1-2/+2
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida1-2/+3
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba3-0/+27
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