summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc
AgeCommit message (Expand)AuthorFilesLines
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin1-2/+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-16fix svl::detail::validRanges2(m_pWhichRanges) assert seen in dbaccessCaolán McNamara1-5/+5
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-08-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-3/+0
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-2/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2021-05-20merge handlers into single toggle handlerCaolán McNamara1-14/+15
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin1-2/+2
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-06typo: Allign->AlignCaolán McNamara1-2/+2
2021-02-23loplugin:unusedmethodsNoel1-9/+0
2021-02-22loplugin:refcounting in dbaccessNoel1-3/+1
2021-02-16convert m_aTypeImage to weld::Image and move inside OTableWindowTitleCaolán McNamara1-27/+0
2021-02-15loplugin:referencecasting in dbaccessNoel2-5/+5
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-9/+6
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-22split SotStorageStream into two classesNoel1-2/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-7/+7
2020-11-19tdf#123936 Formatting files in module dbaccess with clang-formatPhilipp Hofer1-9/+8
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-12New loplugin:stringviewparamStephan Bergmann2-2/+3
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel1-1/+1
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-02loplugin:reducevarscope in dbaccessNoel1-1/+1
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/uiGeorge Bateman1-4/+1
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-8/+0
2020-09-01Fix typo in codeAndrea Gelmini1-2/+2
2020-08-16loplugin:unusedmethodsNoel Grandin1-28/+0
2020-08-12use InterimDBTreeListBoxCaolán McNamara1-2/+2
2020-07-24drop intermediate TabPageCaolán McNamara1-4/+3
2020-07-24move callColumnFormatDialog to use weld::WidgetCaolán McNamara1-4/+4
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin1-87/+0
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara1-9/+5
2020-06-05have just one way to set expander imageCaolán McNamara1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: dbaccessStephan Bergmann2-4/+2
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann5-12/+12
2020-05-13aInfo should be usedTomoyuki Kubota1-1/+0
2020-05-10CopyTableWizard: make code less confusingLionel Elie Mamane2-105/+123
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen20-137/+4
2020-04-17loplugin:buriedassign in dbaccessNoel Grandin1-2/+2