summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/textwindowaccessibility.cxx
AgeCommit message (Expand)Author
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-07-29chmod -xTor Lillqvist
2015-07-17com::sun::star->css in accessibilityNoel Grandin
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-02cppcheck: noExplicitConstructorCaolán McNamara
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-30loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-19fix-includes.pl: accessibilityThomas Arnhold
2014-05-15fix cut and paste into macro editor crashCaolán McNamara
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-18No need for the extra levels here.Jan Holesovsky
2014-04-15accessibility: sal_Bool->boolNoel Grandin
2014-04-09Remove unused functionsStephan Bergmann
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-25Remove dead codeStephan Bergmann
2014-03-18Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann
2014-03-05remove unused code in accessibility::DocumentNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
2013-11-26-Werror,-Wunused-private-fieldStephan Bergmann
2013-11-26WaE: private field 'm_bCompoundControlChild' is not usedTor Lillqvist
2013-11-26Document::ProcessWindowEvent now just forwards to baseclassCaolán McNamara
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin
2013-04-02drop prefix from ::cssThomas Arnhold
2013-02-22s/the the/the/Tor Lillqvist
2013-02-18coverity#738556 Unitialized scalar fieldNorbert Thiebaud
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-12-24Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-09Better fix for fdo#56473, Crash when inserting a simple macroMichael Meeks
2012-11-02Related: fdo#56473 IDE: Crash when inserting a simple macroJulien Nabet
2012-10-28Resolves: fdo#56473 IDE: Crash when inserting a simple macroJulien Nabet