summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/formlinkdialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-9/+4
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* drop unnecessary includesCaolán McNamara2018-03-201-1/+0
* loplugin:constantparam in connectivityNoel Grandin2017-11-011-1/+1
* loplugin:includeform: extensionsStephan Bergmann2017-10-231-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* make string translation loading more uniformCaolán McNamara2017-05-191-3/+3
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-2/+2
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-291-2/+2
* move this monstrosity to the last place its usedCaolán McNamara2016-10-131-1/+0
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* clang-tidy modernize-loop-convert in e*Noel Grandin2016-04-261-6/+6
* sequence->vector in extensionsNoel Grandin2016-04-011-19/+21
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* convert Link<> to typedNoel Grandin2015-10-191-5/+4
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-1/+1
* convert Link<> to typedNoel Grandin2015-10-161-3/+3
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-4/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-2/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-2/+1
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-251-1/+1
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-2/+2
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-091-6/+2
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-6/+35
|\
| * extensions: convert new to ::Create.Michael Meeks2015-04-221-4/+4
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-0/+6
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-2/+2
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-2/+25
* | loplugin:staticmethodsNoel Grandin2015-04-231-3/+3
* | Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
|/
* Use vector::dataStephan Bergmann2015-01-281-4/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-231-4/+4
* these are global strings nowCaolán McNamara2014-08-111-3/+0
* Convert RID_DLG_FORMLINKS to .uiPalenik Mihály2014-08-071-39/+45
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2
* extensions: remove SAL_THROW macroNoel Grandin2014-06-051-4/+4
* extensions: sal_Bool->boolNoel Grandin2014-05-021-5/+5
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-1/+0
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-1/+3
* /include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* Remove visual noise from extensionsAlexander Wilms2014-02-271-8/+8
* Remove unneccessary commentsAlexander Wilms2014-02-231-24/+24
* convert extensions module from String to OUStringNoel Grandin2013-10-011-16/+16
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-2/+2
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2