summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
Commit message (Expand)AuthorAgeFilesLines
...
* Update script types of all cells in sort range ahead of time.Kohei Yoshida2014-04-231-0/+1
* Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida2014-04-231-1/+1
* Handle sorting of broadcasters correctly.Kohei Yoshida2014-04-231-0/+3
* Avoid using SwapRow() when sorting.Kohei Yoshida2014-04-231-0/+1
* Store cell text attribute pointers during initialization.Kohei Yoshida2014-04-231-0/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida2014-04-071-2/+4
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-071-1/+3
* fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida2014-03-221-0/+2
* fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida2014-03-151-0/+10
* fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida2014-03-121-1/+2
* remove unused code ScTable::GetCellCount(short)Noel Grandin2014-03-051-1/+0
* remove unused code ScTable::GetNote(short, int)Noel Grandin2014-02-271-2/+0
* remove unused code ScTable::SetRawString(short, int, rtl::OUString const&)Noel Grandin2014-02-271-1/+0
* remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin2014-02-261-2/+0
* remove unused code ScDocument::GetFormulaTokensNoel Grandin2014-02-261-1/+0
* remove unused code ScDocument::RebuildFormulaGroups()Noel Grandin2014-02-261-1/+0
* fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida2014-02-181-0/+2
* fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida2014-02-051-0/+1
* fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida2014-02-051-0/+2
* Cover all the other "compile all formula cells" methods.Kohei Yoshida2014-02-041-5/+5
* Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida2014-02-041-3/+3
* Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida2014-02-041-1/+2
* Finally found a way to get this test to fail.Kohei Yoshida2014-02-031-1/+1
* Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida2014-02-031-0/+1
* xub_StrLen and tools/string.hxx final strawNorbert Thiebaud2014-02-031-1/+1
* fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida2014-02-021-0/+1
* Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida2014-02-011-13/+8
* Move this to its own method.Kohei Yoshida2014-01-311-0/+6
* Extract this code block into its own method.Kohei Yoshida2014-01-311-1/+8
* Move the code for "fill simple" to its own method.Kohei Yoshida2014-01-311-2/+6
* Speed up filling of random number generation over entire column.Kohei Yoshida2014-01-301-0/+5
* fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida2014-01-291-1/+1
* Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida2014-01-241-0/+4
* resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke2014-01-231-3/+3
* some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke2014-01-221-3/+3
* fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida2014-01-061-3/+1
* Resolves: #i123909# Select one column, paste cell range...Steve Yin2014-01-031-0/+3
* Add sc::DocumentStreamAccess class.Kohei Yoshida2013-12-181-0/+2
* there is no need to expose an ScColumn*, and always check for validityEike Rathke2013-12-131-2/+0
* how about style?Eike Rathke2013-12-131-1/+1
* Integrate branch of IAccessible2Steve Yin2013-12-021-0/+3
* iterating through all cells is not a good idea, fdo#71934Markus Mohrhard2013-11-281-0/+1
* checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard2013-11-241-0/+1
* Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida2013-11-041-1/+0
* fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam2013-11-041-0/+1
* Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida2013-10-281-2/+1
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-231-14/+22
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-231-10/+4
* drop CharSet typedefCaolán McNamara2013-10-211-1/+1