summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editobj2.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-06tdf#158773 reduce cost of ContentInfo::GetTextNoel Grandin1-0/+2
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)1-6/+5
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-3/+1
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl1-5/+9
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl1-5/+5
2021-10-08use SfxItemSetFixed in editengNoel Grandin1-1/+1
2021-07-22Make static_casting to the only derived class less verboseMike Kaganski1-0/+12
2021-07-22Simplify EditTextObject's pool initializationMike Kaganski1-6/+2
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-2/+2
2021-07-21Use MapUnit directly hereMike Kaganski1-5/+6
2021-07-21Prefix members of EditTextObjectImplMike Kaganski1-21/+22
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski1-41/+41
2021-05-08ref-count SfxItemPoolNoel Grandin1-5/+2
2021-05-04speed up loading large ODS a littleNoel Grandin1-10/+5
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-10-20use tools::Long in editengNoel1-1/+1
2020-03-20tdf#114441: Convert use of sal_uLong to better integer typesBugra1-3/+3
2019-12-20tdf#124176: Use pragma once instead of include guardsBatuhan Görkem Benzer1-4/+1
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen1-1/+0
2019-11-27Better handling of text rotation attribute.Tamás Zolnai1-2/+5
2019-09-02loplugin:constmethod in editengNoel Grandin1-1/+1
2019-06-23editeng/XParaPortionList: OutputDevice's MapModeAdrien Ollier1-2/+1
2019-05-07tdf#74702 partial cleanup of OutDevTypeAdrien Ollier1-5/+3
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin1-1/+1
2018-10-27loplugin:unusedmethodsNoel Grandin1-1/+0
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-1/+2
2018-08-15loplugin:useuniqueptr pass XEditAttribute around by std::unique_ptrNoel Grandin1-2/+2
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin1-2/+0
2018-05-14loplugin:useuniqueptr in EditTextObjectImplNoel Grandin1-4/+4
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin1-2/+2
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin1-1/+1
2017-10-23loplugin:includeform: editengStephan Bergmann1-1/+1
2017-08-25loplugin:unusedfieldsNoel Grandin1-1/+0
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall1-2/+0
2017-08-08loplugin:unusedmethodsNoel Grandin1-1/+0
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall1-1/+0
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke1-1/+2
2017-07-26Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke1-0/+12
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai1-2/+4
2017-03-27Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann1-9/+9
2016-11-21make this just every so slightly less awfulCaolán McNamara1-3/+4
2016-09-13rename ContentInfo attribs field and methods to charAttribsNoel Grandin1-7/+7
2016-09-13impress: extend dumpAsXml to style information in ContentInfo nodesNoel Grandin1-2/+6
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin1-2/+2
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-3/+4
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+7
2016-01-20loplugin:unusedmethodsNoel Grandin1-12/+0
2016-01-18loplugin: unused return valuesNoel Grandin1-6/+0
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-2/+2
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+1