Age | Commit message (Expand) | Author | Files | Lines |
2014-07-29 | convert linked list to std::vector in SbxDimArray | Noel Grandin | 1 | -4/+7 |
2014-07-17 | Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx | Tobias Lippert | 1 | -1/+1 |
2014-06-25 | Remove this weird inheritance from smart-pointer-wrapped class. | Kohei Yoshida | 1 | -1/+1 |
2014-06-25 | Use boost::optional to store alias name. | Kohei Yoshida | 1 | -1/+1 |
2014-06-25 | pData -> mpVarEntries. | Kohei Yoshida | 1 | -1/+1 |
2014-06-25 | Remove this class that only derives from std::vector and not much else. | Kohei Yoshida | 1 | -2/+4 |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin | 1 | -1/+1 |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin | 3 | -4/+5 |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin | 3 | -3/+3 |
2014-05-29 | Detach all DocBasicItem objects upon process termination. | Kohei Yoshida | 1 | -0/+2 |
2014-04-14 | typo: hierarchie -> hierarchy | Thomas Arnhold | 1 | -1/+1 |
2014-04-07 | Replace SV_DECL/IMPL_REF macros with SvRef template | Stephan Bergmann | 8 | -22/+12 |
2014-04-04 | StarBASIC::ErrorHdl sal_Bool->bool | Noel Grandin | 1 | -1/+1 |
2014-04-04 | SbxObject::Call sal_Bool->bool | Noel Grandin | 2 | -2/+2 |
2014-04-04 | SbxObject::isClass sal_Bool->bool | Noel Grandin | 1 | -1/+1 |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann | 3 | -3/+3 |
2014-03-28 | fdo#75280 Started cleaning up of sal_uIntPtr usage. | Valentin Kettner | 1 | -4/+4 |
2014-03-28 | Remove remaining DBG_CTOR etc. remnants from basic | Stephan Bergmann | 1 | -17/+12 |
2014-03-27 | basic: sal_Bool->bool | Noel Grandin | 2 | -15/+15 |
2014-03-27 | basic: sal_Bool->bool | Noel Grandin | 7 | -150/+150 |
2014-03-27 | basic: sal_Bool->bool | Noel Grandin | 2 | -17/+17 |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | 10 | -67/+69 |
2014-03-26 | Split TYPEINFO into plain and TYPEINFO_OVERRIDE | Stephan Bergmann | 9 | -16/+16 |
2014-03-13 | basic: prefer passing OUString and OString by reference | Noel Grandin | 2 | -12/+12 |
2014-03-01 | Remove visual noise from include | Alexander Wilms | 3 | -15/+15 |
2014-02-28 | remove unused code in basic/CodeCompleteDataCache | Noel Grandin | 1 | -4/+0 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 1 | -2/+2 |
2014-01-30 | fdo#63154 Removed unused solar.h ref. in basic and formula | Alexandre Vicenzi | 1 | -1/+0 |
2013-12-11 | sbxbase.hxx is private to basic | Tor Lillqvist | 1 | -52/+0 |
2013-12-11 | sbstdobj.hxx is private to basic | Tor Lillqvist | 1 | -136/+0 |
2013-12-11 | sbprop.hxx is private to basic | Tor Lillqvist | 1 | -67/+0 |
2013-12-11 | sbobjmod.hxx is private to basic | Tor Lillqvist | 1 | -104/+0 |
2013-12-11 | basic/global.hxx is private to basic | Tor Lillqvist | 1 | -25/+0 |
2013-11-09 | fdo#65108 inter-module includes <> | Norbert Thiebaud | 24 | -27/+27 |
2013-10-23 | fixincludeguards.sh: include/{basegfx,basic} | Thomas Arnhold | 26 | -59/+59 |
2013-09-26 | typo fixes in comments | Andras Timar | 1 | -1/+1 |
2013-09-11 | Easier conversion between Basic Date and UNO Date/Time | Lionel Elie Mamane | 2 | -2/+6 |
2013-09-03 | completition->completion :) | Ivan Timofeev | 1 | -2/+2 |
2013-09-02 | GSOC work, autocorrect procedures+variables | Gergo Mocsi | 1 | -1/+1 |
2013-09-02 | GSOC work, renaming + options fix | Gergo Mocsi | 1 | -3/+3 |
2013-09-02 | GSOC work, behavior fixes | Gergo Mocsi | 1 | -0/+1 |
2013-09-02 | GSOC work, renaming for consistency | Gergo Mocsi | 1 | -3/+4 |
2013-09-02 | GSOC work, ListBox appearance fix (at the borders) + code fixes | Gergo Mocsi | 1 | -1/+2 |
2013-09-02 | GSOC work, "autocomplete procedures" fix + new feature | Gergo Mocsi | 2 | -16/+6 |
2013-09-02 | GSOC work, nested reflection fix - again | Gergo Mocsi | 1 | -1/+1 |
2013-09-02 | GSOC work, implement "Autoclose parenthesis" function | Gergo Mocsi | 1 | -0/+4 |
2013-09-02 | GSOC work, implemented "Autoclose Double Quotes" option | Gergo Mocsi | 2 | -1/+4 |
2013-09-02 | GSOC work, procedure autoclose implementation | Gergo Mocsi | 2 | -19/+17 |
2013-09-02 | GSOC work, cache implementation fix, code fixes | Gergo Mocsi | 2 | -6/+8 |
2013-09-02 | GSOC work, ModalDialog instead of menu entry | Gergo Mocsi | 1 | -0/+4 |