summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara1-7/+0
2014-08-14Convert RID_PAGE_OPTION_DBFIELD tabpage to .uiPalenik Mihály4-95/+18
2014-08-04remove unused resource idsThomas Arnhold1-6/+0
2014-07-22callcatcher: update unused codeCaolán McNamara2-19/+0
2014-07-14Convert 3 dialogs to .uiPalenik Mihály7-39/+12
2014-07-10RID_DLG_SELECTLABELCONTROL and 3 tab pages conversion to .uiSzymon Kłos6-219/+44
2014-07-07remove unused tab page ids nowCaolán McNamara1-8/+1
2014-07-07RID_DLG_LISTCOMBOWIZARD tab pages conversion to .uiSzymon Kłos15-722/+221
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-21/+0
2014-05-02extensions: sal_Bool->boolNoel Grandin11-74/+74
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold11-33/+33
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann3-10/+40
2014-04-04/include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann6-67/+67
2014-03-25svtools: sal_Bool->boolNoel Grandin9-65/+65
2014-03-10extensions: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-02-27Remove visual noise from extensionsAlexander Wilms21-218/+218
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms9-150/+150