summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleEditObject.cxx
AgeCommit message (Expand)AuthorFilesLines
7 days[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-2/+2
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-2/+2
2023-09-15reduce casting around ScDocShellNoel Grandin1-4/+4
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-11/+11
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-2/+2
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-14/+13
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-19/+16
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara1-3/+2
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara1-3/+2
2021-06-09tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara1-0/+9
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-23we want the a11y screen locationCaolán McNamara1-1/+1
2021-02-21loplugin:refcounting in scNoel1-4/+3
2020-10-16weld InputBarCaolán McNamara1-3/+7
2020-07-29loplugin:flatten in sc/ui/AccessibilityNoel Grandin1-33/+33
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-04-09restore ScEditWindow a11yCaolán McNamara1-14/+93
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen1-2/+0
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+3
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-26/+0
2016-11-17Remove redundant checks on nullptr.Kohei Yoshida1-10/+5
2016-11-17Use std::unique_ptr for mpTextHelper.Kohei Yoshida1-3/+6
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-4/+2
2015-10-28com::sun::star->css in scNoel Grandin1-8/+8
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-02tdf#91641 EditLine should have focus on accessibleText init.Justin Luth1-2/+10
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-4/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22