summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)AuthorFilesLines
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-02-06Use bool and not sal_Bool, says a pluginTor Lillqvist1-1/+1
2019-01-23Add WordBasic.FileClose()Tor Lillqvist1-0/+20
2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist1-41/+65
2019-01-21Add a couple know parameters to WordBasic.ToolsOptionsViewTor Lillqvist1-4/+4
2019-01-21Implement WordBasic.FileSave()Tor Lillqvist1-1/+2
2019-01-18Add a (dummy) WordBasic.FileSave()Tor Lillqvist1-0/+7
2019-01-18Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist1-0/+45
2019-01-18Try ignoring RuntimeException in ComḿandBars(), VB6 clients don't like them?Tor Lillqvist1-1/+8
2019-01-18Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist1-0/+11
2018-06-30Add a MailMerge class and object to the Writer VBA APITor Lillqvist1-0/+50
2018-06-30Add ExistingBookmark() to WordBasicTor Lillqvist1-0/+9
2018-06-30Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist1-0/+7
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 Lillqvist1-0/+38
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist1-0/+17
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
2018-05-31Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist1-0/+26
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist1-1/+1
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist1-14/+21
2018-05-31Work in progress related to invoking events in Automation clientsTor Lillqvist1-1/+102
2018-05-31Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist1-0/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-17/+17
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-3/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2015-11-09formatting improvements in sw/Noel Grandin1-3/+3
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-3/+3
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-19Remove include stdio (part3)Julien Nabet1-1/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-5/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+7
2013-03-27-Wunused-macrosStephan Bergmann1-10/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14