summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang1-1/+1
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann1-1/+2
2022-10-13sw vba: move SwWordBasic to its own fileJustin Luth1-306/+1
2022-08-07VBA conversions inches should be inHannah Meeks1-2/+2
2022-08-05VBA Add conversion methods to ApplicationHannah Meeks1-1/+60
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-9/+9
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski1-5/+3
2021-03-02loplugin:refcounting in swNoel1-1/+1
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen1-3/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-08-01Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-5/+5
2019-07-20loplugin:referencecasting in swNoel Grandin1-2/+2
2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist1-0/+88
2019-04-19Change XWordBasic methods to return anyTor Lillqvist1-16/+16
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-02-15Initialise an integer to 0, not falseTor Lillqvist1-1/+1
2019-02-15Interpret the parameter of WordBasic.FileClose() more correctlyTor Lillqvist1-2/+2
2019-02-07The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist1-2/+2
2019-02-07The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist1-2/+2
2019-02-06Ignore RuntimeException in Application.WindowState setterTor Lillqvist1-5/+11
2019-02-06Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist1-0/+10
2019-02-06Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist1-0/+9
2019-02-06Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist1-0/+10
2019-02-06Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist1-0/+10
2019-01-24Add WordBasic.FileClose()Tor Lillqvist1-0/+20
2019-01-22fix build, loplugin:stringconcatCaolán McNamara1-1/+1
2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist1-41/+65
2019-01-21Add a couple of known parameters to WordBasic.ToolsOptionsViewTor Lillqvist1-4/+4
2019-01-21Implement WordBasic.FileSave()Tor Lillqvist1-1/+2
2019-01-21WaE: loplugin:casttovoidCaolán McNamara1-2/+1
2019-01-21Add a (dummy) WordBasic.FileSave()Tor Lillqvist1-0/+7
2019-01-21Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist1-0/+45
2019-01-21Try ignoring RuntimeException in ComḿandBars(), VB6 clients don't like them?Tor Lillqvist1-1/+8
2019-01-21Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist1-0/+11
2018-11-22improve function-local statics in swNoel Grandin1-5/+3
2018-11-11Removed repeated semicolonAndrea Gelmini1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-08loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist1-0/+50
2018-06-12Add ExistingBookmark() to WordBasicTor Lillqvist1-0/+9
2018-06-12Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist1-0/+7
2018-06-07Show the "status bar" property in the LO status indicator also in WriterTor Lillqvist1-0/+17
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist1-0/+17
2018-05-31Add WordBasic property and its FileOpen "command"Tor Lillqvist1-0/+38
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 Lillqvist1-0/+48
2018-05-31Add Move() to ooo.vba.word.XApplicationTor Lillqvist1-1/+12
2018-05-31Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist1-2/+15