summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-26/+21
2015-09-11convert Link<> to typedNoel Grandin2-9/+4
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-16sal_uLong to sal_uInt32Matteo Casalin1-2/+2
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-16/+12
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-6/+2
2015-08-11loplugin: defaultparamsNoel Grandin6-9/+9
2015-08-05loplugin:unusedmethodsNoel Grandin2-33/+7
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin1-2/+2
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin1-13/+7
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-4/+2
2015-07-30loplugin:unusedmethodsNoel Grandin2-19/+0
2015-07-29chmod -xTor Lillqvist32-0/+0
2015-07-24loplugin:unusedmethodsNoel Grandin1-15/+0
2015-07-23inline a handful of use-once #definesNoel Grandin2-21/+0
2015-07-17com::sun::star->css in accessibilityNoel Grandin107-1802/+1655
2015-07-15loplugin:unusedmethods accessibility,fpicker,uuiNoel Grandin9-44/+11
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-18/+0
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-06tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper*Takeshi Abe11-21/+10
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-06-29sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin1-2/+1
2015-06-23fix a11y crash seen in save-as-templateCaolán McNamara1-3/+2
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+2
2015-06-15cppcheck:redundantConditionNoel Grandin1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin6-16/+16
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini11-32/+11
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin2-2/+2
2015-05-02cppcheck: noExplicitConstructorCaolán McNamara4-5/+8
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist8-12/+12
2015-04-28some build fixesCaolán McNamara3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks40-159/+127
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin2-6/+6
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin2-13/+13
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin26-94/+94
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-13loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-10More misc. cleanup.Michael Meeks1-1/+1
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-6/+6
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks22-114/+73
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin20-38/+47
2015-04-09loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-03Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara1-40/+16