summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msvbahelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-27loplugin:constparams in filterNoel Grandin1-3/+3
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-3/+3
2017-06-08Typo: F9 should be mapped with KEY_F9Julien Nabet1-1/+1
2017-03-21Fix ooo::vba::parseKeyEventStephan Bergmann1-8/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, filterStephan Bergmann1-0/+1
2017-01-09New loplugin:externvar: filterStephan Bergmann1-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-5/+0
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin1-10/+9
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas1-1/+3
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-8/+2
2016-06-07tdf#99589 tolower / toupper - dangerous to Turks ...krishna keshav1-2/+3
2016-06-04tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-4/+2
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-2/+2
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-2/+2
2016-04-21new plugin stylepoliceNoel Grandin1-5/+5
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-06-29coverity#1308592 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-6/+8
2014-12-15filter: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-4/+6
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-04-14remove static stringsThomas Arnhold1-3/+1
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin1-4/+4
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-3/+1
2014-02-27Remove visual noise from filterAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2013-12-20typo fixesAndras Timar1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-2/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-4/+2
2013-10-09CID#736174 yikes, sizeof(char[]) includes 0, so 4 not 3Caolán McNamara1-1/+1
2013-02-16fdo#57950: Remove more chained appends in filterMarcos Paulo de Souza1-6/+2
2012-12-20String -> OUString in filterRicardo Montania1-83/+84
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-7/+8
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-2/+0
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-7/+12
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+32
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power1-1/+49
2012-03-05vba implementation for Application.OnKeyNoel Power1-0/+128
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot1-8/+8
2011-12-12catch exception by constant referenceTakeshi Abe1-3/+3
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0