summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleTextHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-03loplugin:constmethod in svxNoel Grandin1-6/+6
2019-08-23tdf#119388 only enqueue events we actually processNoel Grandin1-0/+2
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-25Convert remaining SdrHint to static_castXisco Fauli1-54/+53
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-12/+14
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-1/+0
2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn1-57/+8
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-25improve some loggingNoel Grandin1-2/+3
2018-05-02tdf#117205 impress crash when moving an item in a listNoel Grandin1-5/+6
2018-04-04dead code in AccessibleTextHelper_Impl::UpdateVisibleChildrenNoel Grandin1-44/+14
2018-01-28Remove redundant checksStephan Bergmann1-3/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-10/+10
2017-10-23loplugin:includeform: svxStephan Bergmann1-6/+6
2017-10-16Move svx include files to common include directoryStephan Bergmann1-1/+1
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-1/+1
2017-09-23loplugin:flatten in svl..svxNoel Grandin1-12/+11
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-6/+5
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin1-4/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svxStephan Bergmann1-3/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-4/+1
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin1-8/+0
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-8/+8
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-46/+36
2016-11-18perf: dynamic_cast only when necessary, arranged in likelihood of occurrenceEike Rathke1-32/+29
2016-10-27loplugin:expandablemethods in svxNoel Grandin1-2/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-6/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-2/+2
2016-08-19drop enum SvxViewHint::HintTypeNoel Grandin1-10/+5
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin1-11/+5
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann1-7/+4
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-02-08tdf#96685 - set focus of accessible table cellsJustin Luth1-1/+1
2015-11-23loplugin:unusedfields in svx/Noel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-7/+16
2015-02-03callcatcher: shave off some moreCaolán McNamara1-13/+0
2015-02-01loplugin:unreffunStephan Bergmann1-20/+0