summaryrefslogtreecommitdiffstats
path: root/filter/source/textfilterdetect
Commit message (Expand)AuthorAgeFilesLines
* tdf#123476: also use filter by extension when its service is the sameMike Kaganski2021-05-031-3/+15
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-231-4/+1
* tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna2020-10-281-1/+31
* tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen2019-12-172-2/+0
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-171-5/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): filterStephan Bergmann2019-07-311-1/+1
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-2/+1
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-2/+2
* loplugin:unused-returns in filter,tools,xmloffNoel Grandin2018-01-201-2/+0
* tdf#114428 filter: recognize XHTML with XML declaration as HTMLMiklos Vajna2017-12-131-3/+21
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* convert HTML_TOKEN_IDS to scoped enumNoel Grandin2017-05-051-1/+1
* clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin2017-04-191-4/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-15/+6
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:unusedmethodsNoel Grandin2016-05-261-3/+0
* loplugin:constantparam in toolsNoel Grandin2016-03-171-1/+1
* loplugin:unusedfields in filterNoel Grandin2015-12-232-8/+5
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-051-1/+1
* com::sun::star->css in filter/Noel Grandin2015-10-012-19/+19
* boost->stdCaolán McNamara2015-09-181-2/+2
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-111-2/+2
* enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis2015-04-271-1/+27
* Remove unnecessary prefixesStephan Bergmann2015-02-201-1/+1
* filter: use constructor for filter moduleChris Sherlock2015-02-183-45/+12
* Revert "filter: use constructor for filter module"Chris Sherlock2015-02-183-12/+45
* filter: use constructor for filter moduleChris Sherlock2015-02-183-45/+12
* We don't check the extension for htmlMaxim Monastirsky2014-08-291-9/+7
* avoid problems detecting HTML files with .xls ext.David Tardon2014-07-081-4/+2
* filter: sal_Bool->boolNoel Grandin2014-04-221-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-5/+5
* Merge HTML detection to text detection serviceMaxim Monastirsky2014-03-011-57/+121
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-10/+10
* fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza2014-01-161-7/+2
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Open .tab files with CalcMaxim Monastirsky2013-12-111-0/+2
* fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky2013-10-281-0/+4
* fixincludeguards.sh: filterThomas Arnhold2013-10-231-2/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-223-74/+15
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-17/+17
* Modernize the type detection service instantiation a bit.Kohei Yoshida2013-03-073-58/+47
* re-base on ALv2 code. Includes:Michael Meeks2012-10-031-23/+14
* Prefixify textfdTor Lillqvist2012-10-012-2/+2
* Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida2012-05-251-1/+1
* Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida2012-05-251-26/+75
* Initial skeleton code for plain text filter detection service.Kohei Yoshida2012-05-254-0/+311