summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textview.cxx
AgeCommit message (Expand)Author
2015-01-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara
2014-01-11longparas: shouldn't need to split strings in textview anymoreCaolán McNamara
2013-08-12fix up some other single arg String::Erase conversionsCaolán McNamara
2013-08-12convert vcl/source/edit/textdoc.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/textdata.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/textview.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-05-22sal_Bool to boolTakeshi Abe
2013-05-18sal_Bool to boolTakeshi Abe
2013-05-05fdo#39468 Translate German Comments - rest of vcl/source/edit/...Christian M. Heller
2013-05-02rather nutso, just drop the XubString variantCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás