summaryrefslogtreecommitdiffstats
path: root/accessibility/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* new clang plugin: loopvartoosmallNoel Grandin2015-05-286-16/+16
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-156-11/+10
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-152-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-024-5/+8
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-308-12/+12
* some build fixesCaolán McNamara2015-04-283-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2825-131/+92
|\
| * More misc. cleanup.Michael Meeks2015-04-101-1/+1
| * vclwidget: make sure we have an explicit destructorNoel Grandin2015-04-101-6/+6
| * accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-1020-109/+70
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-107-15/+15
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-242-3/+3
* | convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin2015-04-222-6/+6
* | convert TREEFLAG_ constants to scoped enumNoel Grandin2015-04-222-13/+13
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1513-44/+44
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-092-2/+2
* Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara2015-04-031-40/+16
* Related: tdf#82998 rearrange, no logic changeCaolán McNamara2015-04-031-34/+41
* Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara2015-04-031-1/+5
* Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara2015-04-031-14/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-283-4/+4
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-207-21/+16
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann2015-02-241-6/+6
* Typo: aditional->additionalJulien Nabet2015-02-221-1/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-165-157/+157