summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2018-07-09Fix top margin in DOC import for tdf#117885Luke Deller
2018-07-09Avoid failing assert in SwDBManager::MergeMailFilesMike Kaganski
2018-07-09tdf#116543: don't forget to commit registrations in DB field editorMike Kaganski
2018-07-09tdf#118540: LO6.1b2: DOCX crashes when properties...Henry Castro
2018-07-09tdf#115890 sw: fix invalid cast in SwContentTree::GetEntryAltText()Michael Stahl
2018-07-09tdf#117923: handle direct formatting for numbering in .docMike Kaganski
2018-07-06tdf#118421 ww8export: rotate vertically: not Lines or groupsJustin Luth
2018-07-06tdf#70838 ww8export: rotate shape vertically = swap width/heightVictor Mireyev
2018-06-30Add a MailMerge class and object to the Writer VBA APITor Lillqvist
2018-06-30Add ExistingBookmark() to WordBasicTor Lillqvist
2018-06-30Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist
2018-06-30Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist
2018-06-30lok: Don't even try to paint the ruler via LibreOfficeKit.Jan Holesovsky
2018-06-28Initialise the spelling and grammar thing when Writer startsTor Lillqvist
2018-06-27tdf#118316: fix off-by-1 error (outline level is 0-based)Mike Kaganski
2018-06-27tdf#117843 DOCX import: disable compat increased spacing in header/footerMiklos Vajna
2018-06-27tdf#103913 keep ".emf" file extension and mime typeLászló Németh
2018-06-27tdf#117723: nullcheck the ContentAnchor before derefBjoern Michaelsen
2018-06-27Resolves: tdf#116527 backport min value setting for print mailmerge rangeCaolán McNamara
2018-06-27crashtesting: crash on import of ooo33887.sxwCaolán McNamara
2018-06-11tdf#102907 selection indicator missing on vertical textNoel Grandin
2018-06-11tdf#117824 switch embedded database storage away from doc on revokeCaolán McNamara
2018-06-08Show the "status bar" property in the LO status indicator also in WriterTor Lillqvist
2018-06-08Add WordBasic property and its FileOpen "command"Tor Lillqvist
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist
2018-06-04Don't crash if aArgs is emptyTor Lillqvist
2018-06-04Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist
2018-06-01Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara
2018-06-01tdf#116195 swap a compatibility valuePatrick Jaap
2018-06-01tdf#117601 a11y crash after merging cellsCaolán McNamara
2018-06-01tdf#117505 RTF export: fix incorrect header distance for first/follow pagesMiklos Vajna
2018-06-01remove page count check in a test (irrelevant and fragile)Luboš Luňák
2018-06-01Need to use -bigobj here to avoid C1128Tor Lillqvist
2018-06-01pdf: share pdf data in GraphicTomaž Vajngerl
2018-06-01Need to include <vector>Tor Lillqvist
2018-05-31Avoid crash if pDocShell is nullTor Lillqvist
2018-05-31Move two functions to perhaps less confusing locationsTor Lillqvist
2018-05-31Add window geometry attributes, too, to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add Move() to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist
2018-05-31If a DocumentBeforeClose event handler says no, don't thenTor Lillqvist
2018-05-31Add DocumentOpen and NewDocument to XApplicationOutgoing and emit suchTor Lillqvist
2018-05-31Emit DocumentChange events less eagerly (to Automation clients)Tor Lillqvist
2018-05-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist
2018-05-31We need to keep an ooo::vba::word::XDocument ref in the SwDocShell for...Tor Lillqvist
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist
2018-05-31Add Document.Close event generationTor Lillqvist
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist