summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara10-219/+331
2013-12-22Fix other typosJulien Nabet4-5/+5
2013-12-21Revert "WIP: xlink:href needs xlink:type"Lionel Elie Mamane1-2/+0
2013-12-21WIP: xlink:href needs xlink:typeLionel Elie Mamane1-0/+2
2013-12-20typo fixesAndras Timar21-52/+52
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke4-19/+19
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-5/+5
2013-12-20Fix typo: Stroage -> StorageTakeshi Abe2-2/+2
2013-12-19A singleton is not a serviceStephan Bergmann1-1/+0
2013-12-19CID#736013 unlikely invalid iterator useCaolán McNamara1-1/+7
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann4-0/+16
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann5-10/+10
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin2-2/+2
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-4/+4
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin5-11/+11
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-7/+7
2013-12-16fdo#72696 set parameters when they have changedLionel Elie Mamane2-38/+64
2013-12-12fdo#72463 RowSet: on execute when not dirty, rebuild cacheLionel Elie Mamane14-21/+48
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann5-16/+16
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+8
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2-2/+0
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