summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/tdoc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticmethodsNoel Grandin2015-04-092-11/+6
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-12/+12
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-63/+42
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-8/+4
* rhbz#1163106: tdoc_ucp: fix life cycle of OfficeDocumentsCloseListenerMichael Stahl2015-01-152-6/+12
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* Fix simple typos.Andrea Gelmini2015-01-022-5/+5
* ucb: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-4/+3
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-174-0/+5
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-3/+7
* spelling: instanciated -> instantiatedNoel Grandin2014-10-082-5/+5
* ucb: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-012-2/+2
* fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2014-09-102-18/+18
* coverity#707429 Uncaught exceptionCaolán McNamara2014-06-102-3/+5
* ucb: remove SAL_THROW macroNoel Grandin2014-06-052-2/+2
* compareTo -> equalsNoel Grandin2014-06-041-3/+2
* coverity#707427 Uncaught exceptionCaolán McNamara2014-06-021-1/+2
* coverity#707428 Uncaught exceptionCaolán McNamara2014-06-022-3/+5
* coverity#707430 Uncaught exceptionCaolán McNamara2014-06-022-3/+5
* cid#707435 Uncaught exceptionNoel Grandin2014-05-262-2/+4
* cid#707434 Uncaught exceptionNoel Grandin2014-05-262-2/+3
* cid#707433 Uncaught exceptionNoel Grandin2014-05-262-2/+3
* cid#707431 Uncaught exceptionNoel Grandin2014-05-262-2/+4
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-9/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-8/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-14/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2014-05-102-15/+15
* ucb: sal_Bool->boolNoel Grandin2014-04-304-28/+28
* fixincludeguards.sh: ucbThomas Arnhold2014-04-1910-30/+30
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-3/+3
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-268-113/+113
* kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud2014-03-211-1/+13
* kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud2014-03-202-2/+8
* ucb: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-102-14/+4
* kill XINTERFACE_IMPL_4Norbert Thiebaud2014-03-051-8/+21
* de-macroize XINTERFACE_DECLNorbert Thiebaud2014-03-052-2/+12
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2611-158/+158
* Remove visual noise from ucbAlexander Wilms2014-02-2617-568/+568
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-173-13/+13
* bool improvementsStephan Bergmann2014-01-291-1/+1
* bool improvementsStephan Bergmann2014-01-281-3/+3
* Apparently broken bitmask creationStephan Bergmann2014-01-281-3/+3
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-161-2/+2
* typo fixesAndras Timar2013-12-201-6/+6
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2