summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc
AgeCommit message (Expand)AuthorFilesLines
2015-04-09loplugin:staticmethodsNoel Grandin2-11/+6
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-12/+12
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-63/+42
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-8/+4
2015-01-15rhbz#1163106: tdoc_ucp: fix life cycle of OfficeDocumentsCloseListenerMichael Stahl2-6/+12
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-02Fix simple typos.Andrea Gelmini2-5/+5
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann3-4/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-3/+7
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-5/+5
2014-10-01ucb: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+2
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2-18/+18
2014-06-10coverity#707429 Uncaught exceptionCaolán McNamara2-3/+5
2014-06-05ucb: remove SAL_THROW macroNoel Grandin2-2/+2
2014-06-04compareTo -> equalsNoel Grandin1-3/+2
2014-06-02coverity#707427 Uncaught exceptionCaolán McNamara1-1/+2
2014-06-02coverity#707428 Uncaught exceptionCaolán McNamara2-3/+5
2014-06-02coverity#707430 Uncaught exceptionCaolán McNamara2-3/+5
2014-05-26cid#707435 Uncaught exceptionNoel Grandin2-2/+4
2014-05-26cid#707434 Uncaught exceptionNoel Grandin2-2/+3
2014-05-26cid#707433 Uncaught exceptionNoel Grandin2-2/+3
2014-05-26cid#707431 Uncaught exceptionNoel Grandin2-2/+4
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+3
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-8/+3
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-14/+7
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2-15/+15
2014-04-30ucb: sal_Bool->boolNoel Grandin4-28/+28
2014-04-19fixincludeguards.sh: ucbThomas Arnhold10-30/+30
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann8-113/+113
2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud1-1/+13
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud2-2/+8
2014-03-10ucb: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-14/+4
2014-03-05kill XINTERFACE_IMPL_4Norbert Thiebaud1-8/+21
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud2-2/+12
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann11-158/+158
2014-02-26Remove visual noise from ucbAlexander Wilms17-568/+568
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann3-13/+13
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-28Apparently broken bitmask creationStephan Bergmann1-3/+3
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-2/+2
2013-12-20typo fixesAndras Timar1-6/+6
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2