summaryrefslogtreecommitdiff
path: root/accessibility/source/standard
AgeCommit message (Expand)AuthorFilesLines
2016-09-05convert ScrollType to scoped enumNoel Grandin1-5/+5
2016-08-04loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin2-2/+2
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin5-33/+0
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin1-4/+8
2016-07-10so the global Application GetAutoMnemonic is always true, simplifyCaolán McNamara1-1/+1
2016-07-01tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorArnold Dumas15-30/+15
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist31-78/+78
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-21clang-tidy modernize-loop-convert in a*Noel Grandin3-18/+15
2016-03-23loplugin:constantparam in accessiblityNoel Grandin1-42/+24
2016-03-09loplugin:constantparam in accessibilityNoel Grandin2-6/+6
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-3/+3
2016-02-09Remove excess newlinesChris Sherlock29-419/+0
2016-01-31tdf#88205 Delete 'css::uno::Sequence'kerem1-2/+1
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann1-4/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin16-32/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-65/+65
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-13/+13
2015-09-20convert Link<> to typedNoel Grandin1-9/+4
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-23/+18
2015-09-11convert Link<> to typedNoel Grandin1-8/+3
2015-08-11loplugin: defaultparamsNoel Grandin2-3/+3
2015-07-23inline a handful of use-once #definesNoel Grandin1-1/+0
2015-07-17com::sun::star->css in accessibilityNoel Grandin9-38/+38
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-23fix a11y crash seen in save-as-templateCaolán McNamara1-3/+2
2015-06-15cppcheck:redundantConditionNoel Grandin1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin3-10/+10
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini6-11/+10
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin2-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist6-9/+9
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks17-109/+73
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-35/+35
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 Meeks17-98/+62
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-4/+4
2015-04-03Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara1-40/+16
2015-04-03Related: tdf#82998 rearrange, no logic changeCaolán McNamara1-34/+41
2015-04-03Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara1-1/+5
2015-04-03Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara1-14/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant7-21/+16
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-02-24Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann1-6/+6