summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)Author
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
2011-11-28fdo#43304: Safeguard ourselves from potential crashes.Kohei Yoshida
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida
2011-06-03use standard template for this throughoutCaolán McNamara
2011-05-28String to OUString in ScDPObject.Kohei Yoshida
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara
2011-03-14More on build errors and warnings.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-02Removed dead codeTakeshi Abe
2011-03-01Finally get the refresh to work properly.Kohei Yoshida
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida
2011-02-21[PATCH 09/10] Remove deprecated List container.npcdoom
2011-01-31Remove unnecessary string copying.Kohei Yoshida
2011-01-31Replaced tools/string with ::rtl::OUString in ScDPSaveDimensionSören Möller
2011-01-24Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17#164360# Pivot chart gets no update if sheet is movedThomas Benisch [tbe]
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead codeThomas Arnhold