summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)Author
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann
2014-03-05remove unused code TextEngine::GetLeftMargin()Noel Grandin
2014-03-05remove unused code vcl/VclMultiLineEditNoel Grandin
2014-03-04Resolves: fdo#75229 missing object:state-changed:focusedCaolán McNamara
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
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-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-26Edit::IsModified should return boolStephan Bergmann
2014-01-25coverity#440841 : Dereference after NULL checkNorbert Thiebaud
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-14longparas: none of the callers check for the error caseCaolán McNamara
2014-01-14longparas: bump nLen to 32bitCaolán McNamara
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-13longparas: drop STRING_MAXLEN limit in TextEngineCaolán McNamara
2014-01-13longparas: drop STRING_MAXLEN limit in TextDocCaolán McNamara
2014-01-11longparas: unnecessary xub_StrLen castCaolán McNamara
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara
2014-01-11longparas: shouldn't need to split strings in textview anymoreCaolán McNamara
2014-01-10operator ==, != should return boolStephan Bergmann
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-13support accepts-tab propertyCaolán McNamara
2013-08-28Mark as constTakeshi Abe
2013-08-17fix DBG_ASSERT post String->OUString conversionCaolán McNamara
2013-08-17defer GetBreakIterator as long as possibleCaolán McNamara
2013-08-12fix for "signed overflow is undefined" warningNoel Grandin
2013-08-12remove dead variableNoel Grandin
2013-08-12fix up some other single arg String::Erase conversionsCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
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/vclmedit.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/xtextedt.hxx from String to OUStringNoel Grandin
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin