summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)Author
2024-05-23loplugin:ostr in sw/../vbaNoel Grandin
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann
2022-10-13sw vba: move SwWordBasic to its own fileJustin Luth
2022-08-07VBA conversions inches should be inHannah Meeks
2022-08-05VBA Add conversion methods to ApplicationHannah Meeks
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski
2021-03-02loplugin:refcounting in swNoel
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
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