summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext
AgeCommit message (Expand)AuthorFilesLines
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-19/+0
2014-04-17dbaccess: sal_Bool->boolNoel Grandin2-2/+2
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann6-20/+35
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-34/+34
2014-03-25svtools: sal_Bool->boolNoel Grandin4-16/+16
2014-03-17dbaccess: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-02-27Remove visual noise from dbaccessAlexander Wilms2-19/+19
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-20/+20
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-3/+3
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-01coverity#707729 : Uninitialized scalar fieldNorbert Thiebaud1-6/+6
2014-01-01Typos (comand -> command)Julien Nabet1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-2/+2
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin1-6/+6
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold12-36/+36
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+1
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa23-419/+54
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa2-26/+7
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann1-2/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-3/+3
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin1-1/+2
2013-04-01remove boilerplate commentsThomas Arnhold8-22/+1
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin8-36/+29
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim3-0/+9
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara1-2/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-26String::SearchAndReplaceAllAscii() corresponds to OUString::replaceAll()Tor Lillqvist1-5/+5
2013-02-26WaE: ignoring return valueTor Lillqvist1-5/+5
2013-02-26fdo#38838, String to OUString in dbaccess/source/ext/macromigrationAuthor: Gergő Mocsi14-76/+76
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter4-196/+162
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+2
2012-11-13convert extension dialog to .uiCaolán McNamara1-1/+1
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-0/+1
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-1/+1
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-1/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-13/+11
2012-06-29Remove UNO includes commentsThomas Arnhold17-42/+0
2012-06-14re-base on ALv2 code.Michael Meeks27-635/+396
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks2-3/+2
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-5/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+3