summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/swxml.cxx
AgeCommit message (Expand)Author
2023-11-07use more TypedWhichIdNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-08-28new loplugin:optionalboolNoel Grandin
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin
2022-10-08use more SwPosition::AssignNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin
2022-08-02introduce SwPosition::GetContentNodeNoel Grandin
2022-07-25SwIndex/SwIndexReg is only used to deal with SwContentNodesNoel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2022-01-27add some more TypeWhichId annotationsNoel Grandin
2022-01-19sw_fieldmarkhide: disable layout cache if there are fieldmarksMichael Stahl
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-25tdf#115815 sw: fix lost annotation ranges of redlinesLászló Németh
2020-10-16sw: use the fastparser API when possibleNoel
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-09-01Fix typoAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-30loplugin:flatten in sw/filter/xmlNoel Grandin
2020-05-11remove archaic Content.xml fallbackCaolán McNamara
2020-02-06tdf#129881 missing sections in link sectionNoel Grandin
2019-12-23sal_Char->char in swNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-11-16no need to construct a parser in SwXMLSectionListNoel Grandin
2019-11-06convert SwXMLSectionList to FastParserNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-20loplugin:referencecasting in swNoel Grandin
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-20tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-12-18sw_redlinehide: make layout based Show/Hide mode the defaultMichael Stahl
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-19sw_redlinehide_2: replace SW_REDLINEHIDE with ExperimentalMode configMichael Stahl
2018-09-19sw_redlinehide_2: disable layout-cache for nowMichael Stahl
2018-09-19sw_redlinehide_2: add *another* flag to DocumentRedlineManagerMichael Stahl
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-16convert SW*READER constants to scoped enumNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin