summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocument.cxx
AgeCommit message (Expand)Author
2024-12-18use more concrete UNO in swNoel Grandin
2024-08-14use less exception throwing for flow controlNoel Grandin
2024-05-23loplugin:ostr in sw/../vbaNoel Grandin
2023-12-14cid#1545734 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-06-27tdf#151548 ContentControls vba: allow search by float #2Justin Luth
2023-02-25Fix typoAndrea Gelmini
2023-02-24vba content controls: cleanup unnecessary SAL_CALL in cxxJustin Luth
2023-02-24word vba: Add activeWindow to XDocumentJustin Luth
2022-12-16tdf#151548 vba FormFields: implement RangeJustin Luth
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann
2022-11-24tdf#151548 vba ContentControls: Add basic word::XContentControlJustin Luth
2022-11-10tdf#151548 vba FormFields: Add basic word::XFormField supportJustin Luth
2022-10-01tdf#148806 sw vba: fix GetVbaEventProcessorJustin Luth
2022-07-20VBA Fix off by one error in setting rangeHannah Meeks
2022-07-20VBA: Add Select Method to ActiveDocumentHannah 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-02-15loplugin:referencecasting in swNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-27sw/vba: create instances with uno constructorsNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen
2019-11-26Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-07Add a SAL_INFO for SwVbaDocument::SaveAs2000()Tor Lillqvist
2019-09-28loplugin:constmethod in swNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-05-23Add ooo.vba.word.XDocument.SavePreviewPngAs() and implementTor Lillqvist
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist
2019-03-26Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist
2019-03-03tdf#123821: Correct accidental overlap with IIDs used in CalcTor Lillqvist
2019-02-10loplugin:indentation in swNoel Grandin
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-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist
2018-05-31Add Document.Close event generationTor Lillqvist
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-01Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist
2017-10-23loplugin:includeform: swStephan Bergmann
2017-07-14use more OUString::operator== in swNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: swStephan Bergmann
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin