summaryrefslogtreecommitdiff
path: root/stoc/source/security
AgeCommit message (Expand)AuthorFilesLines
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-12/+12
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-4/+4
2015-01-07Just use WeakImplHelper1 instead of ImplHelper1Stephan Bergmann1-31/+2
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-05stoc: remove SAL_THROW macroNoel Grandin5-154/+88
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-8/+8
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-6/+4
2014-05-22stoc: make use of css aliasThomas Arnhold3-3/+3
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
2014-05-10coverity#708240 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-30/+30
2014-03-14coverity#708240 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-36/+36
2014-02-26Remove visual noise from stocAlexander Wilms5-28/+28
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms3-71/+71
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2-4/+4
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2-2/+2
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2-2/+2
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky2-6/+2
2014-01-18Unify ctor functions for component implementations.Matúš Kukan2-10/+7
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan2-2/+2
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan2-4/+4
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-5/+5
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann2-54/+23
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan2-54/+54
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-35/+30
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin2-2/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2-20/+4
2013-10-02-Werror,-Wunused-functionStephan Bergmann2-23/+0
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-2/+2
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2-38/+10
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-22/+17
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann1-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac3-37/+33
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann2-1/+8
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-06-29re-base on ALv2 code.Michael Meeks4-92/+56
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-2/+1
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14