summaryrefslogtreecommitdiff
path: root/cppu/inc
AgeCommit message (Collapse)AuthorFilesLines
2002-06-20#100535# moved temlate class Array to namespace ::com::sun::star::unoDaniel Boelzle2-46/+90
2002-03-13#98040# fixed exception specDaniel Boelzle1-6/+17
2002-01-07#88919# fixed inline operator =Daniel Boelzle1-4/+5
2001-12-17#88919# avoiding cc5 warningsDaniel Boelzle1-6/+6
2001-11-09#88337# documentation reviewDaniel Boelzle19-143/+217
2001-10-29#93739#Daniel Boelzle1-2/+5
2001-10-29#88337# documentation reviewedJörg Budischewski1-11/+18
2001-10-26#93739# provoking error for PP (sunpro)Daniel Boelzle1-2/+6
2001-10-26#93739# CPPU_ENV defineDaniel Boelzle1-30/+68
2001-10-26#93739# using CPPU_ENV defineDaniel Boelzle1-106/+9
2001-10-19#92951# gcc3 tests, macrosDaniel Boelzle1-4/+4
2001-10-16#92951# alignment testsDaniel Boelzle1-9/+11
2001-10-16#92255# removed unnecessary ctor/ dtor template argDaniel Boelzle1-8/+8
2001-10-12#92951# aligment macros for gnuc3Daniel Boelzle1-2/+6
2001-10-11#93054# added QUERY ctor for anysDaniel Boelzle2-4/+18
2001-10-11#92951# added support for gcc3Daniel Boelzle1-4/+4
2001-10-11#92951# added new name for gcc3Daniel Boelzle1-2/+6
2001-10-01add: some default statements to avood compiler warnings #65293#Martin Hollmichel1-2/+22
2001-09-26#65293#: add support for gcc-3.0Jens-Heiner Rechtien1-2/+6
2001-09-06#91945# fixed danger getDaniel Boelzle1-3/+3
2001-09-06#91945# added uno_any_clear()Daniel Boelzle1-2/+12
2001-09-06#91945# putting cpp_ functions into namespace (non-extern-C)Daniel Boelzle4-44/+55
2001-08-22#88337# current context; header docDaniel Boelzle1-3/+3
2001-08-22#88337# current contextDaniel Boelzle1-3/+48
2001-08-21#88337# documentation reviewDaniel Boelzle19-923/+787
2001-08-07Changes consering new MS Compiller was madeavy1-3/+7
2001-08-02#87190# avoid compiler warnings: pData (formal function parameter) <=> ↵Daniel Boelzle2-28/+28
_uno_Any::pData
2001-07-06#88593# any opt docuDaniel Boelzle1-3/+5
2001-07-03#88981# fixed quering for unknown typeDaniel Boelzle1-6/+8
2001-06-29#88593# any opt: avoiding heap allocation for any sizeof(type) <= sizeof(void *)Daniel Boelzle4-63/+71
2001-05-14obsolete secDaniel Boelzle1-20/+2
2001-05-10removed Sequence<>::getElementType()Daniel Boelzle2-16/+4
2001-05-08incompatible change of the uno threadpoolJörg Budischewski1-104/+109
2001-05-07revisited current context implDaniel Boelzle2-31/+53
2001-04-27feature: holding environments weakDaniel Boelzle1-2/+25
2001-04-23newJuergen Schmidt1-0/+78
2001-04-17corrected C headersDaniel Boelzle8-114/+113
2001-04-12C bridge test; method param name correctionDaniel Boelzle1-2/+6
2001-03-30insert typelib functions for arraysJuergen Schmidt1-3/+51
2001-03-30insert getCppuArrayType functionsJuergen Schmidt1-2/+125
2001-03-30added getCppuSequenceType<>( Type const & rElementType )Daniel Boelzle2-4/+31
2001-03-28no use of SAL_DLLEXPORT anymore, using def fileDaniel Boelzle8-95/+95
2001-03-21minor inliningDaniel Boelzle1-15/+12
2001-03-20avoid compile failure in copyctor in case that the interface type is only ↵Jörg Budischewski1-3/+3
forward declared
2001-03-16optimized inline implementation of UNO base typesDaniel Boelzle8-372/+457
2001-03-09revised function throw () clausesDaniel Boelzle22-459/+533
2001-02-28optimized inline query interfaceDaniel Boelzle2-10/+10
2001-02-27exception specDaniel Boelzle2-13/+22
2001-02-16added set() methods, refined queryDaniel Boelzle2-20/+42
2001-02-16added hasElements()Daniel Boelzle1-4/+11