summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
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 Mamane2-11/+61
2013-07-10don't use empty table nameLionel Elie Mamane1-4/+5
2013-03-12fdo#61564 when WrappedTargetException not in specification, do not throw it!Lionel Elie Mamane1-2/+3
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-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-3/+0
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin1-1/+1
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin3-6/+6
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin3-16/+9
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin3-4/+8
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2-8/+8
2012-11-26Typo in commentLionel Elie Mamane1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-4/+4
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-17use LanguageTagEike Rathke1-5/+2
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+1
2012-11-11Fix the scope of the variable 'pApprove' can be reducedJulien Nabet1-2/+1
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin3-5/+5
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin1-1/+1
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 Mamane2-2/+2
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky3-5/+9
2012-10-24fdo#46808, use service constructor for frame::GlobalEventBroadcasterNoel Grandin1-3/+3
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin1-1/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-5/+6
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-2/+3
2012-10-04Fixes/improvements on previous commitStephan Bergmann2-3/+3
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2-8/+7
2012-10-01missing system headerNorbert Thiebaud3-2/+3
2012-10-01missing system headerNorbert Thiebaud1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini8-9/+13
2012-09-29re-base on ALv2 code.Michael Meeks1-24/+14
2012-09-27Improvements on previous commitStephan Bergmann2-2/+2
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin4-14/+11
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud19-45/+45
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-3/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+1
2012-09-13fdo#37529 clear DataColumns read-only information when we clear DataColumnsLionel Elie Mamane1-0/+3
2012-09-05Some clean up of previous commitStephan Bergmann2-3/+3
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2-4/+6
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 Bergmann9-21/+9
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