summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-2/+1
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+0
2012-11-05add a README filesAlia Almusaireae1-0/+1
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-1/+1
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-3/+3
2012-10-02Use prefixTor Lillqvist2-2/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-10/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-12targetted VBA re-work.Noel Power18-160/+45
2012-09-08OUString cleanup in vbahelper/msformsOlivier Hallot40-465/+429
2012-09-08More OUString cleanup in vbahelperOlivier Hallot24-467/+456
2012-09-08More OUString cleanup in vbahelperOlivier Hallot6-81/+74
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 Bergmann8-17/+10
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-1/+2
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power1-18/+0
2012-08-26mark methods as stub where appropriateNoel Power13-17/+49
2012-08-26clean up unnecessary non working implementationsNoel Power3-77/+5
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-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-27Remove unused header filesThomas Arnhold2-89/+0
2012-06-22re-base on ALv2 code.Michael Meeks91-2261/+1328
2012-06-21re-base on ALv2 code.Michael Meeks13-297/+207
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-10/+4
2012-05-31targeted string re-workNorbert Thiebaud1-1/+1
2012-05-31targeted string re-workNorbert Thiebaud31-365/+361
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks2-3/+5
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-2/+0
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-24tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power2-4/+9
2012-04-23removed unused static dataTakeshi Abe5-5/+0
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power1-1/+12
2012-04-17add support for MousePointer attribute in controlsNoel Power2-2/+84
2012-04-12Set DefaultContext property of service manager/component context comboStephan Bergmann1-3/+26
2012-04-10Kill vbaFontBase::get/setUnderlineGábor Stefanik1-62/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-27/+14
2012-04-08Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet2-21/+0
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-6/+6