summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/editsh.cxx
AgeCommit message (Expand)AuthorFilesLines
10 daysloplugin:constantparam in swNoel Grandin1-10/+4
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-1/+1
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-1/+1
2023-11-25Convert SwHashTable to std::unordered_mapNoel Grandin1-1/+1
2023-06-05tdf#152431 Fix line count resets to zero after 65535Bogdan B1-2/+2
2022-09-30use more SwPosition::SetContentNoel Grandin1-2/+1
2022-08-22use more SwPosition::GetNodeNoel Grandin1-4/+3
2022-08-20SwNodeIndex->SwNode in ClearBoxNumAttrsNoel Grandin1-2/+2
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-4/+4
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-12/+12
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-8/+8
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-5/+5
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-5/+5
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin1-2/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-06-08tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl1-2/+2
2022-04-14tdf#52113, tdf#148312 Don't include table of contents hyperlinksJim Raykowski1-1/+13
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2021-11-08sw: try grouping undo actions of IME-edited textMiklos Vajna1-0/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-5/+5
2021-06-23optimised FindFormatByName for SwFrameFormatsNoel Grandin1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-2/+2
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-2/+2
2021-01-03NotifyClients no moreBjoern Michaelsen1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-1/+1
2020-10-20use tools::Long in swNoel1-4/+4
2020-09-25rhbz#1882616 move cursor one step at a time in the desired directionCaolán McNamara1-5/+35
2020-08-01loplugin:flatten in sw/core/draw..sw/core/editNoel Grandin1-19/+19
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-7/+7
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-6/+0
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-08-20loplugin:constvars in swNoel Grandin1-2/+2
2019-08-05Fix typosAndrea Gelmini1-2/+2
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2018-12-18sw_redlinehide_4b: visibility checks for EnhancedPDFExport linksMichael Stahl1-3/+9
2018-12-01sw_redlinehide_4a: SwEditShell::GetLineCount()Michael Stahl1-1/+9
2018-12-01sw_redlinehide_4a: adapt SwEditShell::ReplaceDropText()/GetDropText()Michael Stahl1-4/+17
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-4/+4
2018-11-15sw_redlinehide_3: adapt SwCursorShell::UpdateMarkedListLevel()Michael Stahl1-0/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-2/+3
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl1-4/+10
2018-09-18tdf#119770 nullptr GetGraphic returnCaolán McNamara1-1/+2