Age | Commit message (Expand) | Author | Files | Lines |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin | 2 | -6/+1 |
2014-06-05 | scripting: remove SAL_THROW macro | Noel Grandin | 5 | -19/+3 |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl | 2 | -0/+11 |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin | 5 | -46/+23 |
2014-05-11 | Fix previous commit (scripting part) | Julien Nabet | 1 | -2/+2 |
2014-05-11 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 | Julien Nabet | 1 | -2/+2 |
2014-04-24 | scripting: sal_Bool->bool | Noel Grandin | 2 | -7/+7 |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold | 5 | -13/+13 |
2014-04-14 | Clean up function declarations | Stephan Bergmann | 4 | -18/+16 |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann | 4 | -8/+8 |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann | 6 | -58/+58 |
2014-03-10 | scripting: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann | 1 | -2/+1 |
2014-03-04 | fdo#54938: Convert some places to use cppu::supportsService | Marcos Paulo de Souza | 1 | -8/+2 |
2014-02-27 | Remove unused ScriptingContext | Stephan Bergmann | 3 | -187/+0 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 11 | -90/+90 |
2014-02-26 | Remove visual noise from scripting | Alexander Wilms | 8 | -52/+52 |
2014-02-23 | Remove unneccessary comments | Alexander Wilms | 2 | -9/+9 |
2014-02-02 | fdo#54938 Convert bridges, editeng and others to cppu::supportsService | Alexandre Vicenzi | 1 | -42/+9 |
2014-01-28 | bool improvements | Stephan Bergmann | 1 | -2/+2 |
2014-01-23 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann | 1 | -1/+1 |
2014-01-22 | bool improvements | Stephan Bergmann | 2 | -3/+2 |
2013-12-17 | Remove unnecessary use of OUString constructor in OUStringBuffer::append calls | Noel Grandin | 1 | -1/+1 |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin | 2 | -17/+16 |
2013-11-14 | Move MediaDescriptor from comphelper to unotools | Stephan Bergmann | 1 | -4/+4 |
2013-11-11 | remove unnecessary use of OUString constructor in SCRIPTING module | Noel Grandin | 2 | -4/+4 |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin | 4 | -5/+5 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 1 | -1/+1 |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza | 2 | -26/+5 |
2013-08-19 | Mark as const | Takeshi Abe | 1 | -1/+1 |
2013-08-18 | Use subfolder names from <config_folders.h> | Tor Lillqvist | 1 | -1/+2 |
2013-07-30 | fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VB | Noel Power | 1 | -1/+3 |
2013-06-28 | remove an unused header | Thomas Arnhold | 7 | -8/+0 |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin | 1 | -1/+1 |
2013-04-19 | Remove any remaining remnants of unused component_canUnload feature | Stephan Bergmann | 1 | -2/+0 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 15 | -189/+188 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 1 | -2/+0 |
2013-03-07 | fdo#46808, Convert singleton theMasterScriptProviderFactory | Noel Grandin | 2 | -14/+7 |
2013-03-04 | doubled includes | Thomas Arnhold | 1 | -3/+0 |
2013-02-19 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan | 1 | -3/+4 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 4 | -49/+49 |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | 1 | -51/+0 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 8 | -16/+0 |
2012-11-28 | OUString::concat() does not modify in-place | Tor Lillqvist | 1 | -1/+1 |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin | 1 | -6/+3 |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin | 2 | -3/+2 |
2012-10-30 | squeeze all Exceptions through RuntimeException for exception sig | Caolán McNamara | 1 | -1/+1 |
2012-10-23 | fdo#46808, use service constructor for uri::UriReferenceFactory | Noel Grandin | 2 | -17/+4 |
2012-10-02 | Use prefix | Tor Lillqvist | 1 | -1/+1 |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | 1 | -4/+4 |
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | 1 | -1/+1 |