summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2021-01-12transparency->alpha in tools::ColorNoel1-2/+2
2021-01-09Fix typosAndrea Gelmini1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin3-4/+4
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-4/+3
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer3-74/+56
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel10-38/+38
2020-09-30loplugin:reducevarscope in svxNoel1-2/+1
2020-09-22tdf#121323 avoid fatal exception with a11y enabledCaolán McNamara1-2/+1
2020-08-06loplugin:flatten in svx/accessibilityNoel Grandin8-413/+418
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner3-54/+15
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin3-3/+3
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling1-0/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann3-2/+5
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-4/+0
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-12move some svx/ headers inside the moduleNoel Grandin2-2/+2
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2020-02-03loplugin:constantparamNoel Grandin1-8/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-3/+4
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen14-85/+0
2020-01-15tdf#42949 Fix IWYU warnings in svx/source/*/*hxxGabor Kelemen1-0/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin1-3/+1
2020-01-10tdf#42949 Fix IWYU warnings in svx/inc/ and svx/source/inc/Gabor Kelemen4-1/+4
2020-01-08tdf#129887: fix crash during scrolling down documentSerge Krot1-1/+1
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-13/+2
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+3
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-8/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+21
2019-11-20loplugin:unusedmethodsNoel Grandin2-27/+0
2019-11-20loplugin:unusedmethodsNoel Grandin1-5/+0
2019-10-30remove unnecessary includeCaolán McNamara1-1/+0
2019-10-22loplugin:constantparamNoel Grandin2-19/+5
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+1
2019-09-29tdf#127857: fix assertion when enabling/disabling design in formsJulien Nabet1-9/+9
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06Fixing "...."Andrea Gelmini2-4/+4
2019-09-03loplugin:constmethod in svxNoel Grandin5-10/+10
2019-09-02we only need an OutputDevice here, not a WindowCaolán McNamara2-6/+6
2019-09-01loplugin:unnecessaryvirtualNoel Grandin1-9/+0
2019-09-01loplugin:unusedmethodsNoel Grandin1-33/+0