summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2014-02-27coverity#1187647 try and help coverity out hereCaolán McNamara1-4/+4
2014-02-27coverity#1187646 unused mpAbortCaolán McNamara1-6/+4
2014-02-27Remove visual noise from comphelperAlexander Wilms57-398/+398
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann56-605/+605
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara3-6/+12
2014-02-24comphelper: EmbeddedObjectContainer::GetObjectStream methodsJacobo Aragunde Pérez1-0/+40
2014-02-24comphelper: code refactorJacobo Aragunde Pérez1-15/+1
2014-02-23Remove unneccessary commentsAlexander Wilms57-747/+739
2014-02-19comphelper: sal_Bool -> bool sequelStephan Bergmann2-6/+6
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann45-306/+306
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-12Unwind comphelper::OPropertyContainer_Base typedefStephan Bergmann1-2/+2
2014-02-07silence coverity#1027865 Out-of-bounds accessCaolán McNamara1-2/+14
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-02-05fdo#54938 Convert comphelper and vcl to cppu::supportsServiceAlexandre Vicenzi3-21/+6
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2-4/+0
2014-01-29coverity#1079000 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-27coverity#706277 Uncaught exceptionCaolán McNamara1-4/+4
2014-01-27coverity#707679 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-01-27coverity#705787 Dereference before null checkCaolán McNamara1-8/+6
2014-01-26coverity#1130481 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-22Maybe this bool clean-up avoids false -Werror=maybe-uninitialized on AndroidStephan Bergmann1-4/+4
2014-01-19fdo#73549 do not resolve empty locale here if not determined yetEike Rathke1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-9/+9
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19css.logging.SimpleLogRing.create() calls initialize w/ empty ArgumentsStephan Bergmann1-6/+9
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-12Some clean-upStephan Bergmann2-52/+17
2013-12-12Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann2-232/+0
2013-12-12Simplify comphelper::PropertyInfoStephan Bergmann2-38/+23
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann3-4/+4
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann3-35/+26
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann3-26/+35
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann3-35/+26
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann2-2/+0
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-2/+1
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann3-5/+11
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-1/+1
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-2/+0
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-758/+0
2013-11-14Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann2-32/+30
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-8/+0
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-5/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin4-6/+4