summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-08-02nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane
2012-07-14simplify include guardsThomas Arnhold
2012-07-12debug unexpected exceptionLionel Elie Mamane
2012-07-05removed useless forward declarations of classTakeshi Abe
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
2012-07-02Remove unused definesThomas Arnhold
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-06-14re-base on ALv2 code.Michael Meeks
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-06-11callcatcher: update unused codeCaolán McNamara
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-04bCheck is guaranteed by the for loop conditionLionel Elie Mamane
2012-06-04KeySet.cxx: fix boost include; also...Michael Stahl
2012-06-04i#102625 avoid fetching same row twice in different queriesLionel Elie Mamane
2012-06-04Need to refresh row after moving to bookmark!Lionel Elie Mamane
2012-06-04Cleanup m_xSet in destructorLionel Elie Mamane
2012-06-04typos in commentsLionel Elie Mamane
2012-06-04Remove wrong optimisationLionel Elie Mamane
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-01OKeySet::refreshRow: Invalidate m_xRow/m_xSet when BeforeFirst or AfterLastLionel Elie Mamane
2012-06-01organise & comment code betterLionel Elie Mamane
2012-06-01dbaccess::OKeySet::wasNull(): OSL_ENSURE we have a m_xRowLionel Elie Mamane
2012-06-01fdo#47520 use the already retrieved row instead of driver rowLionel Elie Mamane
2012-06-01fdo#50372: crash when refresh of last already-known row unexpectedly failsLionel Elie Mamane
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-31nuke unused typedefTakeshi Abe
2012-05-28Fix typosJulien Nabet
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-08fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane
2012-04-29Prefix ++/-- operators for non-primitive typesJulien Nabet
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-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-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák