summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
AgeCommit message (Expand)Author
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida
2012-12-05Don't forget to set focus handler for the reference edit boxes.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-11fix the highlighting of the range in the pivot table dialogMarkus Mohrhard
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-30make ResId::toString a non-static memberCaolán McNamara
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]