summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)Author
2019-02-07The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist
2019-02-07The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist
2019-02-06Ignore RuntimeException in Application.WindowState setterTor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist
2019-01-24Add WordBasic.FileClose()Tor Lillqvist
2019-01-22fix build, loplugin:stringconcatCaolán McNamara
2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist
2019-01-21Add a couple of known parameters to WordBasic.ToolsOptionsViewTor Lillqvist
2019-01-21Implement WordBasic.FileSave()Tor Lillqvist
2019-01-21WaE: loplugin:casttovoidCaolán McNamara
2019-01-21Add a (dummy) WordBasic.FileSave()Tor Lillqvist
2019-01-21Add TODO FIXMETor Lillqvist
2019-01-21Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist
2019-01-21Try ignoring RuntimeException in ComḿandBars(), VB6 clients don't like them?Tor Lillqvist
2019-01-21Don't throw an exception, just ignore trying to set an unhandled WindowStateTor Lillqvist
2019-01-21Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-22improve function-local statics in swNoel Grandin
2018-11-11Removed repeated semicolonAndrea Gelmini
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-20loplugin:staticvar in swNoel Grandin
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-30loplugin:stringloop in swNoel Grandin
2018-07-08loplugin:passstuffbyrefNoel Grandin
2018-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist
2018-06-12Add ExistingBookmark() to WordBasicTor Lillqvist
2018-06-12Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist
2018-06-12Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-06-07Show the "status bar" property in the LO status indicator also in WriterTor Lillqvist
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin
2018-05-31Add WordBasic property and its FileOpen "command"Tor 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-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist