summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2021-08-24cid#1490801 Uninitialized pointer fieldCaolán McNamara1-0/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin2-5/+5
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann2-3/+3
2021-08-19Fix typosAndrea Gelmini1-1/+1
2021-08-16tdf#126879 - Drop obsolete DOCTYPE HTML 4.0Andreas Heinisch1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-1/+1
2021-08-16tdf#143656: Tools > SQL : add a checkbox to enable Direct SQLJulien Nabet3-2/+34
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-7/+0
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin2-0/+2
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin6-21/+22
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-3/+1
2021-08-05drop unneeded forward declares of ControlCaolán McNamara2-3/+0
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin40-75/+85
2021-08-03tdf#143657 'execute' button doesn't get enabled when contents changedCaolán McNamara1-6/+6
2021-08-02convert #defines to OUStringLiteralNoel Grandin2-15/+15
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin2-9/+7
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin1-2/+1
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-1/+1
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-3/+2
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-1/+2
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike Kaganski1-0/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin1-5/+3
2021-07-17tdf#143400: fix query with most functions could not be created in GUIJulien Nabet1-4/+2
2021-07-16fix svl::detail::validRanges2(m_pWhichRanges) assert seen in dbaccessCaolán McNamara1-5/+5
2021-07-13no need to use WeakImplHelper in OTextConnectionSettingsDialogNoel Grandin1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt3-6/+6
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin4-6/+6
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-5/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin6-75/+76
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-1/+1
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-4/+20
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-2/+0
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-3/+1
2021-06-11Related: tdf#139447 DBTreeViewBase ctor takes a bool if its a sqltype or notCaolán McNamara1-1/+2
2021-06-11tdf#139447 crash on dragging query/table from explorer to calc sheetCaolán McNamara3-4/+4
2021-06-10drop firebird test of initial experimental period fdb-only formatCaolán McNamara5-182/+0
2021-06-10drop unused dbaccess/qa/unit/data/firebird_integer_le.odbCaolán McNamara1-0/+0
2021-06-10fix firebird Cppunit targetsCaolán McNamara2-18/+18
2021-06-09xmllint: Namespace prefix menu on menuseparator is not definedCaolán McNamara1-1/+1
2021-06-08Simplify Sequences initializations (dbaccess)Julien Nabet5-32/+18
2021-06-08-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-3/+0
2021-06-03Revert "Initialize vector directly with the already known count number"Julien Nabet1-1/+1
2021-06-02Initialize vector directly with the already known count numberJulien Nabet1-1/+1
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-2/+2
2021-05-27IsDisposed->isDisposed in dbaccessNoel Grandin1-2/+2
2021-05-25fix leak in CppunitTest_dbaccess_macros_testNoel Grandin1-1/+3
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara26-52/+52