summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formlinkdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-13move this monstrosity to the last place its usedCaolán McNamara1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-6/+6
2016-04-01sequence->vector in extensionsNoel Grandin1-19/+21
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-19convert Link<> to typedNoel Grandin1-5/+4
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-3/+3
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-4/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-2/+2
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-6/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+35
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-22extensions: convert new to ::Create.Michael Meeks1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-0/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+25
2015-01-28Use vector::dataStephan Bergmann1-4/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-08-11these are global strings nowCaolán McNamara1-3/+0
2014-08-07Convert RID_DLG_FORMLINKS to .uiPalenik Mihály1-39/+45
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-05extensions: remove SAL_THROW macroNoel Grandin1-4/+4
2014-05-02extensions: sal_Bool->boolNoel Grandin1-5/+5
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-1/+0
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+3
2014-04-04/include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27Remove visual noise from extensionsAlexander Wilms1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-24/+24
2013-10-01convert extensions module from String to OUStringNoel Grandin1-16/+16
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-9/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-29/+29
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-5/+5
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-2/+3
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-4/+4
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0