summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/typedetection.cxx
AgeCommit message (Expand)Author
2013-09-26typo fixes in commentsAndras Timar
2013-08-20Improve some debug outputStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-07Renamed the method to something more appropriate...Kohei Yoshida
2013-03-07Make check passes. Remove deep-only detection for real.Kohei Yoshida
2013-03-07Temporarily disable deep-only detection phase.Kohei Yoshida
2013-03-07Some cleanup, comments, and re-organizing...Kohei Yoshida
2013-03-07fdo#60562: List *all* format types that we support and rank them all properly.Kohei Yoshida
2013-03-07Test all file format types regardless of document services.Kohei Yoshida
2013-03-07A little boolean cleanups etc.Kohei Yoshida
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida
2013-02-04Add some debug bits for type detection code.Kohei Yoshida
2013-01-28fdo#46808, Adapt document::FilterConfigRefresh UNO service to new styleNoel Grandin
2013-01-21Remove more STRINGPARAM macros from filterMarcos Paulo de Souza
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-05Fix the description.Kohei Yoshida
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida
2012-05-25Rank format types in order of complexity.Kohei Yoshida
2012-05-25The logic behind these two flags no longer makes sense.Kohei Yoshida
2012-05-25Patterns should precede extensions.Kohei Yoshida
2012-05-25Prioritize candidate types by extension first, then by document service.Kohei Yoshida
2012-05-23These hacks no longer work. Remove it and find a better solution.Kohei Yoshida
2012-05-22When the caller specifies filter type, stick to it and don't overwrite it.Kohei Yoshida
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-02-28WaE: unused variableCaolán McNamara
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe
2012-02-01Some cppcheck cleaningJulien Nabet
2012-01-26Sort the catch-all detection at the endFridrich Štrba
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from filterNorbert Thiebaud
2011-07-22Pick the first PREFERRED IMPORT filter.Kohei Yoshida
2011-06-10oops, this comparator doesn't order correctlyCaolán McNamara
2011-04-11sort ascii filter detection to endCaolán McNamara
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-02-13Remove bogus commentsGuillaume Poussel
2011-02-07Remove lots of dead codeThomas Arnhold
2011-01-28Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-14removetooltypes01: #i112600# remove tooltypes from filterMikhail Voytenko
2011-01-14catch exceptions from missing components here as well more cleanlyCaolán McNamara