summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
AgeCommit message (Expand)AuthorFilesLines
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold20-55/+55
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-2/+2
2013-10-10CID#1103666 check for NULLCaolán McNamara1-2/+2
2013-10-02Spell "indices" correctlyTor Lillqvist1-6/+6
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann5-5/+5
2013-10-01convert dbaccess module from String to OUStringNoel Grandin39-356/+354
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2-12/+12
2013-08-28fdo#68588 Move embeddeddbList into OGeneralPageWizard.Andrzej J.R. Hunt2-26/+31
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa55-1211/+198
2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin1-1/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist4-8/+14
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-08-17remove various unused dialogsCaolán McNamara2-47/+0
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-10callcatcher: update unused codeCaolán McNamara1-29/+0
2013-08-02WaE: unknown log area 'dbaui.OGeneralPage' [loplugin]Tor Lillqvist1-1/+1
2013-08-02WaE: unknown log area 'dbaaccess' [loplugin]Tor Lillqvist1-1/+1
2013-08-02Add embedded database selector to db setup dialog.Andrzej J.R. Hunt3-24/+156
2013-07-30set some initial sizes for the direct sql dialog texteditsCaolán McNamara3-159/+7
2013-07-30modern .ui widgetlayout for directsqlCsikós Tamás1-38/+28
2013-07-30fixup SAL_WARN log areaLionel Elie Mamane1-1/+1
2013-07-16Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt1-1/+2
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-24/+1
2013-07-11delete in destructor checkbox created in constructorLionel Elie Mamane1-0/+1
2013-07-11XubString->OUStringCaolán McNamara1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-29remove some createFromAscii usageThomas Arnhold3-5/+5
2013-06-10mingw64: long -> sal_IntPtr in dbaccessFridrich Štrba1-1/+1
2013-06-07cppcheck: reduce scopeJulien Nabet1-1/+1
2013-06-06Fix previous fixStephan Bergmann1-1/+1
2013-06-06-Werror=sign-compareStephan Bergmann1-2/+2
2013-06-06Prevent out-of-range values coming from ListBox GetSelectEntryPos.Javier Fernandez1-0/+5
2013-06-05fdo#64447 when changing setup mode, trigger changed DatasourceType eventLionel Elie Mamane1-0/+1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-31dbaccess: unused variableZolnai Tamás1-1/+0
2013-05-23Resolves: #i120859# Advance the wizard when Socket edit field has textAriel Constenla-Haile1-0/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-05-21allow to create new database using the wizard again (fdo#62937)Petr Mladek1-7/+3
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-07dbaccess: remove Package_incMichael Stahl1-1/+1
2013-05-01convert message box return types to an enumCaolán McNamara1-10/+10
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák37-310/+309
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist4-3/+16