summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* bool improvementsStephan Bergmann2014-01-291-1/+1
* bool improvementsStephan Bergmann2014-01-283-5/+5
* coverity#440504 Dereference before null checkCaolán McNamara2014-01-281-1/+1
* Translate some German comments to English, and remove some ASCII art.Sven Wehner2014-01-261-39/+33
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-227-18/+18
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-217-9/+9
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-213-31/+31
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-207-27/+9
* Unify ctor functions for component implementations.Matúš Kukan2014-01-187-33/+25
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-158-18/+18
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-157-18/+16
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-2/+3
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-075-28/+28
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-198-275/+127
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-1811-392/+194
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-1710-20/+20
* remove unnecessary double calls to OUString constructorNoel Grandin2013-12-171-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-174-7/+7
* Clean-up uno/lbnames.hStephan Bergmann2013-12-1611-5/+6
* [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann2013-12-131-1/+1
* remove unnecessary castsNoel Grandin2013-12-121-1/+1
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-3/+1
* Catching std::bad_alloc in UNO implementations no longer necessaryStephan Bergmann2013-11-285-37/+5
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-7/+4
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-209-71/+57
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-203-34/+31
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-8/+8
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-193-6/+4
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* remove unnecessary use of OUString constructor in STOC moduleNoel Grandin2013-11-0812-73/+70
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-044-55/+55
* remove redundant calls to OUString constructorNoel Grandin2013-11-042-6/+2
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-2216-124/+32
* Clean up stoc::uriproc::supportsServiceStephan Bergmann2013-10-208-97/+10
* Some clean-upStephan Bergmann2013-10-201-68/+45
* Clean-up std::bad_alloc handlingStephan Bergmann2013-10-203-32/+16
* No need to support "prefix" in DllComponentLoaderStephan Bergmann2013-10-111-20/+2
* Spell "indices" correctlyTor Lillqvist2013-10-021-9/+9
* -Werror,-Wunused-functionStephan Bergmann2013-10-022-23/+0
* [API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann2013-10-011-1/+1
* IllegalArgumentException is a RuntimeException nowStephan Bergmann2013-10-011-20/+3
* Mark as constTakeshi Abe2013-08-229-9/+9
* sal_Bool to boolTakeshi Abe2013-08-222-5/+5
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-212-13/+13
* Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProviderStephan Bergmann2013-08-1924-4504/+0
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1