summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-09-11sw: tdf#119742 fix null pointer in SetCursorInHdFtJuergen Funk1-1/+2
2018-09-11tdf#118845: make HiddenPara have higher priority deciding visibilityMike Kaganski6-17/+112
2018-09-11tdf#109229: Set "TextBox" prop before filling textbox-related propsMike Kaganski2-0/+24
2018-09-03tdf#117823 Save mail merge config item in new viewIlhan Yesil1-0/+1
2018-08-29Related rhbz#1618703: Properly handle failure encoding MS fileStephan Bergmann6-19/+43
2018-08-29tdf#116436 docx export: add missing table background fillJustin Luth4-1/+42
2018-08-29tdf#116436 doc export: add missing table background fillJustin Luth3-18/+31
2018-08-29tdf#118058 sw, sections in tables: no split for multiple columnsMiklos Vajna3-1/+61
2018-08-28tdf#119143: introduce tentative directional embedding import supportMike Kaganski2-0/+20
2018-08-21ofz#9917 use a WW8SprmIter to find the sprmCaolán McNamara2-27/+14
2018-08-21outer loop unrelated to inner loopCaolán McNamara1-30/+17
2018-08-21tdf#117127 crash on inspecting value describing a tableCaolán McNamara1-10/+12
2018-08-20tdf#118385 Avoid crash on loading documentSzymon Kłos1-1/+1
2018-08-20tdf#119294: reimplement fix for tdf#118859Mike Kaganski1-17/+32
2018-08-10sw: fix ignored frames in AppendAllObjs()Michael Stahl1-3/+9
2018-08-10forcepoint#69 ditch any unclosed m_pPosAfterTOC before dropping cursorCaolán McNamara3-5/+4
2018-08-10Resolves: tdf#118965 fix input list edit buttonCaolán McNamara1-1/+1
2018-08-10tdf#118579 ignore body in body instead of flagging as an errorCaolán McNamara1-3/+1
2018-08-10Resolves: tdf#118545 restore to historic logicCaolán McNamara1-4/+2
2018-08-10tdf#118702: partially revert the fix for tdf#78907Xisco Fauli4-5/+9
2018-08-10Make setPagePrintSettings() accept IsLandscape againThorsten Behrens1-1/+1
2018-08-10forcepoint#48 null derefCaolán McNamara1-11/+14
2018-08-10tdf#118578 sw: allow inserting only TextDocumentMichael Stahl1-1/+2
2018-08-10tdf#118651 OOXML ActiveX textbox: fix multiline supportBalazs Varga2-0/+25
2018-08-09tdf#118859: Avoid trying to remove already removed nodesMike Kaganski1-16/+18
2018-08-08NB writer: add ToolbarMode to have a switch action availableandreas kainz1-0/+1
2018-07-20tdf#112118: use correct border when calculating marginMike Kaganski8-50/+104
2018-07-20tdf#116403: consider borders when updating right-aligned tab in indexMike Kaganski3-0/+31
2018-07-20tdf#112118: DOC: properly import/export border distanceMike Kaganski10-204/+112
2018-07-20tdf#112118: DOCX: properly import/export border distanceMike Kaganski4-66/+149
2018-07-20tdf#101534 sw: fix lost indent attributes when copying into numbered paragraphMiklos Vajna4-1/+92
2018-07-18lokdialog: Convert InfoReadonlyDialog -> execute asyncPranav Kant1-2/+3
2018-07-09Fix top margin in DOC import for tdf#117885Luke Deller4-5/+40
2018-07-09Avoid failing assert in SwDBManager::MergeMailFilesMike Kaganski1-6/+9
2018-07-09tdf#116543: don't forget to commit registrations in DB field editorMike Kaganski1-1/+18
2018-07-09tdf#118540: LO6.1b2: DOCX crashes when properties...Henry Castro1-1/+3
2018-07-09tdf#115890 sw: fix invalid cast in SwContentTree::GetEntryAltText()Michael Stahl1-1/+1
2018-07-09tdf#117923: handle direct formatting for numbering in .docMike Kaganski3-0/+18
2018-07-06tdf#118421 ww8export: rotate vertically: not Lines or groupsJustin Luth3-1/+14
2018-07-06tdf#70838 ww8export: rotate shape vertically = swap width/heightVictor Mireyev4-0/+22
2018-06-30Add a MailMerge class and object to the Writer VBA APITor Lillqvist7-1/+177
2018-06-30Add ExistingBookmark() to WordBasicTor Lillqvist1-0/+9
2018-06-30Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist2-1/+9
2018-06-30Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist2-0/+33
2018-06-30lok: Don't even try to paint the ruler via LibreOfficeKit.Jan Holesovsky1-0/+3
2018-06-28Initialise the spelling and grammar thing when Writer startsTor Lillqvist4-28/+2
2018-06-27tdf#118316: fix off-by-1 error (outline level is 0-based)Mike Kaganski1-1/+1
2018-06-27tdf#117843 DOCX import: disable compat increased spacing in header/footerMiklos Vajna2-0/+12
2018-06-27tdf#103913 keep ".emf" file extension and mime typeLászló Németh1-17/+2
2018-06-27tdf#117723: nullcheck the ContentAnchor before derefBjoern Michaelsen1-1/+2