summaryrefslogtreecommitdiff
path: root/ure
ModeNameSize
-rw-r--r--Makefile225logplain
-rw-r--r--Module_ure.mk460logplain
-rw-r--r--Package_install.mk653logplain
-rw-r--r--README164logplain
-rw-r--r--Rdb_ure.mk1071logplain
d---------source155logplain
Drop redundant castTakeshi Abe 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-19improve unnecessaryoverride pluginNoel Grandin 2016-06-10Clean up uses of Any::getValue() in formsStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2015-11-19use comphelper::containerToSequenceNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-21refactor out some com::sun::star typedefsNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-02Fix typosAndrea Gelmini 2015-10-02com::sun::star->css in forms/Noel Grandin 2015-08-28make PostUserEvent Link<> typedNoel Grandin 2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann 2015-08-19Remove two silly typedefsStephan Bergmann 2015-06-29coverity#1308583 Uncaught exceptionCaolán McNamara 2015-06-16Fix typosAndrea Gelmini 2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann 2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann 2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-17Fix various XServiceInfo implementationsStephan Bergmann 2015-02-17forms: use constructor feature for form modulesChris Sherlock 2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-05fdo#38835 strip out OUString globalsNoel Grandin 2014-09-25fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher 2014-09-24fdo#39468 Translated German to EnglishTobias Madl 2014-06-13loplugin:staticcallStephan Bergmann 2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet 2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet 2014-05-06forms: sal_Bool->boolNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann