summaryrefslogtreecommitdiff
path: root/vcl/source/edit/texteng.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-8/+8
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-07-27fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+2
2014-07-21coverity#706084 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-17avoid segfault when nBrekPos is past the endLionel Elie Mamane1-2/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-9/+0
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-2/+3
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann1-1/+2
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin1-5/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-8/+8
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-75/+75
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+2
2014-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan1-6/+5
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-25coverity#440841 : Dereference after NULL checkNorbert Thiebaud1-11/+16
2014-01-14longparas: none of the callers check for the error caseCaolán McNamara1-2/+2
2014-01-13longparas: drop STRING_MAXLEN limit in TextEngineCaolán McNamara1-78/+75
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara1-2/+2
2013-08-28Mark as constTakeshi Abe1-3/+3
2013-08-17fix DBG_ASSERT post String->OUString conversionCaolán McNamara1-1/+4
2013-08-17defer GetBreakIterator as long as possibleCaolán McNamara1-4/+8
2013-08-12fix for "signed overflow is undefined" warningNoel Grandin1-3/+3
2013-08-12remove dead variableNoel Grandin1-3/+0
2013-08-12convert vcl/source/edit/textdoc.hxx from String to OUStringNoel Grandin1-54/+55
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin1-28/+28
2013-08-12XubString->OUStringCaolán McNamara1-20/+15
2013-05-22sal_Bool to boolTakeshi Abe1-2/+2
2013-05-18sal_Bool to boolTakeshi Abe1-32/+32
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-4/+4
2013-04-09fdo#39468 Translate German comments V2 - source/edit/texteng.cxxChristian M. Heller1-165/+126
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-04-03fdo#39468 Translate German in DBG_ASSERT and OSL_ENSURE in texteng.cxxChristian M. Heller1-58/+58
2013-04-02Some cppcheck cleaningJulien Nabet1-2/+1
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist1-21/+21
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+1
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin1-8/+3
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/[source,null]Chr. Rossmanith1-8/+8
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann1-1/+1
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-0/+3205