summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unoforou.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-16tdf#103064 sw,editeng: enable UNO API and ODF import/exportMaxim Monastirsky1-0/+14
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga1-2/+2
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin1-12/+12
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-1/+1
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-1/+1
2020-10-20use tools::Long in editengNoel1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen1-3/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-2/+0
2018-07-31loplugin:returnconstant in editengNoel Grandin1-1/+2
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-2/+1
2018-05-16loplugin:useuniqueptr in SvxOutlinerForwarderNoel Grandin1-17/+6
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin1-1/+1
2018-04-04tdf#108608 Draw file unresponsive on large text pasted into textboxNoel Grandin1-18/+1
2018-03-01drop old tools/gen methods in accessibility..formulaNoel Grandin1-2/+8
2017-10-23loplugin:includeform: editengStephan Bergmann1-1/+1
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-1/+1
2017-07-28loplugin:constparams in editengNoel Grandin1-1/+1
2017-07-22loplugin:unusedfields in editengNoel Grandin1-2/+1
2017-06-05Improved loplugin:cstylecast to reference types: editengStephan Bergmann1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-2/+2
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin1-7/+4
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-04-05loplugin:constantparam in editengNoel Grandin1-2/+2
2016-03-18loplugin:constantfunction in editengNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-09-13editeng: com::sun::star->cssNoel Grandin1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin1-7/+7
2014-03-03editeng: sal_Bool->boolNoel Grandin1-7/+7
2014-03-03editeng: sal_Bool->boolNoel Grandin1-16/+16
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-21/+21
2014-01-22bool improvementsStephan Bergmann1-2/+2
2013-11-26Integrate branch of IAccessible2Steve Yin1-2/+2
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-1/+1