summaryrefslogtreecommitdiff
path: root/stoc/source/security
AgeCommit message (Expand)Author
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10coverity#708240 Uninitialized pointer fieldCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-14coverity#708240 Uninitialized pointer fieldCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from stocAlexander Wilms
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-10-02-Werror,-Wunused-functionStephan Bergmann
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-01merge origin/masterDavid Tardon
2012-03-12gbuildize stocDavid Tardon
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-15Clang -Wunused-variable.Stephan Bergmann
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot
2011-12-27catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from stocNorbert Thiebaud
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-06-01fix upCaolán McNamara