summaryrefslogtreecommitdiff
path: root/linguistic/qa
ModeNameSize
d---------complex / linguistic37logplain
d---------unoapi78logplain
ert explicit "break" when falling through to empty next caseStephan Bergmann 2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-20loplugin: defaultparamsNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-02loplugin:staticmethodsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-02-20stocservices.component: The rest of the services + cleanup.Jan Holesovsky 2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara 2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann 2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann 2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann 2014-06-24fVal->nValCaolán McNamara 2014-06-24coverity#982255 Operands don't affect resultCaolán McNamara 2014-06-05stoc: remove SAL_THROW macroNoel Grandin 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-05-22stoc: make use of css aliasThomas Arnhold 2014-04-30stoc: sal_Bool->boolNoel Grandin 2014-04-09Clean up function declarationsStephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from stocAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann 2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold