summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
AgeCommit message (Collapse)Author
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
Part XXX Modules sc
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-18Check the empty set state after launching.Kohei Yoshida
Sometimes we get empty set especially when all rows are filtered out.
2011-11-18Disable the OK button when no items are selected.Kohei Yoshida
When filtering by equality, we need to have at least one value to compare to, or else bad things may happen. The pivot table OTOH can handle empty set. So over there, it's okay to allow no items to be selected.
2011-11-18Fix painting of autofilter buttons.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida
2011-11-04Calculate window size and geometries of controls based on menu items.Kohei Yoshida
This makes the popup window more flexible and adjust to a varying number of menu items. This is necessary now that we use this popup in two different places (autofilter and pivot table field popup) with different menu item configurations.
2011-09-29add modelinesCaolán McNamara
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
This prevents cached data from getting re-generated everytime ScDPObject gets copied, which happens quite often. Without this, the performance of datapilot would really really suffer.
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-11cleaning of __EXPORT defineGert Faller
2010-11-23vcl117: removed obsolete headerPhilipp Lohmann [pl]
2010-11-16HC Cleanup - calcJoseph Powers
2010-11-16get this building againCaolán McNamara
2010-11-13Purged BmpColorMode from libs-gui - calcJoseph Powers
2010-11-06High-Contrast Cleanup Phase #1Joseph Powers
2010-11-03Add many more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn
2010-10-17clean up after removal of empty makefilesDavid Tardon
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-06ooo33gsl10: #i114944# handle AutoFilter button position on RTL sheetsNiklas Nebel
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-08-11CWS-TOOLING: integrate CWS calc57Kurt Zenker
2010-08-02calc57: #i113469# increase width of DataPilot field popupDaniel Rentz
2010-07-19calc56: merge with OOO330_m1Niklas Nebel
2010-07-05#i112745# get the right font size for ScDPFieldButton, clip text to bounding boxNiklas Nebel
2010-07-05ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodesPhilipp Lohmann [pl]
2010-06-21CWS-TOOLING: integrate CWS calctabcolorobo
2010-06-03fwk139: #i10000# avoid warnings on solarisMikhail Voytenko
2010-02-26calctabcolor: #i109365# Removed some of unused methods.Kohei Yoshida
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29CWS-TOOLING: integrate CWS koheidatapilot03Ivo Hinkelmann
2009-11-23merge commit for m65Mathias Bauer
2009-11-03#i104678# use high contrast mode setting instead of IsDark (paradigm shift ↵Philipp Lohmann [pl]
begun with issue i35482)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2009-10-14wntmsci12 warningsDaniel Rentz
2009-08-27Use the new PopupMenuFloatingWindow instead of FloatingWindow for popup menu ↵Kohei Yoshida
specific stuff.