summaryrefslogtreecommitdiff
path: root/dbaccess/source
AgeCommit message (Expand)Author
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2012-05-15simplify/clarify codeLionel Elie Mamane
2012-05-15fdo#48345 need to refresh row also when not m_bRowCountFinalLionel Elie Mamane
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-05-08fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-29Prefix ++/-- operators for non-primitive typesJulien Nabet
2012-04-24WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-04-24WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist
2012-04-24WaE: use of logical '&&' with constant operandTor Lillqvist
2012-04-23Bug 42982 Patch - copytablewizard.cxxAbeer Sethi
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
2012-04-13Translate German commentsPhilipp Weissenbacher
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05removed unused definesTakeshi Abe
2012-04-02Translate German commentsPhilipp Weissenbacher
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-03-30removed duplicate includes in dbaccessTakeshi Abe
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-20remove extra string castsCaolán McNamara
2012-03-20fdo#47560 properly separate each new sorting columnLionel Elie Mamane
2012-03-20fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane
2012-03-16do not initialize a field with itselfLuboš Luňák
2012-03-15fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane
2012-03-15fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13Clean up ODocumentInfoPreviewStephan Bergmann
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-09fdo#47021: the naive join attempt leads to deadlockStephan Bergmann
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-02WNT-only IMPL_LINK_NOARG fixesStephan Bergmann
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-20Remove unused codeElton Chung
2012-02-19remove adabas/adabasuiCaolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-18Fix typos in commentsElton Chung
2012-02-16Make sure spawned thread is joined againStephan Bergmann