/postprocess/

'distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/textproperties.cxx
AgeCommit message (Expand)Author
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2018-12-20use unique_ptr in svxNoel Grandin
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-09-17In ::SetStyleSheet implementations call parent firstArmin Le Grand
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-02use TypedWhichId in BaseProperties::GetItemNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-06-21loplugin:unusedfields in svx part1Noel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-21use same post-decrement symbol throughoutCaolán McNamara
2016-11-21these are surely wrong as wellCaolán McNamara
2016-11-21drawing shapes aren't tracking style name changes correctlyCaolán McNamara
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke