/unotools/source/

>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/editeng/outlobj.hxx
AgeCommit message (Expand)Author
2021-10-07loplugin:moveparam in editengNoel Grandin
2021-08-18specialise std::optional for OutlineParaObjectNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara
2019-11-27Better handling of text rotation attribute.Tamás Zolnai
2019-11-06ofz#12553 TimeoutCaolán McNamara
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-08-09loplugin:unusedmethodsNoel Grandin
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2017-10-04Fix typosAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-15Avoid using implicit assignment operatorTamás Zolnai
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-12-05loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtagNoel Grandin
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2015-09-15tdf#62525 editeng: OutlinerParaObjectDaniel Robertson
2014-11-27Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida