summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)Author
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
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-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-03Simplify: not empty OUString has at least one tokenMatteo Casalin
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
2018-05-31Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist
2018-05-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor 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-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-05-31Bin leftover misleading commentTor Lillqvist
2018-05-30Work in progress related to invoking events in Automation clientsTor Lillqvist
2018-05-30Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist
2018-05-17Further loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-12Translate German variable namesJohnny_M
2018-02-02sw: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01Don't crash if aArgs is emptyTor Lillqvist
2018-02-01Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist
2018-01-31Bin line that has been commented out foreverTor Lillqvist
2018-01-18Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11loplugin:redundantcast: swStephan Bergmann
2017-12-29Fix typosAndrea Gelmini
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07tdf#106988 New names for the new numbering stylesYousuf Philips
2017-11-07loplugin:constparams in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-18Fix spacingMuhammet Kara
2017-10-14tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+ekuiitr
2017-10-14tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+ekuiitr
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-27loplugin:flatten in variousNoel Grandin
2017-09-26loplugin:flatten in swNoel Grandin
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-08-07loplugin:constparams in sw part10Noel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-14use more OUString::operator== in swNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin