summaryrefslogtreecommitdiff
path: root/svx/source/items
AgeCommit message (Expand)Author
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
2020-02-24tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxxGabor Kelemen
2020-02-22Factor out FillEListWithOneFormat_Impl()Eike Rathke
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-14tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesMesut Çifci
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-10Related: tdf#129300 rotation reference edge had no real descriptionCaolán McNamara
2019-11-18cid#1421150 Useless callCaolán McNamara
2019-10-19This code wants to add the numeric SvxRotateMode valueStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-08-19Resolves: tdf#72040 add predefined ISO 8601 date+time format with "T"Eike Rathke
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov