summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimpit.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-1/+1
2023-12-20cid#1545835 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-0/+8
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-0/+7
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+2
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-1/+1
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh1-0/+17
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-14/+14
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+2
2021-01-12transparency->alpha in tools::ColorNoel1-2/+2
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel1-5/+5
2020-09-30loplugin:reducevarscope in swNoel1-1/+1
2020-09-26Fix typoAndrea Gelmini1-1/+1
2020-09-10crashtesting ooo97840-2.odt assert in SvXMLAttrCollection::AddAttrNoel Grandin1-2/+5
2020-09-08fix crashtest ooo53770-1.odtNoel Grandin1-2/+7
2020-09-03Fix crashtest fdo77855.odtNoel Grandin1-1/+9
2020-08-27use fastparser in CreateTableItemImportContextNoel Grandin1-20/+72
2020-08-26remove always true conditonNoel Grandin1-2/+2
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-4/+0
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-5/+5
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-18loplugin:virtualdead unused param in SvXMLImportItemMapper::handleSpecialItemNoel Grandin1-4/+2
2019-02-13sw btlr writing mode: implement ODF filterMiklos Vajna1-8/+21
2019-01-14use unique_ptr in XMLPropertyHandlerFactory::CreatePropertyHandlerNoel Grandin1-10/+5
2018-11-19Removed duplicated includesAndrea Gelmini1-1/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-12/+4
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin1-24/+16
2018-03-07use more Color in swNoel Grandin1-3/+1
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-11/+0
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-01-26USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-14/+14
2017-10-23loplugin:includeform: swStephan Bergmann1-6/+6
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-06loplugin:constparams in sw part6Noel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-04-06loplugin:singlevalfieldsNoel Grandin1-2/+3
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-14sw: fix Android -Werror=maybe-uninitializedMiklos Vajna1-1/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-9/+9
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-6/+6
2017-02-28tdf#77111 sw: add unit test, fix getting PageNumberOffset propertyMichael Stahl1-0/+3
2017-02-27tdf#77111 odt import: treat PAGEDESC_PAGENUMOFFSET==0 as autoJustin Luth1-1/+1