summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]1-1479/+602
2011-01-22Disable recalc on source change & don't copy the dp object too much.Kohei Yoshida1-3/+4
2011-01-22Refresh dp cache after the source range changes.Kohei Yoshida1-0/+1
2011-01-22Removed debug code.Kohei Yoshida1-42/+0
2011-01-21Properly display range name in the UI when appropriate.Kohei Yoshida1-3/+10
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida1-14/+28
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida1-3/+3
2011-01-20Store the data source type in the UI as we validate the string.Kohei Yoshida1-9/+9
2011-01-20Check the source range string to see if it's a valid range name.Kohei Yoshida1-9/+37
2011-01-20Started investigating.Kohei Yoshida1-0/+49
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-77/+77