summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dbdocfun.cxx
AgeCommit message (Expand)Author
2013-01-12Maybe this will make the Windows tinderbox happy...Kohei Yoshida
2013-01-11Remove more duplicated code blocks.Kohei Yoshida
2013-01-11Remove duplicate blocks.Kohei Yoshida
2013-01-11Redo DataPilotUpdate() as well.Kohei Yoshida
2013-01-11Actually let's do these earlier so we can bail out early.Kohei Yoshida
2013-01-11Check this first before instantiating heap objects.Kohei Yoshida
2013-01-11Remove duplicate code blocks.Kohei Yoshida
2013-01-11Remove all checks for NULL pointers from DataPilotUpdate().Kohei Yoshida
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-11ScDBDocFunc::UpdatePivotTable: -Werror=deprecated-declarationsMichael Stahl
2013-01-11Let's not return here to prevent memory leak.Kohei Yoshida
2013-01-11Create a self-update variant of DataPilotUpdate().Kohei Yoshida
2013-01-11Makes no sense to 'continue' at the end of the block.Kohei Yoshida
2013-01-10fdo#59084: Sync dimension members after reloading the group data.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-19database names are case insensitive, fdo#51309Mathieu D
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
2012-08-22Don't clear the database data cache here.Kohei Yoshida
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04ScDBDocFunc::Sort: work around STL assertion in sc_unoapiMichael Stahl
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-25WaE: one more newly unused variableMarkus Mohrhard
2012-03-25remove newly unused variableMarkus Mohrhard
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida
2012-03-22More bug fixes related to grouped dimension handling.Kohei Yoshida
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida
2012-03-14We need to manually clear the table data in presence of group fields.Kohei Yoshida
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Rename ClearSource() to ClearTableData().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-03-14Use bool.Kohei Yoshida
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida