summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-04MPLv2 subset improvements.Michael Meeks1-0/+2
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+12
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara1-2/+2
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-1/+0
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida1-2/+0
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida1-570/+371
2012-12-05Don't forget to set focus handler for the reference edit boxes.Kohei Yoshida1-17/+23
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-716/+588
2012-10-11fix the highlighting of the range in the pivot table dialogMarkus Mohrhard1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-3/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-6/+6
2012-02-24Corrected comment.Kohei Yoshida1-3/+3
2012-02-24Use SUM function by default in case nothing is selected.Kohei Yoshida1-0/+2
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida1-21/+7
2012-02-22Reduce scope level.Kohei Yoshida1-42/+44
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida1-2/+5
2012-02-22Correctly display layout name of data fields.Kohei Yoshida1-10/+9
2012-02-22Separate initialization of data field buttons.Kohei Yoshida1-25/+37
2012-02-22Only show original dimensions in the select window.Kohei Yoshida1-1/+10
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida1-2/+2
2012-02-22Use ptr_vector to replace vector with shared_ptr inside.Kohei Yoshida1-28/+26
2012-02-22String and bool conversion.Kohei Yoshida1-44/+44
2012-02-22Don't up the duplicate count when launching the options dialog.Kohei Yoshida1-6/+35
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida1-86/+66
2012-02-14Try to preserve the orientation of data layout dimension.Kohei Yoshida1-2/+19
2012-02-09More duplicated defines.Kohei Yoshida1-2/+2
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-11/+11
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke1-0/+8
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-08-30Adjust the dialog size to make sure the bottom text is visible.Kohei Yoshida1-0/+67
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-5/+5
2011-05-03fdo#36721: Fixed a crash on datapilot while editing the source range.Kohei Yoshida1-0/+13
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida1-3/+19
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-46/+46
2011-03-14More stupid build fixes.Kohei Yoshida1-167/+249
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-278/+196
2011-03-05Removed SearchNameUpper() in favor of findByUpperName().Kohei Yoshida1-4/+2
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-03-01We call them field windows. Let's be consistent...Kohei Yoshida1-2/+2
2011-03-01Refresh the field view when the source range changes.Kohei Yoshida1-0/+10
2011-03-01Remove bogus comments.Guillaume Poussel1-5/+5
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]1-26/+21
2011-02-03dr79: change scrolling to entire rows/columns in all field windowsDaniel Rentz [dr]1-19/+25
2011-02-01dr79: ignore focus events from sub dialogs to prevent similar problemsDaniel Rentz [dr]1-5/+5
2011-01-31dr79: crash when using push buttons in pivot table layout dialogDaniel Rentz [dr]1-3/+10
2011-01-24dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost...Daniel Rentz [dr]1-6/+0