summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui
Commit message (Expand)AuthorAgeFilesLines
* re-base on ALv2 code.Michael Meeks2012-06-14450-10533/+6554
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-135-10/+9
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-116-20/+17
* callcatcher: update unused codeCaolán McNamara2012-06-112-35/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-092-5/+0
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-1/+3
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-4/+6
* nuke unused namespaceTakeshi Abe2012-06-011-1/+0
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-1/+1
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-3122-41/+37
* removed unused member fieldsTakeshi Abe2012-05-241-2/+0
* convert ResStringArray to rtl::OUStringCaolán McNamara2012-05-241-1/+1
* removed unused #definesTakeshi Abe2012-05-211-5/+0
* catch by const referenceTakeshi Abe2012-05-173-7/+7
* removed unused const rtl::OUStringTakeshi Abe2012-05-176-7/+0
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-176-16/+16
* removed unused constant rtl::OUStringTakeshi Abe2012-05-162-2/+0
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-1/+1
* make ResId::toString a non-static memberCaolán McNamara2012-04-301-3/+3
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-04-241-1/+1
* WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist2012-04-241-11/+11
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-04-241-0/+7
* Bug 42982 Patch - copytablewizard.cxxAbeer Sethi2012-04-231-3/+3
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-211-5/+1
* mingw: avoid weird build error and -WerrorDavid Tardon2012-04-161-2/+3
* Translate German commentsPhilipp Weissenbacher2012-04-133-76/+74
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-20/+15
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-6/+6
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* removed unused definesTakeshi Abe2012-04-053-19/+0
* removed duplicate includes in dbaccessTakeshi Abe2012-03-3035-58/+0
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-3/+3
* .hrc files don't need executable bitsMichael Stahl2012-03-231-0/+0
* remove extra string castsCaolán McNamara2012-03-204-9/+8
* fdo#47560 properly separate each new sorting columnLionel Elie Mamane2012-03-201-1/+1
* fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane2012-03-202-2/+11
* do not initialize a field with itselfLuboš Luňák2012-03-161-1/+1
* fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane2012-03-151-2/+2
* fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane2012-03-151-2/+2
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1411-0/+46
* Clean up ODocumentInfoPreviewStephan Bergmann2012-03-131-1/+1
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-122-5/+2
* WNT-only IMPL_LINK_NOARG fixesStephan Bergmann2012-03-021-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0120-38/+38
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-281-2/+2
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-1/+1
* remove adabas/adabasuiCaolán McNamara2012-02-1933-1639/+29
* Get rid of size() == 0Elton Chung2012-02-192-2/+2