Age | Commit message (Expand) | Author |
2013-05-09 | support UserForm.Visible attribute | Noel Power |
2013-05-09 | tweak combox to selectively fire change or click event | Noel Power |
2013-05-09 | support api initiated change_event for combox & textbox | Noel Power |
2013-05-09 | Setting TEXT causes exception, don't do it | Noel Power |
2013-05-09 | ListBox.MultiSelection takes fmMultiSelect enum not bool | Noel Power |
2013-05-09 | fix TextBox value error, MaxLength is long in vba but short in libreoffice | Noel Power |
2013-05-09 | tweak vba Control implementation to aritificially fire events from api | Noel Power |
2013-05-09 | create togglebutton class ( for togglebutton on sheet ) | Noel Power |
2013-05-09 | handle bool value for checkbox, radiobutton, togglebutton consistently | Noel Power |
2013-04-16 | Revert "add missing include" | Bjoern Michaelsen |
2013-04-16 | add missing include | Bjoern Michaelsen |
2013-04-16 | Add missing #include <rtl/tencinfo.h> | Tor Lillqvist |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-05 | fix selection change event firing | Noel Power |
2013-04-05 | fix 'Visible' property for XControlShape(s) Foreach support for CommandBars | Noel Power |
2013-04-05 | Added and fixed various vba API | Noel Power |
2013-04-03 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan |
2013-02-24 | remove RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák |
2012-10-02 | Use prefix | Tor Lillqvist |
2012-09-12 | targetted VBA re-work. | Noel Power |
2012-09-08 | OUString cleanup in vbahelper/msforms | Olivier Hallot |
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-26 | remove VBA_OOBUILD_HACK and friends | Noel Power |
2012-08-26 | mark methods as stub where appropriate | Noel Power |
2012-06-22 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-05-31 | targeted string re-work | Norbert Thiebaud |
2012-04-23 | removed unused static data | Takeshi Abe |
2012-04-17 | add support for MousePointer attribute in controls | Noel Power |
2012-04-04 | removed duplicate #includes | Takeshi Abe |
2012-03-26 | reduce over use of static OUStrings | Caolán McNamara |
2012-03-21 | chmod -x | Tor Lillqvist |
2012-03-20 | Fix WaE : Add call to ScVbaControl::getForeColor() | Julien Nabet |
2012-03-20 | More missing SAL_CALL | Stephan Bergmann |
2012-03-20 | Missing SAL_CALL | Stephan Bergmann |
2012-03-20 | add vba support for BackColor, AutoSize, Locked attributes bnc#749960 | Noel Power |
2012-01-28 | Fix for fdo43460 Part LVI getLength() to isEmpty() | Olivier Hallot |
2011-10-07 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara |
2011-09-06 | WaE: unused variable | Caolán McNamara |
2011-08-23 | WaE: drop unused ctor argument | Caolán McNamara |
2011-08-23 | merge foobars? fix broken MultiPage api, also fix broken api change events | Noel Power |
2011-08-16 | Keep the container and object separate methods. | Kohei Yoshida |
2011-08-16 | Added XPropertySet2 to allow disabling of change event notifications. | Kohei Yoshida |
2011-07-31 | Some cppcheck cleaning | Julien Nabet |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan |
2011-06-16 | catch by const reference | Caolán McNamara |
2011-06-13 | createFromAscii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara |