summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
AgeCommit message (Expand)AuthorFilesLines
2015-11-20loplugin:unusedfields extensionsNoel Grandin1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-11/+11
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04yyyyyNoel Grandin1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-6/+6
2015-10-16convert Link<> to typedNoel Grandin4-6/+4
2015-10-15convert Link<> to typedNoel Grandin2-2/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-80/+80
2015-10-12convert Link<> to typedNoel Grandin8-21/+14
2015-10-01com::sun::star->css in extensions/Noel Grandin11-63/+60
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-17convert Link<> to typedNoel Grandin6-17/+11
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara6-14/+14
2015-09-12sal_uInt16 and SAL_MAX_UINT16 to sal_Int32 and LISTBOX_APPENDMatteo Casalin1-1/+1
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-5/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin6-19/+14
2015-08-19Remove two silly typedefsStephan Bergmann1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin3-3/+3
2015-07-24loplugin:unusedmethodsNoel Grandin1-3/+0
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini16-176/+4
2015-05-01these are static all the way downCaolán McNamara1-17/+2
2015-05-01another attempt to get coverity to parse thisCaolán McNamara1-2/+4
2015-04-30reorg this template to see if coverity can parse thenCaolán McNamara2-137/+65
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29convert WZB_ constants to scoped enumNoel Grandin4-22/+22
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks12-65/+232
2015-04-23loplugin:staticmethodsNoel Grandin4-18/+18
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-20dbaccess: convert new to ::Create.Michael Meeks6-21/+20
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-12/+12
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin10-41/+209
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-02-21Various typosJulien Nabet1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-7/+7
2014-11-04-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin10-12/+12
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara5-38/+8
2014-08-16callcatcher: update unused codeCaolán McNamara2-16/+0