summaryrefslogtreecommitdiff
path: root/sw/source/ui
AgeCommit message (Expand)AuthorFilesLines
2018-08-10Resolves: tdf#118965 fix input list edit buttonCaolán McNamara1-1/+1
2018-07-09tdf#116543: don't forget to commit registrations in DB field editorMike Kaganski1-1/+18
2018-06-30Add a MailMerge class and object to the Writer VBA APITor Lillqvist6-1/+176
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-27tdf#118316: fix off-by-1 error (outline level is 0-based)Mike Kaganski1-1/+1
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-01Need to include <vector>Tor Lillqvist1-0/+2
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-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist2-0/+7
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist1-0/+1
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist4-4/+4
2018-05-31Add Document.Close event generationTor Lillqvist2-1/+117
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist2-15/+35
2018-05-31Bin leftover misleading commentTor Lillqvist1-1/+0
2018-05-31Work in progress related to invoking events in Automation clientsTor Lillqvist2-2/+121
2018-05-31Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist2-0/+6
2018-05-28tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-3/+13
2018-04-12fix global-buffer-overflow found through UI testing on UBSAN jenkins jobMarkus Mohrhard1-1/+1
2018-04-12Related: tdf#77919 GetPosPixel() is relative to parent, not grandparentCaolán McNamara1-1/+1
2018-04-03tdf#115573 Revert: tdf#107555 Apply 'Default Style' table styleJim Raykowski1-13/+7
2018-03-25tdf#116020: use actual whichIds in dialogs for character propertiesMike Kaganski1-2/+2
2018-03-21lokdialog: Convert the Format -> Character... dialog to async exec.Jan Holesovsky1-2/+7
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara4-4/+4
2018-02-21tdf#88802 disable arrow if database or table or field not selectedekuiitr1-1/+12
2018-02-14tdf#103919 mailmerge: prevent premature end of emailingAlex McMurchy19173-30/+37
2018-02-10tdf#115032: Above as default position for Autocaption prefJulien Nabet1-2/+4
2018-01-30fix tdf#114934 borderline feature regressionsArmin Le Grand1-2/+2
2018-01-09Resolves: tdf#114728 wrong entries in bibliographic entry dialogCaolán McNamara1-1/+2
2018-01-03Resolves: tdf#114572 immediate update of value while typing unwantedCaolán McNamara2-18/+82
2017-12-27tdf#107555 Apply 'Default Style' table style to newly inserted tablesJim Raykowski1-7/+13
2017-12-16tdf#106988 New names for the new numbering stylesYousuf Philips1-5/+5
2017-12-01Resolves: tdf#114112 sort 'select' listCaolán McNamara1-0/+1
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin4-9/+9
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin2-11/+11
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann3-3/+3
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin14-919/+936