summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-8/+9
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+8
2013-12-10fdo#54938: Convert dbaccess to use cppu::supportsServiceMarcos Paulo de Souza15-43/+33
2013-12-10Drop duplicate #includeTakeshi Abe2-2/+0
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2-3/+3
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann14-13/+3
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann7-16/+15
2013-12-06Missing includeStephan Bergmann1-0/+4
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2-5/+6
2013-12-06Remove unused typedefsStephan Bergmann1-9/+0
2013-12-06Avoid ambiguities among different OWeakRefArray declarationsStephan Bergmann3-13/+7
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann2-15/+12
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann9-17/+22
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann3-4/+8
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann15-43/+51
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann15-39/+63
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-1/+1
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann5-2/+16
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann1-5/+5
2013-12-04fdo#70144 Don't reset Document's modified flag when inserting new table.Andrzej J.R. Hunt1-5/+3
2013-12-02fdo#72163 belts and suspendersLionel Elie Mamane1-2/+4
2013-12-02fdo#72163 after updating m_xComposer, command facets are not dirty anymoreLionel Elie Mamane1-0/+2
2013-12-02fdo#34170 Disable deleting in the native Open DialogSamuel Mehrbrodt1-0/+1
2013-11-28Finish rework of QueryDeleteDlg_ImplCaolán McNamara1-4/+3
2013-11-27QueryDeleteDlg_Impl: add GetResult() that was removed in ...Michael Stahl1-1/+1
2013-11-25Fix some typos for "height"Julien Nabet1-1/+1
2013-11-25dbaccess: improve exception message when no driver foundMichael Stahl2-2/+3
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-2/+2
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin10-14/+14
2013-11-17missing translatable="yes" attributesAndras Timar1-1/+1
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-11/+14
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann3-3/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-1/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-9/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin10-24/+24
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt1-1/+6
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin6-11/+11
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin4-8/+8
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-2/+2
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin39-141/+137
2013-11-09factorise code; make DBTestBase a UnoApiTestLionel Elie Mamane2-45/+28
2013-11-09indentationLionel Elie Mamane1-1/+1