summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-06-12tdf#144208 speedup doc with lots of redline (6)Noel Grandin1-18/+4
2024-05-15loplugin:ostr in xmloffNoel Grandin1-57/+57
2024-05-06replace createFromAscii with OUString literals in XMLBibliographyFieldNoel Grandin1-39/+37
2024-04-06flatten for readabilityCaolán McNamara1-62/+61
2024-04-06ofz#67867 Null-dereference READCaolán McNamara1-12/+15
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-2/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-22tdf#146619 Recheck xmloff/*hxx with IWYUGabor Kelemen1-0/+1
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-11-10Fix STYLEREF crashes and forwards-compatibilitySkyler Grey1-0/+3
2023-10-30Enable STYLEREF flag export/import with ODFSkyler Grey1-0/+13
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann1-30/+30
2023-10-20tdf#86790: Add support for a word-style stylerefSkyler Grey1-0/+5
2023-09-12Added parent / child relationship to comments.Gökay Şatır1-0/+6
2023-05-05Reworked bibliography mark link target to have user-selectable typeVojtěch Doležal1-3/+3
2023-03-07tdf#153396 - Bibliography marks improvementsVojtěch Doležal1-1/+7
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-2/+3
2022-07-07elide some string copiesNoel Grandin1-5/+4
2022-06-02elide some makeStringAndClear() classNoel Grandin1-2/+2
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann1-7/+7
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski1-1/+2
2021-09-08Fix typosAndrea Gelmini1-1/+1
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-12/+2
2021-08-31tdf#126126 ODT import: improve import of cross-table commented text rangeMiklos Vajna1-2/+13
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna1-2/+6
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-2/+2
2021-04-19sw bibliography, relative URLs: switch to absolute URLs in the doc modelMiklos Vajna1-1/+6
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-02-17loplugin:referencecasting in xmloffNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-27/+27
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-29/+28
2020-12-23Directly create strings in *::MapTokenToServiceNameStephan Bergmann1-14/+15
2020-12-22use string_view in ProcessAttributeNoel1-81/+81
2020-12-18use more string_view in convertEnumNoel1-1/+1
2020-12-15use views to parse rather than allocating OUStringNoel1-4/+3
2020-12-08remove now unused XML_TOK_ constantsNoel1-14/+0
2020-12-08remove unused SvXMLTokenMapEntryNoel1-10/+0
2020-12-07loplugin:unusedmethodsNoel1-140/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin1-419/+379
2020-12-06fastparser in XMLImpSpanContext_ImplNoel Grandin1-5/+33
2020-12-04fastparser in a couple of random placesNoel1-47/+33
2020-11-22fastparser in XMLStringBufferImportContextNoel Grandin1-7/+4
2020-11-19fastparser in dropdownfieldNoel1-33/+25
2020-11-15fastparser in XMLMacroFieldImportContextNoel Grandin1-12/+8
2020-11-15fastparser in XMLDatabaseFieldImportContextNoel Grandin1-18/+16
2020-11-12fix bug in text field importNoel1-1/+1
2020-11-11loplugin:xmlimport add more checksNoel Grandin1-1/+1
2020-11-09StartElement->startFastElement in text fieldsNoel1-207/+245