summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-6/+6
2014-08-29Use the source dimension name when searching for a dimension.Kohei Yoshida1-4/+9
2014-06-25remove whitespaceMarkus Mohrhard1-6/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-23/+23
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-13/+13
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-7/+7
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-4/+4
2014-04-23sc: sal_Bool->boolNoel Grandin1-9/+9
2014-04-22Do not unconditionally throw NoSuchElementExceptionStephan Bergmann1-8/+4
2014-04-18coverity#704274 Logically dead codeCaolán McNamara1-2/+6
2014-04-06whitespace cleanup in scMarkus Mohrhard1-46/+0
2014-03-22coverity#705471 Dereference null return valueCaolán McNamara1-1/+4
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-12/+2
2014-03-03Remove visual noise from scAlexander Wilms1-9/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-98/+98
2014-02-24ETOMANY getPropertyValueCaolán McNamara1-1/+2
2014-02-24coverity#737536 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737516 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-24coverity#737508 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737507 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737506 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-24coverity#737504 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737502 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737499 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24coverity#737497 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-24coverity#737495 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-15/+15
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-27coverity#1158327 Uncaught exceptionCaolán McNamara1-3/+3
2014-01-20sal_Bool->boolNoel Grandin1-7/+7
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-32/+32
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-32/+32
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-32/+32
2013-10-08-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-89/+89
2013-10-08convert sc/inc/dapiuno.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-09Mark as constTakeshi Abe1-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-13/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-22/+21
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-5/+5
2013-01-11Add a variant of DataPilotUpdate that removes pivot table.Kohei Yoshida1-1/+1
2013-01-11Create another variant of DataPilotUpdate() for new table creation.Kohei Yoshida1-1/+1
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-1/+0
2013-01-02fdo#58539: Avoid throwing exception not specified in the signature.Kohei Yoshida1-2/+10
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-12/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-8/+8
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin1-9/+9