summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better names for presentation specific field item types.Kohei Yoshida2012-05-111-6/+6
* use com::sun::star::table::BorderLine2 instead of older BorderLine (n#758914)Radek Doulik2012-05-101-8/+7
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-14/+14
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-092-8/+8
* svgreader.cxx: fix -Werror=sign-promoMichael Stahl2012-05-081-1/+1
* work around spurious signed overflow warningsMichael Stahl2012-05-081-14/+15
* fdo#48065 clamp mnFillOpacity to 1Chr. Rossmanith2012-05-081-1/+4
* fdo#47447 parse rgb(%,%,%) correctlyChr. Rossmanith2012-05-081-0/+15
* Removed dead importSvg and ShapeRenderingVisistorChr. Rossmanith2012-05-083-733/+8
* 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