summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
AgeCommit message (Expand)Author
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-03-24Related: tdf#135363 don't keep a reference to the vcl::WindowCaolán McNamara
2021-03-24Resolves: tdf#135364 ensure the window is released by a11y disposeCaolán McNamara
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin
2020-10-13static_cast after dynamic_castNoel
2020-09-30loplugin:reducevarscope in sdNoel
2020-08-23Fix typo in codeAndrea Gelmini
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-03convert PresObjKind to scoped enumNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-01loplugin:stringadd in sdNoel Grandin
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann
2019-07-29Fix typosAndrea Gelmini
2019-07-20loplugin:referencecasting in sdNoel Grandin
2019-05-17allow a OutputDevice parent where that is sufficientCaolán McNamara
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-03-07tdf#42949 Fix IWYU warnings in sd/source/ui/[a-c]*/*cxxGabor Kelemen
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-09loplugin:indentation in sdNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin
2018-09-21tdf#67248 Use localized layer name only for display in UIRegina Henschel
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin
2018-07-29loplugin:stringloop in sdNoel Grandin
2018-06-08tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[a-c]*Gabor Kelemen
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-21ColorData->Color in sd..svxNoel Grandin
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-25remove unneeded static_castsJochen Nitschke
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-11convert DocumentType to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in sdStephan Bergmann
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-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21convert Link<> to typedNoel Grandin