summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-03-07 12:30:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-03-07 12:30:27 +0100
commitf13cca25f7466d5d9c7f35561a4c32e9405b629d (patch)
tree25f1c4f653c66f50ce746720f9661f3a4e365999
parent2a594220f7cf21d1c3a5ac799c260637c44d4093 (diff)
Version 24.2.2.1, tag libreoffice-24.2.2.1 libreoffice-24.2.2.1
Change-Id: I3bfde85a1451e5adfb55750774ecb3540cf37b03
0 files changed, 0 insertions, 0 deletions
>feature/sparklines LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessiblePageShape.cxx
AgeCommit message (Expand)Author
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann
2019-06-12loplugin:unusedmethodsNoel Grandin
2019-04-19loplugin:sequentialassign in sdNoel Grandin
2019-03-07tdf#42949 Fix IWYU warnings in sd/source/ui/[a-c]*/*cxxGabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-03-07loplugin:write only fieldsNoel Grandin
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-06-30Fix typosAndrea Gelmini
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-25coverity#707088 Uncaught exceptionCaolán McNamara