summaryrefslogtreecommitdiff
path: root/filter/source/textfilterdetect
AgeCommit message (Expand)AuthorFilesLines
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2015-12-23loplugin:unusedfields in filterNoel Grandin2-8/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-01com::sun::star->css in filter/Noel Grandin2-19/+19
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-1/+27
2015-02-20Remove unnecessary prefixesStephan Bergmann1-1/+1
2015-02-18filter: use constructor for filter moduleChris Sherlock3-45/+12
2015-02-18Revert "filter: use constructor for filter module"Chris Sherlock3-12/+45
2015-02-18filter: use constructor for filter moduleChris Sherlock3-45/+12
2014-08-29We don't check the extension for htmlMaxim Monastirsky1-9/+7
2014-07-08avoid problems detecting HTML files with .xls ext.David Tardon1-4/+2
2014-04-22filter: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky1-57/+121
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-10/+10
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-11Open .tab files with CalcMaxim Monastirsky1-0/+2
2013-10-28fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky1-0/+4
2013-10-23fixincludeguards.sh: filterThomas Arnhold1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-74/+15
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-17/+17
2013-03-07Modernize the type detection service instantiation a bit.Kohei Yoshida3-58/+47
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-01Prefixify textfdTor Lillqvist2-2/+2
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida1-1/+1
2012-05-25Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida1-26/+75
2012-05-25Initial skeleton code for plain text filter detection service.Kohei Yoshida4-0/+311