summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
2014-01-10dbaccess: ODF export: set "Version" property on target StorageMichael Stahl
2014-01-07Fix buildStephan Bergmann
2014-01-07to set version property, it should exist...Lionel Elie Mamane
2013-12-20typo fixesAndras Timar
2013-12-20Fix typo: Stroage -> StorageTakeshi Abe
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-12-16fdo#72696 set parameters when they have changedLionel Elie Mamane
2013-12-12fdo#72463 RowSet: on execute when not dirty, rebuild cacheLionel Elie Mamane
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10fdo#54938: Convert dbaccess to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-10Drop duplicate #includeTakeshi Abe
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann
2013-12-06Missing includeStephan Bergmann
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann
2013-12-06Remove unused typedefsStephan Bergmann
2013-12-06Avoid ambiguities among different OWeakRefArray declarationsStephan Bergmann
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann
2013-12-04fdo#70144 Don't reset Document's modified flag when inserting new table.Andrzej J.R. Hunt
2013-12-02fdo#72163 belts and suspendersLionel Elie Mamane
2013-12-02fdo#72163 after updating m_xComposer, command facets are not dirty anymoreLionel Elie Mamane
2013-11-25dbaccess: improve exception message when no driver foundMichael Stahl
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt
2013-11-05dbaccess: cleanupThomas Arnhold
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
2013-10-16make sure value passed to updateBoolean is treated as a booleanLionel Elie Mamane
2013-10-16when reading a bool from a database, treat is as a boolLionel Elie Mamane
2013-10-16CID#1000838 Fix overrides' exception specificationsStephan Bergmann