summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textview.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-2/+2
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-6/+6
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-45/+41
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-4/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-12/+7
2015-03-19loplugin:constantfunction: vclNoel Grandin1-2/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-9/+9
2015-01-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre1-22/+22
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara1-22/+22
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-22/+22
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre1-17/+17
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-8/+8
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-11/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-115/+115
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara1-2/+16
2014-01-11longparas: shouldn't need to split strings in textview anymoreCaolán McNamara1-39/+12
2013-08-12fix up some other single arg String::Erase conversionsCaolán McNamara1-1/+1
2013-08-12convert vcl/source/edit/textdoc.hxx from String to OUStringNoel Grandin1-19/+19
2013-08-12convert vcl/textdata.hxx from String to OUStringNoel Grandin1-5/+5
2013-08-12convert vcl/textview.hxx from String to OUStringNoel Grandin1-12/+12
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin1-1/+1
2013-08-12XubString->OUStringCaolán McNamara1-3/+3
2013-05-22sal_Bool to boolTakeshi Abe1-10/+10
2013-05-18sal_Bool to boolTakeshi Abe1-2/+2
2013-05-05fdo#39468 Translate German Comments - rest of vcl/source/edit/...Christian M. Heller1-75/+71
2013-05-02rather nutso, just drop the XubString variantCaolán McNamara1-7/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist1-14/+14
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-2/+2