summaryrefslogtreecommitdiff
path: root/filter/source/textfilterdetect
AgeCommit message (Expand)Author
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin
2017-12-13tdf#114428 filter: recognize XHTML with XML declaration as HTMLMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2015-12-23loplugin:unusedfields in filterNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-09-18boost->stdCaolán McNamara
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis
2015-02-20Remove unnecessary prefixesStephan Bergmann
2015-02-18filter: use constructor for filter moduleChris Sherlock
2015-02-18Revert "filter: use constructor for filter module"Chris Sherlock
2015-02-18filter: use constructor for filter moduleChris Sherlock
2014-08-29We don't check the extension for htmlMaxim Monastirsky
2014-07-08avoid problems detecting HTML files with .xls ext.David Tardon
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-11Open .tab files with CalcMaxim Monastirsky
2013-10-28fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky
2013-10-23fixincludeguards.sh: filterThomas Arnhold
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-07Modernize the type detection service instantiation a bit.Kohei Yoshida
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Prefixify textfdTor Lillqvist
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida
2012-05-25Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida
2012-05-25Initial skeleton code for plain text filter detection service.Kohei Yoshida