summaryrefslogtreecommitdiff
path: root/vcl/source/edit
AgeCommit message (Expand)Author
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara
2014-07-27fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-21coverity#706084 Unintended sign extensionCaolán McNamara
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-14fix higher debug level buildCaolán McNamara
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-17avoid segfault when nBrekPos is past the endLionel Elie Mamane
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
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-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
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