summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api
AgeCommit message (Expand)AuthorFilesLines
2013-08-23Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann1-3/+7
2013-07-12ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-10/+43
2013-07-10don't use empty table nameLionel Elie Mamane1-4/+5
2012-12-06Don't force refresh when higher up code did not request itLionel Elie Mamane1-11/+5
2012-12-06fdo#53281 Don't cache whole row in KeySetLionel Elie Mamane1-15/+1
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-1/+1
2012-11-26Typo in commentLionel Elie Mamane1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-4/+4
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin3-5/+5
2012-11-02include stl headers for used featuresLionel Elie Mamane1-0/+1
2012-11-02Columns should know their tableLionel Elie Mamane1-13/+26
2012-11-02Don't abort when column has no (Catalog|Schema|Table)NameLionel Elie Mamane1-3/+6
2012-11-02optimisation: take ref to OUString instead of constructing temp objectLionel Elie Mamane1-1/+1
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky2-5/+8
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-01missing system headerNorbert Thiebaud2-2/+2
2012-10-01missing system headerNorbert Thiebaud1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini6-7/+11
2012-09-29re-base on ALv2 code.Michael Meeks1-24/+14
2012-09-27Improvements on previous commitStephan Bergmann1-1/+1
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin1-3/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud4-9/+9
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-3/+2
2012-09-13fdo#37529 clear DataColumns read-only information when we clear DataColumnsLionel Elie Mamane1-0/+3
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-3/+2
2012-08-31fdo#53557: use metadata's idea of column count to allocate a rowLionel Elie Mamane1-2/+3
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann4-4/+4
2012-08-30fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane1-17/+1
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-1/+2
2012-08-21m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)Lionel Elie Mamane1-1/+1
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-32/+32
2012-08-02nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane1-1/+1
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2-40/+44
2012-07-12debug unexpected exceptionLionel Elie Mamane1-0/+1
2012-07-05removed useless forward declarations of classTakeshi Abe1-2/+0
2012-07-02Remove unused definesThomas Arnhold1-1/+0
2012-06-29Remove UNO includes commentsThomas Arnhold8-16/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-2/+2
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-14re-base on ALv2 code.Michael Meeks56-1296/+793
2012-06-11callcatcher: update unused codeCaolán McNamara2-45/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann1-2/+0
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