summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)Author
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-01Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-20loplugin:referencecasting in swNoel Grandin
2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist
2019-04-19Change XWordBasic methods to return anyTor Lillqvist
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-02-15Initialise an integer to 0, not falseTor Lillqvist
2019-02-15Interpret the parameter of WordBasic.FileClose() more correctlyTor Lillqvist
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 a dummy WordBasic.ToolsOptionsViewTor Lillqvist
2019-01-21Try ignoring RuntimeException in ComḿandBars(), VB6 clients don't like them?Tor Lillqvist
2019-01-21Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist
2018-11-22improve function-local statics in swNoel Grandin
2018-11-11Removed repeated semicolonAndrea Gelmini
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
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-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-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-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-05-30Work in progress related to invoking events in Automation clientsTor Lillqvist
2018-05-30Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2015-11-09formatting improvements in sw/Noel Grandin