summaryrefslogtreecommitdiffstats
path: root/stoc/source/security
Commit message (Expand)AuthorAgeFilesLines
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* stoc: remove SAL_THROW macroNoel Grandin2014-06-055-154/+88
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-8/+8
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-6/+4
* stoc: make use of css aliasThomas Arnhold2014-05-223-3/+3
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-4/+4
* coverity#708240 Uninitialized pointer fieldCaolán McNamara2014-05-101-0/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-264-30/+30
* coverity#708240 Uninitialized pointer fieldCaolán McNamara2014-03-141-0/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-36/+36
* Remove visual noise from stocAlexander Wilms2014-02-265-28/+28
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-251-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-233-71/+71
* 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-222-4/+4
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-212-2/+2
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-212-2/+2
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-202-6/+2
* Unify ctor functions for component implementations.Matúš Kukan2014-01-182-10/+7
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-152-2/+2
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-152-4/+4
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-5/+5
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-192-54/+23
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-182-54/+54
* Clean-up uno/lbnames.hStephan Bergmann2013-12-161-0/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-203-35/+30
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-202-2/+2
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-222-20/+4
* -Werror,-Wunused-functionStephan Bergmann2013-10-022-23/+0
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-062-2/+2
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-192-38/+10
* remove unused component_canUnload functionsMatúš Kukan2013-04-191-3/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-22/+17
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-1/+1
* osl_atomic_increment/decrement are macrosStephan Bergmann2013-02-211-2/+2
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-303-37/+33
* Remove support for UNO_AC* bootstrap variablesStephan Bergmann2013-01-162-1/+8
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* re-base on ALv2 code.Michael Meeks2012-06-294-92/+56
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-2/+1
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-5/+4
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-11/+10
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-7/+7
* merge origin/masterDavid Tardon2012-04-011-2/+2
|\
| * A few safe replacements of pathes->pathsJesús Corrius2012-02-011-2/+2
* | gbuildize stocDavid Tardon2012-03-121-62/+0
|/
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-265-97/+97
* Clang -Wunused-variable.Stephan Bergmann2012-01-151-0/+1