summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-2/+2
2020-03-22FieldDeletionModify: no more ModifyBjoern Michaelsen1-15/+10
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-08introduce SwFieldType::FindFormatForField and use it (once)Bjoern Michaelsen1-11/+2
2020-02-06sw: read-only/protected content dialog was missing on Delete/BackspaceMichael Stahl1-0/+12
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-3/+3
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen5-42/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin1-2/+2
2019-12-11num->number and bul->bullet in sw/Noel Grandin1-1/+1
2019-12-11convert SectionType to scoped enumNoel Grandin1-2/+2
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+8
2019-11-07tdf#38199 Readonly mode tab key: Don't scroll if no hyperlink foundJim Raykowski1-3/+10
2019-11-05tdf#127759 Writer: add table row/column insert modeLászló Németh2-0/+10
2019-11-03loplugin:stringaddNoel Grandin1-6/+6
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara1-2/+2
2019-10-23sw: SwWrtShell: delete field command when deleting the fieldMichael Stahl1-2/+8