summaryrefslogtreecommitdiff
path: root/accessibility/source/helper
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: accessibilityStephan Bergmann1-11/+11
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-13/+13
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-33/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-5/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-86/+6
2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin1-1/+1
2017-04-30untranslated strings are just stringsCaolán McNamara1-35/+0
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin1-4/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-14remove unused RID constantsNoel Grandin1-14/+0
2017-02-14Convert WindowType to scoped enumNoel Grandin1-9/+9
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin1-13/+13
2017-01-07accessibility: simplify CharacterAttributesHelper.Arnaud Versini1-29/+7
2017-01-06Localize return value of EditBrowseBoxTableCell::getAccessibleNameMuhammet Kara1-0/+10
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist5-35/+35
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-27/+0
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-35/+30
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-26/+26
2015-07-17com::sun::star->css in accessibilityNoel Grandin1-40/+40
2015-07-06tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper*Takeshi Abe1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks1-2/+2
2014-10-02loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann1-2/+2
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin1-24/+0
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky1-1/+4
2014-04-18accessibility: Move AccessibleFactory to anonymous namespace.Jan Holesovsky1-373/+372
2014-04-15accessibility: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-28/+28
2014-03-24svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms2-48/+16
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-05Doxygen warnings correctedChris Sherlock1-2/+2
2014-02-04fix ambiguitiesCaolán McNamara1-2/+2
2013-11-26-Werror,-Wunused-private-fieldStephan Bergmann1-3/+3
2013-11-26Integrate branch of IAccessible2Steve Yin2-2/+49