summaryrefslogtreecommitdiffstats
path: root/accessibility/source
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-0947-554/+0
* accessibility: fix doxygen errorsChris Sherlock2016-02-048-179/+171
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-3/+3
* tdf#88205 Delete 'css::uno::Sequence'kerem2016-01-311-2/+1
* Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann2016-01-275-12/+12
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-172-2/+2
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-162-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-162-2/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Fix typosAndrea Gelmini2016-01-051-1/+1
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-174-1173/+0
* Use comphelper::containerToSequence()Noel Grandin2015-12-031-35/+30
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-20/+4
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-1519-38/+19
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1045-161/+161
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-304-12/+6
* Get rid of some redundant base class typedefsStephan Bergmann2015-10-284-9/+9
* bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken2015-10-281-1/+1
* more removal of com::sun::star typedefsNoel Grandin2015-10-212-7/+3
* refactor out some com::sun::star typedefsNoel Grandin2015-10-211-7/+4
* Revert "bin confusion with name AccessibleGridControlTableImplHelper"Noel Grandin2015-10-131-1/+1
* bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken2015-10-131-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-46/+46
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-13/+13
* convert Link<> to typedNoel Grandin2015-09-206-61/+33
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-121-23/+18
* convert Link<> to typedNoel Grandin2015-09-111-8/+3
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* sal_uLong to sal_uInt32Matteo Casalin2015-08-161-2/+2
* sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin2015-08-161-16/+12
* sal_uInt16 to sal_Int32Matteo Casalin2015-08-161-6/+2
* loplugin: defaultparamsNoel Grandin2015-08-116-9/+9
* loplugin:unusedmethodsNoel Grandin2015-08-051-25/+0
* sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin2015-08-011-13/+7
* sal_uInt16 to sal_Int32Matteo Casalin2015-08-011-4/+2
* loplugin:unusedmethodsNoel Grandin2015-07-301-18/+0
* chmod -xTor Lillqvist2015-07-2932-0/+0
* inline a handful of use-once #definesNoel Grandin2015-07-232-21/+0
* com::sun::star->css in accessibilityNoel Grandin2015-07-1742-243/+233
* tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper*Takeshi Abe2015-07-062-2/+2
* improve the returnbyref lopluginNoel Grandin2015-07-061-3/+3
* Fix typosAndrea Gelmini2015-07-042-2/+2
* sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin2015-06-291-2/+1
* fix a11y crash seen in save-as-templateCaolán McNamara2015-06-231-3/+2
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-171-0/+2
* cppcheck:redundantConditionNoel Grandin2015-06-151-1/+1
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-5/+5