summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocument.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-14cid#1545734 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-06-27tdf#151548 ContentControls vba: allow search by float #2Justin Luth1-1/+18
2023-02-25Fix typoAndrea Gelmini1-1/+1
2023-02-24vba content controls: cleanup unnecessary SAL_CALL in cxxJustin Luth1-3/+3
2023-02-24word vba: Add activeWindow to XDocumentJustin Luth1-0/+8
2022-12-16tdf#151548 vba FormFields: implement RangeJustin Luth1-1/+1
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann1-1/+2
2022-11-24tdf#151548 vba ContentControls: Add basic word::XContentControlJustin Luth1-0/+27
2022-11-10tdf#151548 vba FormFields: Add basic word::XFormField supportJustin Luth1-4/+6
2022-10-01tdf#148806 sw vba: fix GetVbaEventProcessorJustin Luth1-1/+4
2022-07-20VBA Fix off by one error in setting rangeHannah Meeks1-9/+21
2022-07-20VBA: Add Select Method to ActiveDocumentHannah Meeks1-0/+8
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-19/+19
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski1-5/+5
2021-02-15loplugin:referencecasting in swNoel1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-1/+1
2020-07-30loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-27sw/vba: create instances with uno constructorsNoel Grandin1-8/+5
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-4/+2
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen1-1/+0
2019-11-26Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist1-0/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-07Add a SAL_INFO for SwVbaDocument::SaveAs2000()Tor Lillqvist1-0/+2
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-3/+3
2019-05-23Add ooo.vba.word.XDocument.SavePreviewPngAs() and implementTor Lillqvist1-0/+16
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-3/+3
2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist1-47/+1
2019-03-26Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist1-0/+113
2019-03-03tdf#123821: Correct accidental overlap with IIDs used in CalcTor Lillqvist1-2/+2
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
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-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist1-0/+6
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist1-0/+1
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist1-1/+1
2018-05-31Add Document.Close event generationTor Lillqvist1-0/+98
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+2
2018-02-01Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-40/+39
2017-01-09New loplugin:externvar: swStephan Bergmann1-9/+13
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-3/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3