summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.cxx
AgeCommit message (Expand)Author
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe
2015-03-02cppcheck: cstyleCastCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-05-20WaE: -Wunused-variableThomas Arnhold
2014-04-30starmath: sal_Bool->boolNoel Grandin
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin
2014-03-29typo: selektion -> selectionThomas Arnhold
2014-03-29typo: inteface -> interfaceThomas Arnhold
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from starmathAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-13coverity#708230 Uninitialized pointer fieldCaolán McNamara
2014-02-12sal_Bool->boolNoel Grandin
2014-02-09coverity#1169836 Dereference null return valueCaolán McNamara
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-12-09fdo#54938: Convert starmath to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold
2013-09-05String to OUStringThomas Arnhold
2013-09-04String to OUStringThomas Arnhold
2013-07-09ditch last XubString in starmathCaolán McNamara
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-26XubString->OUStringCaolán McNamara
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-22AllSettings with LanguageTagEike Rathke
2012-10-29String -> OUStringIvan Timofeev
2012-10-11Make a function static for deduplication in the DISABLE_DYNLOADING caseTor Lillqvist
2012-10-01String -> OUStringIvan Timofeev
2012-10-01String -> OUStringIvan Timofeev
2012-08-03Translated German comments in starmath (fdo#39468)Alexander Wilms
2012-07-06re-base on ALv2 code. Includes:Michael Meeks