summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/fieldwnd.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+11
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+3
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida1-55/+191
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-12/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-217/+200
2012-03-05Remove unused codeElton Chung1-8/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-4/+4
2012-02-28Fixed incorrect truncation of text in field button.Kohei Yoshida1-1/+1
2012-02-22Don't up the duplicate count when launching the options dialog.Kohei Yoshida1-2/+1
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida1-21/+117
2012-01-31Remove unsed codeElton Chung1-5/+0
2012-01-17remove unused ScDP* methodsThomas Arnhold1-11/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+1
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-5/+5
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida1-2/+7
2011-03-14More build fixes in sc.Kohei Yoshida1-55/+17
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-21/+59
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]1-1/+1
2011-02-03dr79: change scrolling to entire rows/columns in all field windowsDaniel Rentz [dr]1-133/+91
2011-02-02Prevent selected field index from going out-of-bound, to prevent crash.Kohei Yoshida1-2/+4
2011-02-02Ensure that the selected field is displayed when the selection moves.Kohei Yoshida1-0/+2
2011-01-25dr79: unx compiler warningsDaniel Rentz [dr]1-2/+1
2011-01-25dr79: #i5759# use Window::RequestHelp() instead of Window::MouseMove() to sho...Daniel Rentz [dr]1-5/+6
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-7/+0
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]1-529/+702
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-11/+11
2010-12-15Give each field control a proper description.Kohei Yoshida1-0/+15
2010-12-15Wrapper class for the normal scroll bar class.Kohei Yoshida1-0/+11
2010-12-15Handle mouse wheel input on the row field control.Kohei Yoshida1-0/+24
2010-12-15Fixed the mouse cursor pos to field index conversion method.Kohei Yoshida1-1/+19
2010-12-15Removed all my debug statements.Kohei Yoshida1-42/+0
2010-12-15Show the scroll bars only when necessary, otherwise hide them.Kohei Yoshida1-2/+9
2010-12-15Removed the old code for the data field control.Kohei Yoshida1-358/+0
2010-12-15Reuse ScDPHorFieldControl to render the data field, to reduce code size.Kohei Yoshida1-0/+34
2010-12-15Call GetFieldSize() to get button size to avoid hard-coded size.Kohei Yoshida1-15/+16
2010-12-15A little UI tweak & code cleanup.Kohei Yoshida1-11/+21
2010-12-15Removed code I don't use any more.Kohei Yoshida1-117/+0
2010-12-15Simpler logic for selecting next field button.Kohei Yoshida1-2/+1
2010-12-15Set scroll bar line size to always 1.Kohei Yoshida1-1/+1
2010-11-19Now the select field control shows two columns of field buttons.Kohei Yoshida1-0/+1
2010-11-18More work on select field control rework.Kohei Yoshida1-15/+0
2010-11-18Started re-working the select field window widget.Kohei Yoshida1-1/+23
2010-11-17Ported my previous work into this branch. Not build-tested yet.Kohei Yoshida1-451/+1355
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-09-07CWS-TOOLING: integrate CWS dr72Oliver Bolte1-17/+43