summaryrefslogtreecommitdiff
path: root/vcl/source/window/accessibility.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-4/+3
2016-07-28vcl: Guard against invalid statesSamuel Mehrbrodt1-0/+1
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-8/+0
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-38/+0
2016-03-08Bin unneeded inclusions of dbggui.hxxTor Lillqvist1-1/+0
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-26/+26
2016-02-10Don't fall back to Tool Bar as accessible name for toolbarsNiklas Johansson1-2/+0
2016-01-25git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}Chris Sherlock1-1/+1
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+2
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-03vcl: Remove commented-out codeAdolfo Jayme Barrientos1-37/+0
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-1/+1
2014-11-01vcl/source: get rid of redundant svsys.h includesDouglas Mencken1-1/+0
2014-09-29loplugin: cstylecastNoel Grandin1-7/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin1-26/+30
2014-09-10vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-05-27use namespace css instead of com::sunThomas Arnhold1-1/+0
2014-05-13VCL: Move accessibility functions to accessibility.cxxChris Sherlock1-0/+728