summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27Resolves: tdf#116527 backport min value setting for print mailmerge rangeCaolán McNamara1-1/+17
2018-06-27crashtesting: crash on import of ooo33887.sxwCaolán McNamara1-2/+5
2018-06-11tdf#102907 selection indicator missing on vertical textNoel Grandin1-2/+4
2018-06-11tdf#117824 switch embedded database storage away from doc on revokeCaolán McNamara1-0/+20
2018-06-08Show the "status bar" property in the LO status indicator also in WriterTor Lillqvist1-0/+17
2018-06-08Add WordBasic property and its FileOpen "command"Tor Lillqvist2-0/+39
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist2-0/+19
2018-06-04Don't crash if aArgs is emptyTor Lillqvist1-4/+6
2018-06-04Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist8-14/+14
2018-06-01Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara1-1/+1
2018-06-01tdf#116195 swap a compatibility valuePatrick Jaap3-1/+9
2018-06-01tdf#117601 a11y crash after merging cellsCaolán McNamara3-4/+16
2018-06-01tdf#117505 RTF export: fix incorrect header distance for first/follow pagesMiklos Vajna5-1/+26
2018-06-01remove page count check in a test (irrelevant and fragile)Luboš Luňák1-3/+0
2018-06-01Need to use -bigobj here to avoid C1128Tor Lillqvist1-0/+6
2018-06-01pdf: share pdf data in GraphicTomaž Vajngerl1-1/+1
2018-06-01Need to include <vector>Tor Lillqvist1-0/+2
2018-05-31Avoid crash if pDocShell is nullTor Lillqvist1-2/+5
2018-05-31Move two functions to perhaps less confusing locationsTor Lillqvist1-10/+8
2018-05-31Add window geometry attributes, too, to ooo.vba.word.XApplicationTor Lillqvist2-0/+56
2018-05-31Add Move() to ooo.vba.word.XApplicationTor Lillqvist2-1/+13
2018-05-31Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist2-2/+19
2018-05-31Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist2-0/+28
2018-05-31If a DocumentBeforeClose event handler says no, don't thenTor Lillqvist1-7/+17
2018-05-31Add DocumentOpen and NewDocument to XApplicationOutgoing and emit suchTor Lillqvist1-0/+24
2018-05-31Emit DocumentChange events less eagerly (to Automation clients)Tor Lillqvist1-3/+14
2018-05-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist2-0/+7
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist2-2/+15
2018-05-31We need to keep an ooo::vba::word::XDocument ref in the SwDocShell for...Tor Lillqvist2-0/+8
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist10-11/+16
2018-05-31Add Document.Close event generationTor Lillqvist5-1/+135
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist36-46/+212
2018-05-31Bin leftover misleading commentTor Lillqvist1-1/+0
2018-05-31Work in progress related to invoking events in Automation clientsTor Lillqvist2-2/+121