summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/authfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-07-05loplugin:constantparamNoel Grandin1-6/+3
2023-05-05Reworked bibliography mark link target to have user-selectable typeVojtěch Doležal1-27/+6
2023-03-10Make sure new bibliography actions work even with tab stopsVojtěch Doležal1-0/+5
2023-03-07tdf#153396 - Bibliography marks improvementsVojtěch Doležal1-3/+27
2023-02-15Refactored SwAuthorityField::GetAuthorityVojtěch Doležal1-20/+91
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+2
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-3/+3
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-02-06We know the length hereMike Kaganski1-1/+1
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-07-21sw bibliography, local copy: add document model & UNO APIMiklos Vajna1-2/+3
2021-04-28sw bibliography: fix warning when de-selecting a biblio entry fieldMiklos Vajna1-6/+6
2021-04-13sw bibliography, refer to a page: fix biblio field relative URLsMiklos Vajna1-0/+12
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-17/+17
2021-03-12sw bibliography, refer to a page: make the biblio field clickableMiklos Vajna1-2/+7
2021-03-01sw doc model xml dump: show SwAuthEntryMiklos Vajna1-0/+19
2021-02-26sw doc model xml dump: show SwAuthorityFieldMiklos Vajna1-0/+23
2021-02-11sw tooltip on bibliography fields: add the actual tooltip functionalityMiklos Vajna1-0/+48
2021-02-10sw tooltip on bibliography fields: add an SwTOXInternational factoryMiklos Vajna1-3/+8
2020-12-07SwAuthorityFieldType: Modify no moreBjoern Michaelsen1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-03-12comparison operators should be constNoel Grandin1-1/+1
2020-03-08SwAuthorityFieldType::GetSequencePos(): SwIterator no more ...Bjoern Michaelsen1-15/+4
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-7/+2
2020-01-27sw: prefix members of StgReader, SwAuthEntry, ...Miklos Vajna1-2/+2
2019-12-04tdf#128845 writer, cannot modify a bibliography entryNoel Grandin1-5/+9
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-5/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-09-25tdf#107784: DOCX Import: Show citation's title in fields (2nd take)Xisco Fauli1-1/+8
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-12/+11
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+2
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin1-2/+2
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-02-04Use indexed getToken()Matteo Casalin1-1/+2
2019-01-25loplugin:unusedmethodsNoel Grandin1-5/+0
2019-01-21fix -Werror=extraNoel Grandin1-0/+1
2019-01-21cleanup SwAuthEntry manual ref-countingNoel Grandin1-103/+42
2019-01-10use unique_ptr in swNoel Grandin1-4/+3
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-22tdf#120703 PVS: V637 rename inconsistent < and == operatorsCaolán McNamara1-4/+4
2018-11-15sw_redlinehide_3: add second result to SwAuthorityFieldMichael Stahl1-30/+59
2018-11-15sw_redlinehide_3: transport layout from ExpandField() to Expand()Michael Stahl1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-1/+1