summaryrefslogtreecommitdiff
path: root/sc/inc/fillinfo.hxx
AgeCommit message (Collapse)Author
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here with minimal fallout management Change-Id: I5574c9ccac02977c9cde01e24534f82dd9ec82be Reviewed-on: https://gerrit.libreoffice.org/54409 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-01-20RowInfo copy ctor was presumably killed in errorStephan Bergmann
...by 3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 "loplugin: unnecessary destructor sc" Change-Id: I67868187565cb25b40a6380298deaefca0d76b0b Reviewed-on: https://gerrit.libreoffice.org/48218 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-07-13loplugin:useuniqueptr in scNoel Grandin
Change-Id: I004e1f0292c8a40515880546574255ab835dbdbe Reviewed-on: https://gerrit.libreoffice.org/39875 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-05Init CellInfo::bMerged againEike Rathke
Fallout from commit 9f4421039a40f385489cb2f3ad8a1b02fb32251c Date: Wed Jun 21 16:15:42 2017 +0200 loplugin:unusedfields in sc part3 that (luckily) led to massive warn:legacy.osl:26775:1:sc/source/core/data/document.cxx:4677: Attribut Null warn:legacy.tools:26775:1:svx/source/dialog/framelinkarray.cxx:621: svx::frame::Array::SetMergedRange - invalid cell ind ex warn:legacy.tools:26775:1:svx/source/dialog/framelinkarray.cxx:344: svx::frame::MergedCellIterator::MergedCellIterator - not in merged range output. Change-Id: Idd9c581490249efb4198b4f09db5dbef331f2b1c
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
Change-Id: I7323e8644e5d336d52fa21b063264b0847b5e780 Reviewed-on: https://gerrit.libreoffice.org/39064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-25loplugin: unnecessary destructor scNoel Grandin
Change-Id: I877bc0927aff7d175c1978fdf3db55d2e048d3b9 Reviewed-on: https://gerrit.libreoffice.org/33510 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-12convert SC_CLIPMARK constants to typed_flags_setNoel Grandin
Change-Id: Ibdfe3c46da35b96b040f02a167d35651502a65ef
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin
Change-Id: Ia726ce9e9fcfe9a8b5bc4057f0176edf10b6ab3f
2016-05-26sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian
Variable max info rows instead of hard-coded allows for collecting info on more rows. FillInfo, however, is extremely slow for large row count (a few thousand) and needs improving. Reviewed-on: https://gerrit.libreoffice.org/25293 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 4c338a328d6be0450bfdcb08876abfd149cb80ca) Change-Id: Ib0e475513bc3ba98fff66a5b9d405aeba1057331 Reviewed-on: https://gerrit.libreoffice.org/25423 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara
Change-Id: If2225e77215e2a6fb6b9e9dfc6021a2c20babe50
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
Replaced boost::noncopyable with play C++11 deleted copy ctors in sc/inc/* files. Change-Id: I2e6310f2f2bac673dd3b5d14e80ce80a98795672 Reviewed-on: https://gerrit.libreoffice.org/23059 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1847b2900b513cc9b7b47767a15fb7e11d0abf26
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann
Change-Id: I2256682639084c8889d1137f087e34f7b0dab6e7
2014-10-28Revert "cid#738785 Uninitialized pointer field"Stephan Bergmann
This reverts commit 8e156ef6d8a236a49303b12a66ac6cae1ccd567c, those members apparently need to be initialized to null.
2014-10-28cid#738785 Uninitialized pointer fieldNoel Grandin
Change-Id: I5689435a2522e5df64c3798457e4dd2355730236
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2013-06-24Make them officially non-copyable.Kohei Yoshida
Change-Id: Ie8f8c2227b35ffb81f902458ce1b0a732b430b53
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida
And all the other changes that were necessary. Change-Id: I76c938d5568e0ed46e654dd8ad9a4cd044b0e235
2013-03-28sal_Bool to bool.Kohei Yoshida
Change-Id: I9da5f03553855bd4d3ed349e281edeea3f565488
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard
Change-Id: I1ed002758a3c073f950cec2b2222cfc0d3684df7
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-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-10-30implement basic support for icon setsMarkus Mohrhard
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-06-27support colored axis in data barsMarkus Mohrhard
Change-Id: Ie74404b35e31a2f96641abb18a9aaf46467e31c0
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard
Change-Id: Ia292edd73408eed19cd6bc824e9621992c33ac97
2012-05-18implement databars in the coreMarkus Mohrhard
We currently only support either a databar or a color scale at an area. This limitation will be removed in 3.7 Change-Id: I6236729822db891203479dff8554466706b4c6a8
2012-05-18add render code for data barsMarkus Mohrhard
Still missing some advanced features like gradients, dotted line at the zero point, ... Change-Id: If8409ffab658315a6fed220e61d0854680633e1e
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard
It is still displayed at the wrong position but it looks promising. Change-Id: I7ee55525cc219594635d81240f198b0a30c8707d
2012-05-09import color scales from xlsxMarkus Mohrhard
Change-Id: I7db1f2ab6fa842ed9750e8240fa813ba1bbc59b2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-13translate german comments in /sc/incNicolas Christener
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-06-19#i100619# initial commit of patches from ooo-build that implement newKohei Yoshida
datapilot field popup window.
2008-04-10INTEGRATION: CWS changefileheader (1.4.436); FILE MERGEDRüdiger Timm
2008/04/01 15:29:33 thb 1.4.436.3: #i85898# Stripping all external header guards 2008/04/01 12:35:56 thb 1.4.436.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.4.436.1: #i87441# Change license header to LPGL v3.
2006-10-05INTEGRATION: CWS dr50 (1.3.264); FILE MERGEDKurt Zenker
2006/09/04 10:55:06 nn 1.3.264.1: #i68672# save a few bytes on CellInfo
2005-09-08INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGEDRüdiger Timm
2005/09/05 15:00:46 rt 1.2.368.1: #i54170# Change license header: remove SISSL
2004-08-02INTEGRATION: CWS dr14 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2004/06/14 09:49:40 dr 1.1.2.4: #100000# merge error 2004/04/15 15:48:35 dr 1.1.2.3: #i23675# diagonal borders step 7e: support for merged cells improved 2004/04/14 15:56:47 dr 1.1.2.2: #i23675# diagonal borders step 7d: support for merged cells improved 2004/04/08 14:48:36 dr 1.1.2.1: #i23675# diagonal borders step 7c: draw cell borders with svx::frmlnk::Array