summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2022-08-30sw: fix infinite recursion in SwEditWin::GetSurroundingTextSelection()Michael Stahl1-1/+4
2022-08-30Resolves: tdf#150629 the window was destroyed from the fadetimer callbackCaolán McNamara1-0/+1
2022-06-22sw: fix crash in SwEditWin::MouseButtonDownXisco Fauli1-53/+56
2022-06-10tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl1-1/+1
2022-06-06tdf#147708 create floating menubutton on demandCaolán McNamara2-92/+114
2022-05-20sw: fix crash in SwHeaderFooterWin::IsEmptyHeaderFooter()Miklos Vajna1-0/+5
2022-03-12sw_redlinehide: more issues with SwEditWin Surrounding functionsMichael Stahl1-8/+9
2022-03-12sw_redlinehide: fix crashes in SwEditWin Surrounding functionsMichael Stahl1-12/+6
2022-02-21fix Writer key event delayed compression (tdf#145963)Luboš Luňák1-13/+18
2022-01-23tdf#146144 sw: add tooltip to table rows with change trackingLászló Németh1-10/+18
2022-01-05Outline folding: Check frame area is valid before using pointer toJim Raykowski2-28/+52
2021-12-26Outline folding: check pointer before useJim Raykowski1-4/+9
2021-12-10Resolves: tdf#145974 reduce the papersize by scrollbar thicknessCaolán McNamara1-2/+7
2021-12-10Resolves: tdf#146141 don't double delete commentsCaolán McNamara1-1/+1
2021-12-04Check pointer to prevent crashJim Raykowski1-1/+2
2021-11-25sw: allow viewing OLE objects in protected sectionsMiklos Vajna1-7/+7
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-3/+3
2021-11-21tdf#145207 Check for drawing object before Table to handle Tab keyJim Raykowski1-16/+18
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-3/+3
2021-11-18sw: remove useless debug code in SwEditWinMiklos Vajna1-9/+0
2021-11-17tdf#145721 sw track changes: sign text moving in redline tooltipsLászló Németh1-2/+8
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara1-0/+5
2021-11-08use label preferred heights to calc required sizeCaolán McNamara1-5/+1
2021-11-08tdf#145258 comments cut-off in writer under windows with 125% scalingCaolán McNamara1-2/+10
2021-11-04drop commented out codeCaolán McNamara1-2/+0
2021-11-04Resolves: tdf#143643 ensure relayout on undo of insert commentCaolán McNamara1-3/+10
2021-11-04their->thereCaolán McNamara1-1/+1
2021-11-04Resolves: tdf#144686 set the initial "papersize" to the sidebarwidthCaolán McNamara1-3/+6
2021-11-03Resolves: tdf#143443 size of comment box too tall after cut/pasteCaolán McNamara1-1/+3
2021-11-01Related: tdf#145363 provide an explicit parent for page formatCaolán McNamara1-1/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin4-5/+6
2021-10-21loplugin:flattenNoel Grandin1-17/+17
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-14/+14
2021-10-11loplugin:moveparam in swNoel Grandin3-11/+11
2021-10-10use SfxItemSetFixed in swNoel Grandin4-11/+9
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin2-2/+2
2021-10-05drop 'using namespace std' in swJulien Nabet1-2/+0
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin4-1/+7
2021-09-28vcl: rename OutDevState to StackChris Sherlock3-7/+7
2021-09-28Outline folding: Check saved outline frame is validJim Raykowski1-4/+8
2021-09-27sw: prefix members of SwPageFootnoteInfoItem, SwStdFontConfig, ...Miklos Vajna1-12/+12
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák9-19/+19
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin3-6/+4
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin6-20/+5
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-1/+1
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek2-5/+14
2021-08-19use std::optional<OutlinerParaObject> in SwPostItMgrNoel Grandin3-9/+7
2021-08-10Missing includeStephan Bergmann2-0/+5