summaryrefslogtreecommitdiffstats
path: root/vbahelper/source
Commit message (Expand)AuthorAgeFilesLines
* Use prefixTor Lillqvist2012-10-021-1/+1
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-10/+2
* targetted VBA re-work.Noel Power2012-09-1215-157/+44
* OUString cleanup in vbahelper/msformsOlivier Hallot2012-09-0840-465/+429
* More OUString cleanup in vbahelperOlivier Hallot2012-09-0824-467/+456
* More OUString cleanup in vbahelperOlivier Hallot2012-09-085-64/+57
* Some OUString cleanup in vbahelperOlivier Hallot2012-09-082-41/+41
* Requires explicit ctorStephan Bergmann2012-09-071-1/+1
* More OUString cleanup in vbahelperOlivier Hallot2012-09-072-39/+39
* Some clean up of previous commitStephan Bergmann2012-09-041-1/+1
* fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin2012-09-041-2/+2
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-1/+3
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-317-16/+10
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+2
* remove VBA_OOBUILD_HACK and friendsNoel Power2012-08-261-18/+0
* mark methods as stub where appropriateNoel Power2012-08-2613-17/+49
* clean up unnecessary non working implementationsNoel Power2012-08-262-54/+4
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-163-4/+4
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-2273-1836/+1065
* re-base on ALv2 code.Michael Meeks2012-06-216-121/+94
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-10/+4
* targeted string re-workNorbert Thiebaud2012-05-311-1/+1
* targeted string re-workNorbert Thiebaud2012-05-3129-357/+355
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-292-3/+5
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-05-191-1/+1
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-2/+0
* tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power2012-04-241-4/+8
* removed unused static dataTakeshi Abe2012-04-235-5/+0
* support Sheets.PrintPreview bnc#757844Noel Power2012-04-231-1/+12
* add support for MousePointer attribute in controlsNoel Power2012-04-172-2/+84
* Set DefaultContext property of service manager/component context comboStephan Bergmann2012-04-121-3/+26
* Kill vbaFontBase::get/setUnderlineGábor Stefanik2012-04-101-62/+0
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-27/+14
* Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet2012-04-081-17/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-6/+6
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-3/+3
* removed duplicate #includesTakeshi Abe2012-04-043-3/+0
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-022-20/+20
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-4/+4
* reduce over use of static OUStringsCaolán McNamara2012-03-2658-145/+110
* chmod -xTor Lillqvist2012-03-212-0/+0
* Fix WaE : Add call to ScVbaControl::getForeColor()Julien Nabet2012-03-201-0/+1
* More missing SAL_CALLStephan Bergmann2012-03-204-4/+4
* Missing SAL_CALLStephan Bergmann2012-03-201-1/+1
* add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power2012-03-2016-9/+229
* Removed unused code.Santiago Martinez2012-03-081-31/+0
* support import of key shortcut for macro ( Excel only )Noel Power2012-03-051-27/+1
* vba implementation for Application.OnKeyNoel Power2012-03-051-0/+49
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1