Age | Commit message (Expand) | Author | Files | Lines |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann | 1 | -2/+2 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 1 | -2/+2 |
2015-03-04 | V813: Decreased performance | Caolán McNamara | 4 | -11/+8 |
2015-03-01 | use initializer list here too | David Tardon | 1 | -3/+3 |
2015-03-01 | initialize members | David Tardon | 1 | -2/+3 |
2014-12-17 | Introduce rtl::OUStringLiteral1 | Stephan Bergmann | 1 | -2/+2 |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin | 1 | -1/+0 |
2014-08-07 | Fix *_component_getFactory function type | Stephan Bergmann | 1 | -3/+2 |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin | 2 | -15/+3 |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin | 1 | -1/+0 |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold | 3 | -6/+6 |
2014-04-14 | Clean up function declarations | Stephan Bergmann | 1 | -7/+3 |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | 1 | -9/+9 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 1 | -18/+18 |
2014-02-26 | Remove visual noise from lingucomponent | Alexander Wilms | 3 | -37/+7 |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann | 1 | -2/+2 |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza | 1 | -14/+2 |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara | 1 | -1/+0 |
2013-08-12 | Mark as const | Takeshi Abe | 1 | -1/+1 |
2013-06-10 | Use a simpler fix for bad old libexttextcat constants. | Mark Wielaard | 1 | -11/+9 |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer | 1 | -1/+1 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 1 | -8/+8 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 1 | -5/+0 |
2013-03-25 | libexttextcat: mis-spell it again for old versions | Michael Stahl | 1 | -1/+1 |
2013-03-25 | libexttextcat: fix the --with-system case too... | Michael Stahl | 2 | -0/+12 |
2013-03-25 | Missing _TEXTCAT_RESULT_SHORT -> TEXTCAT_RESULT_SHORT_STR | Stephan Bergmann | 1 | -1/+1 |
2013-03-25 | libexttextcat: fix spelling of _TEXTCAT_RESULT_UNKOWN | Michael Stahl | 1 | -2/+2 |
2013-03-25 | Fix spelling errors and typos: 'unkown' change to 'unknown' | vincent | 1 | -2/+2 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 1 | -14/+12 |
2012-12-29 | Fix SimpleGuesser::operator=' should return 'SimpleGuesser & | Julien Nabet | 2 | -4/+9 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 1 | -2/+0 |
2012-11-10 | fix typo | David Tardon | 3 | -3/+3 |
2012-11-09 | convert libexttextcat to gbuild | Peter Foley | 3 | -0/+16 |
2012-10-08 | re-base on ALv2 code. Includes: | Michael Meeks | 6 | -141/+87 |
2012-08-25 | prefix more components | Matúš Kukan | 2 | -2/+2 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 2 | -52/+34 |
2012-05-28 | this is supposed to just be the number of bytes | Caolán McNamara | 1 | -2/+1 |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | 1 | -1/+1 |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | 1 | -4/+4 |
2011-12-13 | convert lingucomponent to gbuild | Matúš Kukan | 1 | -95/+0 |
2011-12-13 | GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or GUIBASEâ†... | Christian Lohmaier | 1 | -3/+3 |
2011-11-27 | remove include of pch header from lingucomponent | Norbert Thiebaud | 4 | -8/+0 |
2011-11-15 | fdo#42865: libexttextcat,lingucomponent: no mapfile | Michael Stahl | 1 | -3/+2 |
2011-10-05 | Fix MinGW build. | Jan Holesovsky | 1 | -1/+5 |
2011-10-04 | libtextcat -> libexttextcat in #include's | Rene Engelhard | 3 | -7/+7 |
2011-10-04 | update LIBTEXTCATLIB | Rene Engelhard | 1 | -2/+6 |
2011-09-29 | bump to libexttextcat 3.1.0, enable previously broken languages | Caolán McNamara | 1 | -6/+10 |
2011-09-28 | text can be const now | Caolán McNamara | 2 | -4/+1 |
2011-09-27 | decast this a bit | Caolán McNamara | 1 | -23/+25 |
2011-09-27 | why call twice, we've already got the result | Caolán McNamara | 1 | -1/+1 |