summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-09-20ofz#10523 guard aginst 0 pF->nLCodeCaolán McNamara1-1/+1
2018-09-20weld SwWrapTabPageCaolán McNamara4-541/+338
2018-09-20weld SwWrapDlgCaolán McNamara7-15/+21
2018-09-20weld SwBackgroundDlgCaolán McNamara6-23/+19
2018-09-20weld SwBorderDlgCaolán McNamara6-20/+17
2018-09-20StartUndo with END arg should have been EndUndoCaolán McNamara1-1/+1
2018-09-20weld SwDropCapsDlgCaolán McNamara6-13/+61
2018-09-20tdf#119356 add input lists to tooltip handlingJan-Marek Glogowski1-0/+1
2018-09-20tdf#119356 fix hand cursor for none input fieldsJan-Marek Glogowski1-8/+6
2018-09-20Scope breaks; and add number comments to SwFieldIdsJan-Marek Glogowski2-8/+10
2018-09-20Removed executable permission on odt fileAndrea Gelmini1-0/+0
2018-09-20weld CopyDlgCaolán McNamara3-3/+3
2018-09-20rename ParaPrevWindow back to SvxParaPrevWindowCaolán McNamara1-1/+1
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann5-5/+5
2018-09-20tdf#108402: avoid crash if filter doesn't matchJulien Nabet1-0/+8
2018-09-20convert SwGlblDocContents to sorted_vector<unique_ptr<>>Noel Grandin3-32/+21
2018-09-20tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh2-0/+17
2018-09-19sw: new unit test for XScriptProviderVasily Melenchuk3-0/+75
2018-09-19null parent is a bad ideaCaolán McNamara1-2/+2
2018-09-19set modal flagsCaolán McNamara5-0/+5
2018-09-19tdf#90850 Enable align commands for a single shape in WriterMaxim Monastirsky2-49/+50
2018-09-19Fix typoAndrea Gelmini1-1/+1
2018-09-19tdf#118502 Fix loading of eps images with replacement graphicSamuel Mehrbrodt2-0/+10
2018-09-19convert SwContentArr to sorted_vector<unique_ptr<>>Noel Grandin1-47/+40
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl44-165/+377
2018-09-19tdf#112356 follow-up: Make the Help button workAdolfo Jayme Barrientos1-0/+1
2018-09-19tdf#118393: FILESAVE: DOCX Export loses header/footerSerge Krot8-1/+135
2018-09-19sw_redlinehide_2: replace SW_REDLINEHIDE with ExperimentalMode configMichael Stahl4-6/+16
2018-09-19sw_redlinehide_2: disable layout-cache for nowMichael Stahl2-2/+6
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl4-2/+119
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl5-16/+38
2018-09-19sw_redlinehide_2: fix FrameContainsNode() to use pLastNodeMichael Stahl1-6/+1
2018-09-19sw_redlinehide_2: view cursor: adapt SwCursorShell::GetSelText()Michael Stahl1-0/+34
2018-09-19sw_redlinehide_2: remove one bool from SwTextNode::ExpandText()Michael Stahl6-10/+11
2018-09-19sw_redlinehide_2: view cursor: IsSelOnePara(),IsStartPara(),IsEndPara()Michael Stahl2-9/+54
2018-09-19sw_redlinehide_2: remove GetTextUntilEndOfNode()Michael Stahl3-19/+1
2018-09-19sw_redlinehide_2: rename SwCursorShell::GetText()Michael Stahl3-3/+3
2018-09-19sw_redlinehide_2: view cursor movement, prev/next/start/end paragraphMichael Stahl1-1/+28
2018-09-19sw_redlinehide_2: view cursor movement, Word/Sentence functionsMichael Stahl6-173/+312
2018-09-19sw_redlinehide_2: adapt SwCursor::UpDown()Michael Stahl6-14/+19
2018-09-19sw_redlinehide_2: view cursor movement, SwCursorShell::LeftRight()Michael Stahl3-7/+58
2018-09-19sw_redlinehide_2: adapt the SwUndoDelete DelFullPara path...Michael Stahl1-2/+128
2018-09-19sw_redlinehide_2: JoinPrev with NonFirst nodeMichael Stahl3-9/+39
2018-09-19sw_redlinehide_2: fix frame updates for SwUndoRedlineDeleteMichael Stahl3-44/+109
2018-09-19sw_redlinehide_2: tweak CheckParaRedlineMerge() next-node flag updateMichael Stahl1-4/+36
2018-09-19sw_redlinehide_2: do all frame deletion in CheckParaRedlineMerge()Michael Stahl2-12/+26
2018-09-19sw_redlinehide_2: update flys and footnotes on redline opsMichael Stahl4-71/+119
2018-09-19sw: remove window invalidation from SwRedlineTable::DeleteAndDestroyAll()Michael Stahl1-11/+0
2018-09-19sw: SwDocTest: adjust this so it actually tests something interestingMichael Stahl1-10/+35
2018-09-19sw: SwRedlineTable::DeleteAndDestroy() is surprisingly dangerousMichael Stahl2-25/+34