summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unoedprx.cxx
AgeCommit message (Expand)Author
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-01-28Remove various more obsolete sal_uInt16 restrictionsStephan Bergmann
2018-01-28SvxAccessibleTextIndex::mnEEIndex need not be bounded sal_uInt16Stephan Bergmann
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-10-23loplugin:includeform: editengStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-05loplugin:constantparam in editengNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-03use assert when followed by derefCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from editengAlexander Wilms
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21remove unused return value from methodNoel Grandin
2014-02-13coverity#707769 Uninitialized pointer fieldCaolán McNamara
2014-02-12sal_Bool->boolNoel Grandin
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-09-11fix windows build after my OUString changeNoel Grandin
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/editdata.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin
2013-09-04String to OUStringThomas Arnhold
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-26XubString->OUStringCaolán McNamara