summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docdesc.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-03replace createFromAscii with OUString literals in SwFormatNoel Grandin1-2/+2
2024-04-30SwModify::Add/Remove always derefs argCaolán McNamara1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2022-12-22check GetEditShell()Caolán McNamara1-1/+1
2022-10-13sw: improve duplicated bookmarks in copied header/footer textMiklos Vajna1-2/+2
2022-09-08DOCX import: avoid duplicated bookmarks in copied header/footer textMiklos Vajna1-2/+2
2022-08-13pass SwNode instead of SwNodeIndex to CopyFlyInFlyImplNoel Grandin1-6/+4
2022-08-13pass SwNode instead of SwNodeIndex to MakeEmptySectionNoel Grandin1-6/+4
2022-08-13pass SwNode instead of SwNodeIndex to CopyNodeNoel Grandin1-4/+2
2022-08-07make ParkCursor take a SwNode, not an SwNodeIndexNoel Grandin1-1/+1
2022-06-01sw: fix crash in SwDoc::CopyMasterHeader and SwDoc::CopyMasterFooterXisco Fauli1-60/+72
2021-11-13Use o3tl::convertMike Kaganski1-5/+5
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-3/+3
2021-07-14tdf#143320 Crash at paste/undo paste againNoel Grandin1-1/+0
2021-06-28Fix uninitialised conditional jumpJan-Marek Glogowski1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-05-19fix leak when removing PageDescNoel Grandin1-0/+1
2021-05-10tdf#141613 sw: avoid possible crash when undoing header creationDaniel Arato (NISZ)1-3/+0
2021-05-04tdf#141613 sw: fix crash at header/footer undoDaniel Arato (NISZ)1-0/+84
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)1-6/+24
2021-03-30Use o3tl::convert instead of GetMetricValMike Kaganski1-3/+4
2021-03-29sw page rtl gutter margin: add doc modelMiklos Vajna1-0/+2
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl1-1/+3
2021-03-17tdf#46561 sw: fix lost undo stack setting header/footerDaniel Arato (NISZ)1-58/+29
2021-03-04ofz#31672 Bad-castCaolán McNamara1-6/+6
2021-03-02tdf#140117 sw UI: keep headers/footers when inactiveDaniel Arato (NISZ)1-14/+56
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen1-3/+2
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-08-04tdf#135144 sw: copy bookmarks in SwDoc::CopyMasterHeader()Michael Stahl1-2/+6
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-24/+24
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-1/+0
2020-05-04for these we know what the SearchFamily and GetSearchMask are alreadyCaolán McNamara1-1/+1
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara1-1/+1
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-1/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-7/+0
2019-10-11SwDoc::ChgPageDesc: OSL_ENSURE -> assertMichael Weghorn1-1/+1
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-2/+2
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen1-0/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-4/+3
2019-01-09use unique_ptr in SwContentNode::CreateOLENodesArrayNoel Grandin1-4/+3
2019-01-09use unique_ptr in pGlobalOLEExcludeListNoel Grandin1-3/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-15sw_redlinehide_3: add second footnote numberMichael Stahl1-1/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-5/+5
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1