summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-10-02SwDoc::Summary never called with null pExtDoc argCaolán McNamara3-9/+9
2020-10-02drop these unused inlinesCaolán McNamara1-7/+0
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli1-2/+4
2020-10-01uitest: factor out common duplicated codeXisco Fauli10-178/+24
2020-10-01crashtesting: ucsdet_detect may return nullptrCaolán McNamara1-14/+16
2020-09-30tdf#95378 Writer Navigator document content trackingJim Raykowski1-56/+151
2020-09-30Removed executable bits on txt filesAndrea Gelmini6-0/+0
2020-09-30Fix typosAndrea Gelmini1-1/+1
2020-09-30sw: fix heap-use-after-free in the UnoActionContext dtorMiklos Vajna4-0/+115
2020-09-30missing GtkMenuButton labelsCaolán McNamara2-0/+3
2020-09-30AccessibilityIssue::setDoc never passed a null ScDoc*Caolán McNamara3-6/+6
2020-09-30SwDocFac::GetDoc can return a referenceCaolán McNamara6-64/+57
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara2-5/+5
2020-09-30loplugin:unusedmethodsNoel2-6/+0
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara16-51/+42
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara65-604/+594
2020-09-30SwHTMLTableLayout::GetDoc can return a referenceCaolán McNamara2-5/+5
2020-09-30loplugin:reducevarscope in swNoel41-164/+131
2020-09-30tdf#137104 Added a check for headings in tablesIvan Stefanenko2-0/+36
2020-09-30tdf#135836 remove "to page" from shape/image contextmenuSeth Chaiklin4-4/+0
2020-09-30tdf#60145 sw: fix UTF-8 encoding without BOM is not detectedTomofumi Yagi14-81/+269
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara102-741/+699
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara20-94/+93
2020-09-30tdf#137013 fix Writer find toolbar ui regressionsJim Raykowski3-65/+77
2020-09-29Missing test dependenciesStephan Bergmann1-0/+9
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara25-171/+169
2020-09-29tdf#133358: sw_uiwriter: Add unittestXisco Fauli1-0/+32
2020-09-29CreatePostItData never passed a null SwDoc*Caolán McNamara6-10/+9
2020-09-29tdf#80526 DOCX: import word-wrap textbox settingRegényi Balázs2-0/+10
2020-09-29tdf#133358 fix crash in redoing indentCaolán McNamara1-2/+3
2020-09-28Related: tdf#136985 restore focus to doc it wasn't initially in the commentCaolán McNamara3-4/+22
2020-09-28SwUndoSetFlyFormat: SwClient::Modify no moreBjoern Michaelsen2-14/+11
2020-09-28Resolves: tdf#136985 bogus undo steps added by comment manipulationCaolán McNamara1-0/+27
2020-09-28Related: tdf#136985 apparent phantom redo entries with cursor in commentCaolán McNamara1-1/+1
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-2/+2
2020-09-28tdf#135916 just set the target table as selectionCaolán McNamara1-3/+0
2020-09-28'Jaket' -> EnvelopeCaolán McNamara15-39/+39
2020-09-28sw: prefix members of SwFrameChangesLeave, SwSidebarItem, ...Miklos Vajna12-113/+121
2020-09-28tdf#129471 change defaults on Find toolbarSeth Chaiklin1-3/+3
2020-09-28tdf#108059 Introduce compatibility key for pie chart orientationKelemen Gábor1-0/+17
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen7-6/+9
2020-09-27SwTable: Replace Modify with SwClientNotifyBjoern Michaelsen2-17/+26
2020-09-27tdf#45705 Integrate zoom UI commands into Writer text edit viewJim Raykowski4-0/+37
2020-09-26Fix typo in codeAndrea Gelmini1-4/+4
2020-09-26Fix typoAndrea Gelmini2-2/+2
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-26Fix typo in codeAndrea Gelmini1-4/+4
2020-09-26Writer Navigator hidden state fixesJim Raykowski1-14/+33
2020-09-25Related: tdf#136985 comment select all adds an undo action to the stackCaolán McNamara1-1/+1
2020-09-25rhbz#1882616 move cursor one step at a time in the desired directionCaolán McNamara1-5/+35