summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edglbldc.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-2/+1
2023-10-03tdf#157315 Don't set mark after inserting a file in a Master documentJim Raykowski1-1/+0
2022-09-28use more SwPosition::AssignNoel Grandin1-18/+11
2022-09-01use more SwPosition::AssignNoel Grandin1-1/+1
2022-08-31cid#1500618 Explicit null dereferencedNoel Grandin1-1/+2
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin1-4/+2
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-1/+1
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-3/+3
2022-06-08tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl1-1/+1
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-6/+6
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-1/+1
2020-09-21sw: prefix members of SwGlblDocContent, SwIntrnlRefLink, SwPostItField ...Miklos Vajna1-9/+9
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-6/+6
2019-12-11convert SectionType to scoped enumNoel Grandin1-2/+2
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl1-1/+1
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+0
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-09-20convert SwGlblDocContents to sorted_vector<unique_ptr<>>Noel Grandin1-16/+11
2018-09-03fix bug in SwEditShell::GetGlobalDocContentNoel Grandin1-2/+2
2018-01-30loplugin:unused-returns in swNoel Grandin1-10/+6
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-6/+6
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-26/+26
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-10/+10
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-20/+20
2015-04-12return value of SwEditShell::GetGlobalDocContent is always discardedMatteo Casalin1-3/+2
2015-04-12Use more proper integer types and reduce scopeMatteo Casalin1-3/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-3/+3
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-10/+10
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-3/+1
2014-11-19loplugin: cstylecastNoel Grandin1-2/+2
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-2/+3
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-6/+6
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-20/+20
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-06-09adjusted code indentation for consistencyPhilipp Riemer1-1/+2
2013-06-09fdo#62475 - remove visual noise in sw/source/core/editPhilipp Riemer1-2/+0
2013-06-08fdo#39468: Translate German comments in sw/source/core/editPhilipp Riemer1-10/+10
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-23sal_Bool to boolTakeshi Abe1-4/+4
2012-11-06sal_Bool to boolTakeshi Abe1-2/+2
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwGlblDocContents) to o3tl::sorted_vectorNoel Grandin1-23/+18