summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
AgeCommit message (Collapse)Author
2013-02-24loplugin: unused variablesThomas Arnhold
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2012-12-31Remove some unused functionsMarcos Paulo de Souza
Change-Id: I618de5d34d891b1b183cca12b71aff4128b2f92e Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1517 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-30More cppcheck cleaning in scJulien Nabet
Change-Id: Ie040fa7ed9a3304bd4a10e404b7a0a4e45cbd69c
2012-12-17callcatcher: update unusedcode code listCaolán McNamara
Change-Id: I3ba30e0745c8f2adac29a6c4ff15a8156cee4baf
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
This change allows selecting multiple items in page field popups in pivot table. Change-Id: I692e13c0815211bac6da47fefd83bba18c901c5c
2012-12-12Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("Kohei Yoshida
This reverts commit 307ac3f53d670a28e60471859aed03e4e13519d6. That change causes nasty side-effect of leaving behind borders and buttons that should've been removed when pivot table's geometry changes. Change-Id: I46fa84c128e755516fc699810c53c869188c6452
2012-12-05fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power
also uses the cell formatting to set up the field buttons background & text/font attributes Change-Id: I5f5a46bfc7f0b7aabb8872c25b3c3134e90611ac
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-02Set initial focus to the check list box.Kohei Yoshida
This is so that when launching the autofilter popup via key stroke, the user can immediately type-ahead to find a match within the check list box. Change-Id: I8a33a52afc6005b4a7428d5f7046eff986da80d2
2012-11-02Enable "type-ahead" search in the check list box in the autofilter popup.Kohei Yoshida
Many people have asked me for this. This is also enabled in the pivot table field popup (since the two basically share the same code). Change-Id: I99255839353d62c0760dd4f3a66cc7e9924ce1c3
2012-11-02Launch pop-up right-aligned in case the cell is wider than the popup.Kohei Yoshida
Or else the popup and the popup button would get separated. Change-Id: I4c8dda2bf5cebe0fe0e0ce64c9c213e2926d9570
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist
Add header back in a few C++ files elsewhere. Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-05-17Actually it's okay to add separator items as-is to the accessible object.Kohei Yoshida
Change-Id: Icd188e92a827a35239c708b5fa65f58fa670e1a5
2012-05-17Make the window taller as appropriate.Kohei Yoshida
Change-Id: I99688bdfd91d2591def46829b7579f2fada86f53
2012-05-17Support separators in the autofilter/pivot table popup window.Kohei Yoshida
Change-Id: Ifde9cee65b2bee731e66a200b3bf68c0e320872f
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard
2012-03-22removed duplicate includes in scTakeshi Abe
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