summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-2/+2
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-2/+12
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-7/+11
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-2/+2
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida1-1/+1
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida1-1/+1
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida1-8/+2
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida1-2/+2
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida1-2/+2
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-2/+3
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida1-2/+2
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-5/+7
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-4/+4
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-8/+16
2014-10-17fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard1-4/+11
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-08fdo#83141: optimize slow performance after when using replaceall or searchallSeyeong Kim1-4/+12
2014-10-02Scope reduction by early bail-out.Kohei Yoshida1-31/+31
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-6/+6
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-7/+0
2014-06-25remove whitespaceMarkus Mohrhard1-100/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-11/+10
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-2/+3
2014-05-26cid#988429 Unintentional integer overflowNoel Grandin1-1/+1
2014-05-13remove dead codeNoel Grandin1-8/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida1-0/+13
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida1-0/+8
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida1-0/+8
2014-03-22use enhanced protection permission to override protection attributeEike Rathke1-4/+18
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+20
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-5/+4
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-02-27remove unused code ScTable::GetNote(short, int)Noel Grandin1-5/+0
2014-02-27remove unused code ScTable::SetRawString(short, int, rtl::OUString const&)Noel Grandin1-6/+0
2014-02-26remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin1-8/+0
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin1-8/+0
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida1-0/+9
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida1-0/+8
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-7/+8
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-2/+3
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida1-7/+14
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida1-0/+19