summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-081-2/+1
* Support for passing non-double formula results from group interpreter.Kohei Yoshida2013-10-081-0/+1
* Unused methods.Kohei Yoshida2013-10-081-1/+0
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-1/+2
* Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida2013-10-041-0/+3
* convert sc/inc/t*.hxx from String to OUStringNoel Grandin2013-10-041-6/+6
* Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida2013-09-101-1/+1
* Trim data array length to remove trailing empty rows.Kohei Yoshida2013-09-101-0/+2
* Allow storage of string arrays in vector ref tokens.Kohei Yoshida2013-09-061-1/+2
* These pieces of code are no longer needed.Kohei Yoshida2013-09-011-2/+0
* Add edit text iterator that iterates through only edit text cells.Kohei Yoshida2013-08-201-0/+1
* Do the same when inserting columns.Kohei Yoshida2013-08-141-1/+2
* Do the same when deleting rows.Kohei Yoshida2013-08-131-2/+2
* Regroup formula cells later in columns where references are updated.Kohei Yoshida2013-08-131-2/+3
* Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida2013-08-121-0/+1
* Adjust named range references on sheet move.Kohei Yoshida2013-07-301-2/+2
* Update range names on sheet deletion.Kohei Yoshida2013-07-301-1/+2