summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl37-241/+260
2018-06-08sw_redlinehide: more SwTextFrame::GetTextNode() alternativesMichael Stahl2-1/+40
2018-06-08sw_redlinehide: add TextFrameIndex type & SwTextFrame mapping functionsMichael Stahl3-0/+104
2018-06-08sw_redlinehide: add function to create merged paragraph dataMichael Stahl3-4/+119
2018-06-08sw_redlinehide: add a flag SwRootFrame::mbHideRedlinesMichael Stahl3-0/+14
2018-06-08sw_redlinehide: add merge state flag to SwNodeMichael Stahl2-0/+13
2018-06-08drop ancient SW_FILEFORMAT_40 ifdefCaolán McNamara1-2/+0
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin7-50/+26
2018-06-07tdf#118042: fix crash on Target box in Hyperlink dialogJulien Nabet1-1/+1
2018-06-07Show the "status bar" property in the LO status indicator also in WriterTor Lillqvist1-0/+17
2018-06-07weld SwFormatTablePageCaolán McNamara5-384/+587
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist2-0/+19
2018-06-07provide overrides of GetNext/GetPrev in SwPaM subclassesNoel Grandin10-18/+41
2018-06-07pdf: share pdf data in GraphicAshod Nakashian1-2/+2
2018-06-07tdf#117824 switch embedded database storage away from doc on revokeCaolán McNamara1-0/+20
2018-06-07Fix IWYU warningsMiklos Vajna3-3/+1
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-2/+1
2018-06-06weld SwSectionIndentTabPageCaolán McNamara4-75/+77
2018-06-06Translate German comments and debug stringsJohnny_M6-7/+7
2018-06-06forcepoint#44 merge into isDeleteForbiddenCaolán McNamara2-2/+2
2018-06-06Fix top margin in DOC import for tdf#117885Luke Deller3-5/+30
2018-06-05tdf#115600 Display messages in FindBar for Reminder navigationJim Raykowski1-0/+12
2018-06-05tdf#117013 renamed Illustration Index to Table of FiguresNickson Thanda6-9/+9
2018-06-05tdf#117843 DOCX import: disable compat increased spacing in header/footerMiklos Vajna2-0/+12
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke65-65/+4
2018-06-05tdf#98094 make header able to drag in Navigator root content view afterJim Raykowski1-0/+3
2018-06-04make CreateStyleFamilies return std::unique_ptrNoel Grandin2-3/+3
2018-06-04sw: prefix members of SwEnvCfgItemMiklos Vajna2-36/+36
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin1-5/+5
2018-06-03Optimize: low-complexity checks firstMatteo Casalin1-3/+3
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin1-3/+1
2018-06-03Simplify: reduce calls to getTokenCountMatteo Casalin1-6/+5
2018-06-03OUString: simplify and reduce temporariesMatteo Casalin1-15/+6
2018-06-02SwNumberingTypeListBox fully replaced nowCaolán McNamara10-20/+20
2018-06-02weld SwSectionFootnoteEndTabPageCaolán McNamara5-418/+178
2018-06-02A few assorted improvements to translatable strings before freezeAdolfo Jayme Barrientos1-2/+2
2018-06-02Removed executable permission on data filesAndrea Gelmini3-0/+0
2018-06-02Removed executable permission on data filesAndrea Gelmini68-0/+0
2018-06-02tdf#105225 A TOX background tab page based on the area tab pageJim Raykowski2-1/+2
2018-06-02tdf#105225 A section background tab page based on the area tab pageJim Raykowski2-2/+9
2018-06-01DOCX import: fix relativeFrom=page, align=right handling againMiklos Vajna3-11/+30
2018-06-01forcepoint#44 raii for connection and disconnection of SwView and SwDocShellCaolán McNamara2-10/+34
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil1-2/+14
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin13-79/+79
2018-06-01tdf#115600 Use "Navigation element not found" message for HeadingsJim Raykowski1-2/+2
2018-06-01tdf#115600 Display messages in Findbar for Index entry navigationJim Raykowski1-19/+43
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse1-2/+62
2018-05-31dynamic_cast followed by static_castCaolán McNamara1-2/+2
2018-05-31Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara1-1/+1
2018-05-31use std::unique_ptrCaolán McNamara9-48/+46