summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/textwindowaccessibility.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu1-19/+13
2016-08-04loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin1-1/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-18cppcheck: silence known conditions warnings accessibilityJochen Nitschke1-4/+4
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-20/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-6/+3
2015-09-20convert Link<> to typedNoel Grandin1-3/+2
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-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin1-13/+7
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-4/+2
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-17com::sun::star->css in accessibilityNoel Grandin1-4/+4
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-09-30loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-05-27css already means ::com::sun::starThomas Arnhold1-58/+58
2014-05-19fix-includes.pl: accessibilityThomas Arnhold1-2/+2
2014-05-15fix cut and paste into macro editor crashCaolán McNamara1-3/+12
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-18No need for the extra levels here.Jan Holesovsky1-71/+63
2014-04-15accessibility: sal_Bool->boolNoel Grandin1-3/+3
2014-04-09Remove unused functionsStephan Bergmann1-3/+0
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-3/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-14/+14
2014-03-25Remove dead codeStephan Bergmann1-8/+0
2014-03-18Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann1-115/+103
2014-03-05remove unused code in accessibility::DocumentNoel Grandin1-38/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-56/+56
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara1-0/+1
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-6/+3
2013-11-26-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2013-11-26WaE: private field 'm_bCompoundControlChild' is not usedTor Lillqvist1-3/+2
2013-11-26Document::ProcessWindowEvent now just forwards to baseclassCaolán McNamara1-19/+0