summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara8-26/+22
2012-06-11callcatcher: update unused codeCaolán McNamara4-80/+0
2012-06-08remove unused .mkNorbert Thiebaud2-134/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-7/+0
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann1-2/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-10/+12
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-7/+9
2012-06-04bCheck is guaranteed by the for loop conditionLionel Elie Mamane1-5/+4
2012-06-04KeySet.cxx: fix boost include; also...Michael Stahl1-1/+2
2012-06-04i#102625 avoid fetching same row twice in different queriesLionel Elie Mamane2-29/+108
2012-06-04Need to refresh row after moving to bookmark!Lionel Elie Mamane1-0/+2
2012-06-04Cleanup m_xSet in destructorLionel Elie Mamane1-12/+19
2012-06-04typos in commentsLionel Elie Mamane1-1/+1
2012-06-04Remove wrong optimisationLionel Elie Mamane1-1/+9
2012-06-02targeted string re-workNorbert Thiebaud1-28/+28
2012-06-02targeted string re-workNorbert Thiebaud16-87/+87
2012-06-01OKeySet::refreshRow: Invalidate m_xRow/m_xSet when BeforeFirst or AfterLastLionel Elie Mamane1-2/+3
2012-06-01organise & comment code betterLionel Elie Mamane1-2/+8
2012-06-01dbaccess::OKeySet::wasNull(): OSL_ENSURE we have a m_xRowLionel Elie Mamane1-0/+1
2012-06-01fdo#47520 use the already retrieved row instead of driver rowLionel Elie Mamane1-2/+1
2012-06-01fdo#50372: crash when refresh of last already-known row unexpectedly failsLionel Elie Mamane1-1/+14
2012-06-01nuke unused namespaceTakeshi Abe1-1/+0
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks35-67/+54
2012-05-31nuke unused typedefTakeshi Abe1-2/+0
2012-05-29remove unused makefileMatúš Kukan1-301/+0
2012-05-29improve odbc headers handlingMatúš Kukan1-1/+2
2012-05-28Fix typosJulien Nabet1-1/+1
2012-05-24removed unused member fieldsTakeshi Abe1-2/+0
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara1-1/+1
2012-05-21removed unused #definesTakeshi Abe1-5/+0
2012-05-17catch by const referenceTakeshi Abe3-7/+7
2012-05-17removed unused const rtl::OUStringTakeshi Abe7-8/+0
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara21-92/+48
2012-05-16removed unused constant rtl::OUStringTakeshi Abe3-14/+0
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+0
2012-05-15simplify/clarify codeLionel Elie Mamane1-4/+1
2012-05-15fdo#48345 need to refresh row also when not m_bRowCountFinalLionel Elie Mamane1-6/+1
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-1/+1
2012-05-08fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-8/+7
2012-04-29Prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-27WaE: exception handlers used in code without unwind supportCaolán McNamara4-10/+4
2012-04-24WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-04-24WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist1-11/+11
2012-04-24WaE: use of logical '&&' with constant operandTor Lillqvist1-0/+7
2012-04-23Bug 42982 Patch - copytablewizard.cxxAbeer Sethi1-3/+3
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-5/+1
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon1-2/+3