Age | Commit message (Expand) | Author | Files | Lines |
2013-12-20 | typo fixes | Andras Timar | 1 | -1/+1 |
2013-12-12 | Do not use C++-UNO internal static_type functions in client code | Stephan Bergmann | 9 | -15/+15 |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin | 1 | -1/+1 |
2013-11-14 | Move MediaDescriptor from comphelper to unotools | Stephan Bergmann | 1 | -3/+3 |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin | 1 | -2/+2 |
2013-11-11 | Accelerate checking for VBA macros that are not there. | Michael Meeks | 1 | -9/+10 |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin | 2 | -2/+2 |
2013-10-23 | fixincludeguards.sh: vbahelper | Thomas Arnhold | 30 | -83/+99 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 1 | -1/+1 |
2013-10-07 | CID#708571 uninitialized members | Caolán McNamara | 1 | -1/+4 |
2013-10-02 | Spell "indices" correctly | Tor Lillqvist | 2 | -6/+6 |
2013-10-02 | WaE: unused variable | Tor Lillqvist | 1 | -1/+0 |
2013-10-01 | convert remains of String to vbahelper module to OUString | Noel Grandin | 1 | -3/+3 |
2013-09-26 | typo fixes in comments | Andras Timar | 2 | -2/+2 |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák | 4 | -11/+11 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 4 | -6/+6 |
2013-05-09 | Parse workbook name correctly, don't fall over spaces etc. | Noel Power | 2 | -5/+11 |
2013-05-09 | support UserForm.Visible attribute | Noel Power | 2 | -0/+20 |
2013-05-09 | support Shape.Alternative | Noel Power | 1 | -0/+16 |
2013-05-09 | tweak combox to selectively fire change or click event | Noel Power | 1 | -1/+9 |
2013-05-09 | support api initiated change_event for combox & textbox | Noel Power | 2 | -0/+7 |
2013-05-09 | fix contrast not increment to limit value between 0.0 & 1.0 | Noel Power | 1 | -5/+5 |
2013-05-09 | Setting TEXT causes exception, don't do it | Noel Power | 1 | -2/+1 |
2013-05-09 | ListBox.MultiSelection takes fmMultiSelect enum not bool | Noel Power | 2 | -6/+22 |
2013-05-09 | fix TextBox value error, MaxLength is long in vba but short in libreoffice | Noel Power | 1 | -3/+4 |
2013-05-09 | tweak vba Control implementation to aritificially fire events from api | Noel Power | 2 | -3/+6 |
2013-05-09 | create togglebutton class ( for togglebutton on sheet ) | Noel Power | 1 | -1/+8 |
2013-05-09 | handle bool value for checkbox, radiobutton, togglebutton consistently | Noel Power | 3 | -18/+22 |
2013-04-16 | Revert "add missing include" | Bjoern Michaelsen | 1 | -1/+0 |
2013-04-16 | add missing include | Bjoern Michaelsen | 1 | -0/+1 |
2013-04-16 | Add missing #include <rtl/tencinfo.h> | Tor Lillqvist | 1 | -0/+1 |
2013-04-08 | warning C4702: unreachable code | Michael Stahl | 1 | -1/+0 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 7 | -14/+14 |
2013-04-05 | fix selection change event firing | Noel Power | 1 | -0/+3 |
2013-04-05 | fix 'Visible' property for XControlShape(s) Foreach support for CommandBars | Noel Power | 2 | -1/+18 |
2013-04-05 | Added and fixed various vba API | Noel Power | 3 | -5/+63 |
2013-04-03 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan | 11 | -26/+24 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 1 | -5/+0 |
2013-03-08 | Assignment of function parameter has no effect outside the function | Julien Nabet | 1 | -1/+1 |
2013-02-24 | remove RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith | 2 | -16/+16 |
2013-02-20 | typo: allways -> always | Andras Timar | 1 | -1/+1 |
2013-01-28 | fdo#46808, convert some code to use getProcessComponentContext | Noel Grandin | 1 | -4/+4 |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin | 1 | -16/+5 |
2012-12-13 | fdo#46808, use service constructor for ui::WindowStateConfiguration | Noel Grandin | 1 | -3/+2 |
2012-12-10 | callcatcher: remove unused rtf filter and associated methods | Caolán McNamara | 1 | -4/+0 |
2012-12-04 | clean up more sbxToUnoValue declarations | Michael Stahl | 1 | -4/+1 |
2012-11-22 | convert users of XDocumentInfo to XDocumentProperties | Michael Stahl | 1 | -1/+0 |
2012-11-03 | basic: String -> OUString in basicmanager | Norbert Thiebaud | 1 | -1/+1 |
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin | 1 | -3/+3 |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák | 2 | -3/+3 |