summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Remove excess newlinesChris Sherlock47-554/+0
2016-02-04accessibility: fix doxygen errorsChris Sherlock8-179/+171
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-3/+3
2016-01-31tdf#88205 Delete 'css::uno::Sequence'kerem1-2/+1
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann5-12/+12
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt4-1173/+0
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-35/+30
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-20/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin19-38/+19
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann45-161/+161
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin4-12/+6
2015-10-28Get rid of some redundant base class typedefsStephan Bergmann4-9/+9
2015-10-28bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken1-1/+1
2015-10-21more removal of com::sun::star typedefsNoel Grandin2-7/+3
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-7/+4
2015-10-13Revert "bin confusion with name AccessibleGridControlTableImplHelper"Noel Grandin1-1/+1
2015-10-13bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-46/+46
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-13/+13
2015-09-20convert Link<> to typedNoel Grandin6-61/+33
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-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 Grandin1-25/+0
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 Grandin1-18/+0
2015-07-29chmod -xTor Lillqvist32-0/+0
2015-07-23inline a handful of use-once #definesNoel Grandin2-21/+0
2015-07-17com::sun::star->css in accessibilityNoel Grandin42-243/+233
2015-07-06tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper*Takeshi Abe2-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-07-04Fix typosAndrea Gelmini2-2/+2
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