summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-12loplugin:unusedfields variousNoel Grandin1-4/+0
2016-07-12Remove excess newlinesChris Sherlock81-609/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+1
2016-06-18Resolves: tdf#100272 row ally index is ROW_INVALIDCaolán McNamara1-1/+8
2016-05-19clang-tidy misc-unused-raiiNoel Grandin1-1/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2-23/+4
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-48/+307
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin19-38/+19
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann49-167/+167
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 Bergmann10-35/+31
2015-10-28Fix includesStephan Bergmann2-2/+2
2015-10-28Fix previous 604c6cf42f1d136e5c076b4ae17bec86e7e1a206Stephan Bergmann2-2/+2
2015-10-28bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken3-7/+7
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 Grandin3-7/+7
2015-10-13bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken3-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann69-1244/+1244
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-16/+16
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-13/+13
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-20convert Link<> to typedNoel Grandin11-68/+40
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