summaryrefslogtreecommitdiff
path: root/svx/source/items
AgeCommit message (Expand)Author
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-07-17svx: prefix members of SdrCustomShapeGeometryItem and SdrFormatterMiklos Vajna
2023-05-09move include/svx/legacyitem.hxx inside svxNoel Grandin
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen
2023-02-03tdf#153023 Disable Thousand separator for NatNum12Laurent Balland
2022-12-15Resolves: tdf#92051 add tooltips to section/table statusbarCaolán McNamara
2022-12-02svx: extended SvxHyperlinkItem to have a new property sReplacementTextrash419
2022-11-03tdf#115007 add NatNum12 number format list items, fix title caseLászló Németh
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann
2022-02-02convert OfaRefItem to a normal classNoel Grandin
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin
2022-01-09implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák
2022-01-09make SdrCustomShapeGeometryItem sortable and fast (bsc#1183308)Luboš Luňák
2022-01-09make SdrCustomShapeGeometryItem internal data consistentLuboš Luňák
2021-11-19rtl::Static->thread-safe static in svxNoel Grandin
2021-11-10inline INIT macroNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-10loplugin:moveparam in svxNoel Grandin
2021-10-04loplugin:constmethodNoel Grandin
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-03-26loplugin:flattenNoel
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-02-15loplugin:referencecasting in svxNoel
2021-02-11Remove unneeded breaksAndrea Gelmini
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-30loplugin:reducevarscope in svxNoel
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-06loplugin:flatten in svxNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-06-09tdf#126025: Non-const GetPropertyValueByName must use non-const Sequence []Stephan Bergmann
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi