summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
AgeCommit message (Expand)AuthorFilesLines
2021-10-04tdf#144788 SwNavigator: Add footnotes and endnotes to content treeJim Raykowski1-0/+8
2021-09-26use SfxItemSetFixed in swNoel Grandin1-2/+2
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin1-4/+4
2021-09-24no need to allocate these SwPaM on the heapNoel Grandin1-4/+4
2021-09-24Fix outline folding when table or section node is the next nodeJim Raykowski1-8/+26
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-09-08tdf#143359 sw: track deletion of empty table rowsLászló Németh1-3/+6
2021-08-10sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl1-1/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2-6/+6
2021-07-13tdf#142701 track changes: fix layout regression of image deletionLászló Németh1-8/+29
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-11loplugin:unnecessaryreturn SwWrtShell::Toggle*Noel Grandin1-4/+2
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-2/+2
2021-06-10tdf#141994 track changes: record insertion of imagesLászló Németh1-0/+5
2021-05-29tdf#120801: The background colour is active when inserting a headerRadhey Parekh1-0/+3
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-6/+6
2021-05-17Fix typosAndrea Gelmini1-2/+2
2021-05-14Outline folding experimental feature rehackJim Raykowski1-78/+207
2021-04-27tdf#59463 track changes: record deletion of imagesLászló Németh1-5/+31
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-13sw bibliography, refer to a page: fix biblio field relative URLsMiklos Vajna1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen6-0/+6
2021-03-12sw bibliography, refer to a page: make the biblio field clickableMiklos Vajna1-1/+20
2021-03-09tdf#88064 In add mode don't change SetCursor and KillSel functionsJim Raykowski1-2/+5
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara1-2/+1
2021-01-18tdf#115817 set standard mode before recency navigationJim Raykowski1-3/+1
2021-01-17tdf#115817 add places that add current position to navigation managerJim Raykowski2-0/+9
2021-01-14tdf#115817 Add navigation recency to Navigate ByJim Raykowski1-25/+0
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann1-4/+3
2020-12-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski1-19/+48
2020-12-08Simplify attribute set definitions a littleMike Kaganski1-1/+1
2020-12-03weld SwOutlineContentVisibilityWinCaolán McNamara1-1/+1
2020-12-03tdf#137838 SW: Add ability to create a hyperlink to a drawing objectJim Raykowski1-0/+37
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-5/+5
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12remove BigInt::operator tools::Long()Noel1-2/+2
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-11-05tdf#137532: do not reset attributes deleting selectionXisco Fauli1-7/+0
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin1-4/+4
2020-10-20use tools::Long in swNoel3-10/+10
2020-10-14tdf#135260 sw_redlinehide: fix insert-with-delete differentlyMichael Stahl1-0/+4
2020-09-05Improve outline position tracking and content visibilityJim Raykowski1-1/+2
2020-07-30loplugin:flatten in sw/uibase/utl..sw/uibase/wrtshNoel Grandin4-229/+229
2020-07-30tdf#38093 Writer outline folding - outline visibility and on canvas uiJim Raykowski1-0/+120
2020-07-27tdf#134610 sw: fix incorrect position of math object from DOCXMiklos Vajna1-2/+9
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-3/+3