summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/content.cxx
AgeCommit message (Expand)Author
2022-05-31forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Michael Stahl
2021-03-11tdf#40427: use node index as position, not Y position on screenMike Kaganski
2020-01-29tdf#129625 Gray out content types with no contentJim Raykowski
2020-01-28tdf#130155 Writer Navigator crash fix: Check entry to expand has childrenJim Raykowski
2019-11-22Resolves: rhbz#1775544 crash in navigatorCaolán McNamara
2019-11-03loplugin:stringaddNoel Grandin
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-26tdf#128285 Only update Navigator heading tracking if document has focusJim Raykowski
2019-10-26tdf#128364 Navigator headings left arrow key behavior changeJim Raykowski
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-23tdf#128058 Add Expand Collapse All to Navigator context menuJim Raykowski
2019-10-22tdf#126942 Fix flickering headings in navigatorJim Raykowski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-13Put if around code for root mode multiselected outline DragFinishedJim Raykowski
2019-10-02loplugin:stringadd in swNoel Grandin
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin
2019-08-02Fix typosAndrea Gelmini
2019-07-23cid#1448428 Dereference before null checkCaolán McNamara
2019-07-15Deduplicate EditHyperlink commandSamuel Mehrbrodt
2019-07-12Fix typosAndrea Gelmini
2019-07-11tdf#123088 Multi outline drag and dropJim Raykowski
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin
2019-05-25Fix typosAndrea Gelmini
2019-05-24tdf#124305 Make multiselected outline moves keep selectionsJim Raykowski
2019-05-24tdf#124895 Fix multi selected chapter promote demoteJim Raykowski
2019-05-20split width/height to allow intercept of how width is calculatedCaolán McNamara
2019-04-15sw: prefix members of SwContentTypeMiklos Vajna
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-20rhbz#1690645 null deref of pEntry when GetCurEntry return nullCaolán McNamara
2019-03-12Beautification to tdf#123395heiko tietze
2019-03-11tdf#123395 Add "Send Outline to Clipboard" to Navigator->Context menuWenzhe Pei
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-15rename GetBroadCaster->GetBroadcasterNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-15sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callersMichael Stahl
2018-11-15sw_redlinehide_3: hide deleted outline nodes in NavigatorMichael Stahl
2018-11-15sw: remove unnecessary castsMichael Stahl
2018-11-15sw_redlinehide_3: adapt SwContentTree/SwOutlineContent to gapsMichael Stahl
2018-11-15sw_redlinehide_3: use the second list number in the text formattingMichael Stahl
2018-11-15sw: fix crash in SwContentTree::HasContentChanged()Michael Stahl
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov
2018-10-24loplugin:useuniqueptr in SwContentTreeNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-21tdf#120703 (PVS): redundant nullptr checks, redundant assignMike Kaganski
2018-10-07tdf#119900 Fix Navigator Content Navigation View Headings focusJim Raykowski
2018-10-05use more std::move in sw/Noel Grandin
2018-09-19convert SwContentArr to sorted_vector<unique_ptr<>>Noel Grandin