summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/typedetection.cxx
AgeCommit message (Expand)Author
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-22fdo#85324 Prioritize writerglobal8_template detectionMaxim Monastirsky
2014-06-24coverity#706534 Uncaught exceptionCaolán McNamara
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-17shure -> sureMaxim Monastirsky
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-02-27Remove visual noise from filterAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-13fdo#70338 : Fixed file corruption issue after save for docx.Sushil Shinde
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
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