summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Resolves: tdf#101245 doc(x) protected areas not protected with disabled cursorMartin Nathansen1-1/+4
2016-08-17Drop some iOS-only code that seems unnecessary and in fact crashes nowTor Lillqvist1-8/+0
2016-08-17sw: allow accept/reject of redline by indexMiklos Vajna1-3/+17
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin4-4/+4
2016-08-17convert SvxEscapement to scoped enumNoel Grandin6-37/+37
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin24-72/+72
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin8-26/+26
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin11-24/+24
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin2-6/+6
2016-08-17convert SvxBreak to scoped enumNoel Grandin30-109/+109
2016-08-17loplugin:unusedenumvalues in swNoel Grandin4-15/+3
2016-08-16GSoC Writer Table Styles; Update by exampleJakub Trzebiatowski7-5/+98
2016-08-16loplugin:stringconstantStephan Bergmann1-1/+1
2016-08-16GSoC notebookbar: multiple .ui implementationsSzymon Kłos2-2/+12
2016-08-16tdf#44282 fix missing space for numbered lists in TOCAbhilash Singh1-0/+4
2016-08-15sw lok: limit undo/redo in SwDrawTextShellMiklos Vajna3-3/+64
2016-08-15sw: prefix members of SwPagePreviewMiklos Vajna2-145/+145
2016-08-15convert SvxSpellArea to scoped enumNoel Grandin3-15/+15
2016-08-15Related: tdf#87686 on refresh from selection, only consider the edit updatedCaolán McNamara1-1/+3
2016-08-15convert SvxCompareMode to scoped enumNoel Grandin4-17/+18
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke4-4/+4
2016-08-13tdf#83830: Tweaks to page header and footer panelsSusobhan Ghosh1-10/+10
2016-08-12tdf#91832: ensure GETLINK reports proper contents for reverse selections tooBjoern Michaelsen1-0/+5
2016-08-12Resolves: tdf#87686 don't refresh index entry from selection on regain focusCaolán McNamara2-19/+25
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin3-3/+0
2016-08-10sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna3-3/+33
2016-08-10GSoC Writer Table Styles; Create by example; fix undoJakub Trzebiatowski8-20/+231
2016-08-09sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna5-12/+38
2016-08-09Resolves: tdf#101383 don't crash is merge has no targetview on mail setupCaolán McNamara1-3/+4
2016-08-09Resolves: tdf#101382 turn SetMailMergeConfigItem into a shared_ptrCaolán McNamara12-193/+203
2016-08-09sw: prefix members of SwCalcMiklos Vajna1-162/+162
2016-08-08Resolves: tdf#101359 getBookmarksCount includes more than aTableBookmarksCaolán McNamara2-5/+8
2016-08-08tdf#39468: Translate German commentsJulian Mehne2-412/+391
2016-08-07can drop the intermediate OUString hereCaolán McNamara1-1/+1
2016-08-05tdf#98739 recover CJK and CTL fonts after symbols.Mark Hung1-0/+2
2016-08-05use std::move in a few placesNoel Grandin1-1/+1
2016-08-04the sole caller is ok with rPoint being modified, so change to non-const argCaolán McNamara2-8/+3
2016-08-04only called if !bDrawCaolán McNamara1-2/+0
2016-08-04SwLinePortion::GetCursorOfst is const and its ret is ignored hereCaolán McNamara3-9/+7
2016-08-04pPos can never be nullCaolán McNamara3-10/+8
2016-08-04Resolves: tdf#101269 cannot click/edit text inside a frameCaolán McNamara3-0/+18
2016-08-04add more nullptr checks, related tdf#100820Markus Mohrhard1-4/+4
2016-08-03translate German in fmtatr2.cxxJohannes Berg1-3/+3
2016-08-03partially translate German comments in ww8graf.cxxJohannes Berg1-64/+56
2016-08-03GSoC Writer Table Styles; Table styles panel; Delete table styleJakub Trzebiatowski1-0/+19
2016-08-03sw: use std::move() in RtfAttributeOutputMiklos Vajna1-1/+1
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-1/+1
2016-08-02Resolves: tdf#101241 Revert "fix paint table border in DOUBLE_THIN style"Caolán McNamara1-18/+0
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna3-2/+25
2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski6-5/+109