summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai1-1/+4
2017-03-10ofz: leak in loading pptsCaolán McNamara1-7/+5
2017-02-24LOK - Calc: Text is not visible in cell when entering numerical inputMarco Cecchetti1-5/+5
2016-11-13drop useless semicolonsDavid Tardon1-1/+1
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin1-1/+1
2016-09-28extend dumpAsXml to EditDocNoel Grandin1-1/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-08rename CollapsAttribs -> CollapseAttribsNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin1-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-10/+0
2016-04-19So this is apparently about right-to-left levels, not a boolean flagStephan Bergmann1-7/+7
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-04-06Avoid reserved identifiersStephan Bergmann1-8/+8
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-18loplugin: unused return valuesNoel Grandin1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin1-2/+0
2016-01-07Fix memory leakStephan Bergmann1-1/+0
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-3/+2
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-01loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-07-16loplugin:unusedmethods editengNoel Grandin1-20/+17
2015-07-06improve the returnbyref lopluginNoel Grandin1-5/+5
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+3
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-01-12no need for DeletedNodeInfo class to be type unsafeNoel Grandin1-5/+5
2014-12-03editeng: it's like there's a nest of these thingsMichael Stahl1-2/+2
2014-12-03editeng: there's yet another checking function hidden at dbglevel=3Michael Stahl1-1/+1
2014-12-03editeng: convert that to assertMichael Stahl1-1/+1
2014-12-03editeng: activate some more assertions hidden behind dbglevel=3Michael Stahl1-2/+2
2014-12-01editeng: don't hide the DbgCheckAttribs() behind OSL_DEBUG_LEVEL > 2Michael Stahl1-3/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-15convert PORTION_KIND constants to enumNoel Grandin1-21/+24
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks1-0/+9
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-3/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-6/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-31fdo#64956: editeng: fix RTF color table exportMichael Stahl1-16/+1
2014-04-15editeng: sal_Bool->boolNoel Grandin1-32/+32