summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms
AgeCommit message (Expand)Author
2013-12-20typo fixesAndras Timar
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold
2013-10-02WaE: unused variableTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-09support UserForm.Visible attributeNoel Power
2013-05-09tweak combox to selectively fire change or click eventNoel Power
2013-05-09support api initiated change_event for combox & textboxNoel Power
2013-05-09Setting TEXT causes exception, don't do itNoel Power
2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power
2013-05-09fix TextBox value error, MaxLength is long in vba but short in libreofficeNoel Power
2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power
2013-05-09create togglebutton class ( for togglebutton on sheet )Noel Power
2013-05-09handle bool value for checkbox, radiobutton, togglebutton consistentlyNoel Power
2013-04-16Revert "add missing include"Bjoern Michaelsen
2013-04-16add missing includeBjoern Michaelsen
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05fix selection change event firingNoel Power
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power
2013-04-05Added and fixed various vba APINoel Power
2013-04-03fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-02Use prefixTor Lillqvist
2012-09-12targetted VBA re-work.Noel Power
2012-09-08OUString cleanup in vbahelper/msformsOlivier Hallot
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
2012-08-26mark methods as stub where appropriateNoel Power
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-04-23removed unused static dataTakeshi Abe
2012-04-17add support for MousePointer attribute in controlsNoel Power
2012-04-04removed duplicate #includesTakeshi Abe
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-21chmod -xTor Lillqvist
2012-03-20Fix WaE : Add call to ScVbaControl::getForeColor()Julien Nabet
2012-03-20More missing SAL_CALLStephan Bergmann
2012-03-20Missing SAL_CALLStephan Bergmann
2012-03-20add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power
2012-01-28Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-06WaE: unused variableCaolán McNamara
2011-08-23WaE: drop unused ctor argumentCaolán McNamara
2011-08-23merge foobars? fix broken MultiPage api, also fix broken api change eventsNoel Power