summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/typedetection.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-7/+7
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-22fdo#85324 Prioritize writerglobal8_template detectionMaxim Monastirsky1-0/+1
2014-06-24coverity#706534 Uncaught exceptionCaolán McNamara1-41/+40
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-4/+4
2014-04-22filter: sal_Bool->boolNoel Grandin1-10/+10
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-2/+2
2014-04-17shure -> sureMaxim Monastirsky1-5/+5
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-02-27Remove visual noise from filterAlexander Wilms1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar1-3/+3
2013-12-13fdo#70338 : Fixed file corruption issue after save for docx.Sushil Shinde1-0/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-37/+37
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-08-20Improve some debug outputStephan Bergmann1-3/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-49/+49
2013-03-07Renamed the method to something more appropriate...Kohei Yoshida1-2/+2
2013-03-07Make check passes. Remove deep-only detection for real.Kohei Yoshida1-164/+0
2013-03-07Temporarily disable deep-only detection phase.Kohei Yoshida1-0/+3
2013-03-07Some cleanup, comments, and re-organizing...Kohei Yoshida1-47/+32
2013-03-07fdo#60562: List *all* format types that we support and rank them all properly.Kohei Yoshida1-3/+96
2013-03-07Test all file format types regardless of document services.Kohei Yoshida1-102/+115
2013-03-07A little boolean cleanups etc.Kohei Yoshida1-19/+20
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-2/+2
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev1-1/+1
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-0/+2
2013-02-04Add some debug bits for type detection code.Kohei Yoshida1-0/+23
2013-01-28fdo#46808, Adapt document::FilterConfigRefresh UNO service to new styleNoel Grandin1-14/+9
2013-01-21Remove more STRINGPARAM macros from filterMarcos Paulo de Souza1-7/+7
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-3/+3
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-2/+0
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+4
2012-06-05Fix the description.Kohei Yoshida1-2/+2
2012-06-05Prioritize external filters over the internal ones.Kohei Yoshida1-2/+3
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 Yoshida1-29/+0
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-23These hacks no longer work. Remove it and find a better solution.Kohei Yoshida1-46/+0
2012-05-22When the caller specifies filter type, stick to it and don't overwrite it.Kohei Yoshida1-7/+12
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-11/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-02-28WaE: unused variableCaolán McNamara1-7/+6