summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
AgeCommit message (Expand)Author
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-24Corrected comment.Kohei Yoshida
2012-02-24Use SUM function by default in case nothing is selected.Kohei Yoshida
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida
2012-02-22Reduce scope level.Kohei Yoshida
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida
2012-02-22Correctly display layout name of data fields.Kohei Yoshida
2012-02-22Separate initialization of data field buttons.Kohei Yoshida
2012-02-22Only show original dimensions in the select window.Kohei Yoshida
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida
2012-02-22Use ptr_vector to replace vector with shared_ptr inside.Kohei Yoshida
2012-02-22String and bool conversion.Kohei Yoshida
2012-02-22Don't up the duplicate count when launching the options dialog.Kohei Yoshida
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida
2012-02-14Try to preserve the orientation of data layout dimension.Kohei Yoshida
2012-02-09More duplicated defines.Kohei Yoshida
2012-01-09simplify CharClassCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-08-30Adjust the dialog size to make sure the bottom text is visible.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-03fdo#36721: Fixed a crash on datapilot while editing the source range.Kohei Yoshida
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-14More stupid build fixes.Kohei Yoshida
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05Removed SearchNameUpper() in favor of findByUpperName().Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01We call them field windows. Let's be consistent...Kohei Yoshida
2011-03-01Refresh the field view when the source range changes.Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]
2011-02-03dr79: change scrolling to entire rows/columns in all field windowsDaniel Rentz [dr]
2011-02-01dr79: ignore focus events from sub dialogs to prevent similar problemsDaniel Rentz [dr]
2011-01-31dr79: crash when using push buttons in pivot table layout dialogDaniel Rentz [dr]
2011-01-24dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost...Daniel Rentz [dr]
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]
2011-01-22Disable recalc on source change & don't copy the dp object too much.Kohei Yoshida
2011-01-22Refresh dp cache after the source range changes.Kohei Yoshida
2011-01-22Removed debug code.Kohei Yoshida
2011-01-21Properly display range name in the UI when appropriate.Kohei Yoshida
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida
2011-01-20Store the data source type in the UI as we validate the string.Kohei Yoshida
2011-01-20Check the source range string to see if it's a valid range name.Kohei Yoshida
2011-01-20Started investigating.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21cppcheck: variable scope.Kohei Yoshida