summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks1-9/+10
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold9-27/+27
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-07CID#708571 uninitialized membersCaolán McNamara1-1/+4
2013-10-02Spell "indices" correctlyTor Lillqvist2-6/+6
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin1-3/+3
2013-09-26typo fixes in commentsAndras Timar2-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-10/+10
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-5/+5
2013-05-09Parse workbook name correctly, don't fall over spaces etc.Noel Power2-5/+11
2013-05-09support Shape.AlternativeNoel Power1-0/+16
2013-05-09fix contrast not increment to limit value between 0.0 & 1.0Noel Power1-5/+5
2013-04-08warning C4702: unreachable codeMichael Stahl1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-3/+3
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power1-0/+4
2013-04-03fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan7-14/+12
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
2013-03-08Assignment of function parameter has no effect outside the functionJulien Nabet1-1/+1
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-3/+3
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-01-28fdo#46808, convert some code to use getProcessComponentContextNoel Grandin1-4/+4
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-16/+5
2012-12-13fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin1-3/+2
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-4/+0
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-4/+1
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+0
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-1/+1
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-3/+3
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-10/+2
2012-09-12targetted VBA re-work.Noel Power6-68/+31
2012-09-08More OUString cleanup in vbahelperOlivier Hallot24-467/+456
2012-09-08More OUString cleanup in vbahelperOlivier Hallot5-64/+57
2012-09-08Some OUString cleanup in vbahelperOlivier Hallot2-41/+41
2012-09-07Requires explicit ctorStephan Bergmann1-1/+1
2012-09-07More OUString cleanup in vbahelperOlivier Hallot2-39/+39
2012-09-04Some clean up of previous commitStephan Bergmann1-1/+1
2012-09-04fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin1-2/+2
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-1/+3
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann4-12/+7
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-1/+2
2012-08-26mark methods as stub where appropriateNoel Power6-15/+29
2012-08-26clean up unnecessary non working implementationsNoel Power2-54/+4
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET3-4/+4
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks33-825/+460
2012-06-21re-base on ALv2 code.Michael Meeks2-52/+34