Age | Commit message (Expand) | Author |
2014-12-18 | scripting: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-09-30 | scripting: another missing SolarMutex guard | Michael Stahl |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-08-26 | convert SBX flag bits to type-safe enum | Noel Grandin |
2014-08-21 | Fix *_component_getFactory function type | Stephan Bergmann |
2014-06-27 | remove SFX_APP() macro that was a mer wrapper for SfxGetApp() | Norbert Thiebaud |
2014-06-05 | scripting: remove SAL_THROW macro | Noel Grandin |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-04-24 | scripting: sal_Bool->bool | Noel Grandin |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from scripting | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor in SCRIPTING module | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-06-28 | remove an unused header | Thomas Arnhold |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-03 | loplugin: improve indentation | Thomas Arnhold |
2013-02-11 | fdo#46808, Use singleton util::theMacroExpander new-style constructor | Noel Grandin |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann |
2012-12-04 | clean up more sbxToUnoValue declarations | Michael Stahl |
2012-10-23 | fdo#46808, use service constructor for uri::UriReferenceFactory | Noel Grandin |
2012-10-04 | sal_Bool->bool in scripting | Noel Grandin |
2012-10-02 | Use prefix | Tor Lillqvist |
2012-08-27 | fdo#46808, Use factory methods for frame::DispatchHelper instances | Noel Grandin |
2012-07-06 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-06-22 | .xml files don't need executable bits | Michael Stahl |
2012-06-22 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-23 | .component files don't need executable bits | Michael Stahl |
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe |