summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccObject.cxx
AgeCommit message (Expand)Author
2022-01-11tdf#146306 wina11y: Retrieve accessible desc on demandMichael Weghorn
2022-01-11wina11y: Use existing method to update descriptionMichael Weghorn
2022-01-11wina11y: Use separate local variable for action descriptionMichael Weghorn
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann
2021-10-05drop 'using namespace std' in winaccessibilityJulien Nabet
2021-09-20wina11y: Drop bool param from CMAccessible::NotifyDestroyMichael Weghorn
2021-09-20wina11y: Drop AccObject::m_bShouldDestroyMichael Weghorn
2021-09-01tdf#135588 wina11y: Map AccessibleRole::STATIC to ROLE_SYSTEM_STATICTEXTMichael Weghorn
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann
2019-09-12Fix typosAndrea Gelmini
2019-08-19Fix typosAndrea Gelmini
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-20pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara
2018-10-20unused pUNumberString bufferCaolán McNamara
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-11Clean up uses of SAL_U/SAL_W: winaccessibilityStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-11Fix typosAndrea Gelmini
2016-10-15clang-cl loplugin: winaccessibilityStephan Bergmann
2016-03-04-Werror,-WshadowStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2015-11-28Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann
2015-11-28-Werror,-WreorderStephan Bergmann
2015-11-24com::sun::star->css in winaccessibility/Noel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-13Typos for descriptionJulien Nabet
2014-10-17fdo#74441 [Accessiblity] Don't expose 0 for empty cells in CalcNiklas Johansson
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-14typo: postion -> positionThomas Arnhold
2014-02-22fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT.Michael Meeks
2014-02-02cppcheck: unused variableJulien Nabet
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-12winaccessibility: use SAL_N_ELEMENTSMichael Stahl
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl
2013-11-26Replace deprecated OUString::valueOf -> OUString::numberStephan Bergmann