summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)Author
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24ETOMANY getPropertyValueCaolán McNamara
2014-02-24coverity#737536 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737516 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737508 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737507 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737506 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737504 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737502 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737499 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737497 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737495 Uncaught exceptionCaolán McNamara
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-27coverity#1158327 Uncaught exceptionCaolán McNamara
2014-01-20sal_Bool->boolNoel Grandin
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-10-08-Werror,-Wunused-variableStephan Bergmann
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/dapiuno.hxx from String to OUStringNoel Grandin
2013-07-09Mark as constTakeshi Abe
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-01-11Add a variant of DataPilotUpdate that removes pivot table.Kohei Yoshida
2013-01-11Create another variant of DataPilotUpdate() for new table creation.Kohei Yoshida
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida
2013-01-02fdo#58539: Avoid throwing exception not specified in the signature.Kohei Yoshida
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-14Fix the UNO API for creating a new group dimension.Kohei Yoshida
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida
2012-02-09String to rtl::OUString.Kohei Yoshida
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida
2012-02-04Makes no sense why we'd have to use StrData here...Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot