summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-05Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara1-2/+2
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-21lokit: add getPartHashHenry Castro1-0/+2
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+3
2016-04-11loplugin:constantparamNoel Grandin1-1/+1
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke1-1/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-4/+4
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke1-1/+1
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-2/+2
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-1/+1
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard1-1/+1
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard1-0/+2
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis1-1/+2
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul1-1/+1
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis1-11/+0
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis1-0/+11
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-2/+2
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-10-28com::sun::star->css in scNoel Grandin1-2/+2
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-2/+2
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-10/+10
2015-09-18boost->stdCaolán McNamara1-8/+8
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-8/+8
2015-09-17boost->stdCaolán McNamara1-8/+8
2015-07-30loplugin:unusedmethodsNoel Grandin1-3/+0
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-14/+3
2015-05-30Implemented formula group count statisticBenjamin Ni1-0/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05rework Sort trim data area logicEike Rathke1-6/+4
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-0/+1
2015-01-26coverity#1266519 Use after freeCaolán McNamara1-1/+1
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+3
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida1-0/+1
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke1-0/+8
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke1-1/+1
2014-12-07Revert "coverity#1242942 Use of untrusted scalar value"Caolán McNamara1-9/+0
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-1/+5
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-0/+2
2014-12-04Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke1-1/+1
2014-12-03introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke1-1/+1
2014-12-03coverity#1242942 Use of untrusted scalar valueCaolán McNamara1-0/+9
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke1-1/+1
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-1/+1
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+4
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-1/+3
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+6
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-1/+1