summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann3-31/+31
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin9-71/+57
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin3-34/+31
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-8/+8
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin3-6/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin12-73/+70
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin4-55/+55
2013-11-04remove redundant calls to OUString constructorNoel Grandin2-6/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza16-124/+32
2013-10-20Clean up stoc::uriproc::supportsServiceStephan Bergmann8-97/+10
2013-10-20Some clean-upStephan Bergmann1-68/+45
2013-10-20Clean-up std::bad_alloc handlingStephan Bergmann3-32/+16
2013-10-11No need to support "prefix" in DllComponentLoaderStephan Bergmann1-20/+2
2013-10-02Spell "indices" correctlyTor Lillqvist1-9/+9
2013-10-02-Werror,-Wunused-functionStephan Bergmann2-23/+0
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann1-1/+1
2013-10-01IllegalArgumentException is a RuntimeException nowStephan Bergmann1-20/+3
2013-08-22Mark as constTakeshi Abe9-9/+9
2013-08-22sal_Bool to boolTakeshi Abe2-5/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-13/+13
2013-08-19Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProviderStephan Bergmann24-4504/+0
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold10-123/+123
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-3/+3
2013-06-05use uno::Reference#clear() method...Noel Grandin2-3/+3
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-84/+0
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold1-1/+1
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-1/+2
2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer1-24/+9
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer3-315/+194
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák16-212/+137
2013-04-25Mark TypeDescriptionProvider service as "don't create by name"Stephan Bergmann1-3/+2
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann10-2240/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks11-242/+44
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann28-289/+75
2013-04-19remove unused component_canUnload functionsMatúš Kukan12-109/+10
2013-04-16Unused includeStephan Bergmann1-1/+0
2013-04-16stoc: do not use rtl/unload.h functionalityMatúš Kukan1-128/+1
2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann1-2/+2
2013-04-16rhbz#867808 Do not throw RuntimeException by pointerStephan Bergmann1-1/+1
2013-04-15prefix all component_getFactory methodsPeter Foley2-6/+2
2013-04-11Avoid an endless stream of NoSuchElementException exceptions.Jan Holesovsky1-9/+3
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini1-27/+8
2013-04-10remove commented out codeThomas Arnhold1-18/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák2-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák67-1080/+1026
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-5/+3
2013-03-27-Wunused-macrosStephan Bergmann1-9/+0