summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
AgeCommit message (Expand)Author
2024-09-17dont use GetItemSurrogates for gathering SvxUnderlineItemNoel Grandin
2024-09-17dont use GetItemSurrogates for gathering SvxColorItemNoel Grandin
2024-09-16dont use GetItemSurrogates for gathering SvxBoxItemNoel Grandin
2024-09-12tdf#107184 sw: Added base text group feature to Asian Phonetic GuideJonathan Clark
2024-09-09dont use GetItemSurrogates for gathering SwFormatFieldNoel Grandin
2024-09-09dont use GetItemSurrogates for gathering SvxOverlineItemNoel Grandin
2024-09-08dont use GetItemSurrogates for gathering SwFormatURLNoel Grandin
2024-09-08dont use GetItemSurrogates for gathering SwFormatINetFormatNoel Grandin
2024-09-07dont use GetItemSurrogates for gathering SwTOXMarkNoel Grandin
2024-09-07dont use GetItemSurrogates for gathering SwFormatRefMarkNoel Grandin
2024-08-09tdf#140061 keep SwCharFormat instances alive while SwDoc is alivePatrick Luby
2024-07-22speed up O(n^2) loop in UpdateFieldContentsNoel Grandin
2024-07-22Revert "improve perf of lcl_GetUniqueFlyName"Noel Grandin
2024-07-21improve perf of lcl_GetUniqueFlyNameNoel Grandin
2024-07-18(related tdf#126008) sw: allow removing table autoformat from a tableMichael Stahl
2024-06-14loplugin:ostr in swNoel Grandin
2024-06-03tdf#161248 Don't duplicate bullets used in documentSamuel Mehrbrodt
2024-05-23sw: Use SAL_RET_MAYBENULL in GetEditShell()Xisco Fauli
2024-05-17tdf#161137 sw: AutoText or Paste should copy paragraph indents for listsMichael Stahl
2024-05-17tdf#161137 sw: fix AutoText or Paste overriding paragraph indentsMichael Stahl
2024-05-16tdf#161056 Show bullets used in document in bullets dropdownSamuel Mehrbrodt
2024-03-21tdf#158556 speedup docx loadNoel Grandin
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-02-19hide more symbolsNoel Grandin
2024-01-06cid#1545576 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet
2023-10-21Related: tdf#89178 Add an option to avoid converting some fields into textMike Kaganski
2023-10-21Make ConvertFieldsToText privateMike Kaganski
2023-09-28tdf#157492 sw: fix tracked drag & drop of table rowLászló Németh
2023-09-28tdf#155846 sw tracked table column: fix drag & dropLászló Németh
2023-07-12Simplify a bitMike Kaganski
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl
2023-06-23tdf#103064 Fix reset to parent style handlingMaxim Monastirsky
2023-06-06tdf#155685 sw: fix crash on undo of ExtendedSelectAll with table at endMichael Stahl
2023-05-01replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*>Bjoern Michaelsen
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen
2023-04-28tdf#155028 Crash in: `anonymous namespace'::lcl_PasteFlyOrDrawFormatNoel Grandin
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann
2023-04-25tdf#38194 tdf#106556 Enhancement to highlight direct formatting,Jim Raykowski
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen
2023-04-20introduce sw::FrameFormats<>Bjoern Michaelsen
2023-03-31tdf#154486: Use known name when inserting the table into the documentMike Kaganski
2023-03-09sw doc model dump: allow invoking this from outside sw/ in a debuggerMiklos Vajna
2023-01-10tdf#152872 sw: conditionally hide paragraph breaksMichael Stahl
2022-12-27tdf#140666 Make delete reference possible from the NavigatorJim Raykowski
2022-11-15sw: add online accessibility check implementationTomaž Vajngerl
2022-11-08sw: introduce a manager for content controlsMiklos Vajna
2022-10-21sw: combine IGrammarContact and SwGrammarContactTomaž Vajngerl
2022-10-14sw: improve duplicated images in copied header/footer textMiklos Vajna
2022-10-11use more string_view in swNoel Grandin