summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann1-3/+2
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann2-3/+4
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-2/+5
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann1-1/+5
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-3/+3
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+0
2013-10-01convert extensions module from String to OUStringNoel Grandin10-29/+29
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara4-9/+9
2013-07-26convert GetSelectEntry family to OUStringCaolán McNamara1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold4-28/+28
2013-05-22AppendAscii cleanupRicardo Montania1-13/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák16-122/+122
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-3/+3
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin2-4/+5
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann1-9/+11
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim6-0/+16
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin9-26/+22
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks12-284/+176