summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida2014-02-181-0/+4
* fdo#75032: Handle note copying correctly.Kohei Yoshida2014-02-171-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/+1
* 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
* 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-3/+3
* Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida2014-01-311-0/+5
* Speed up filling of random number generation over entire column.Kohei Yoshida2014-01-301-0/+6
* fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida2014-01-291-2/+3
* Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida2014-01-241-2/+8
* resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke2014-01-231-1/+1
* some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke2014-01-221-3/+3
* fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida2014-01-061-6/+1
* Resolves: #i123909# Select one column, paste cell range...Steve Yin2014-01-031-0/+3
* Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky2013-12-211-0/+1
* Add sc::DocumentStreamAccess class.Kohei Yoshida2013-12-181-0/+2
* iterating through all cells is not a good idea, fdo#71934Markus Mohrhard2013-11-281-0/+1
* Fix multiple operations with formula cell with indirect dependency.Kohei Yoshida2013-11-041-1/+1
* Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida2013-11-041-1/+0
* extend the position hint to GetRangeScriptTypeMarkus Mohrhard2013-10-301-1/+2
* use positional hint for UpdateScript, fdo#69006Markus Mohrhard2013-10-301-1/+1
* Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida2013-10-281-1/+1
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-231-15/+22
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-231-1/+25
* 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/+3
* convert sc/inc/column.hxx from String to OUStringNoel Grandin2013-10-081-2/+2
* Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida2013-10-041-0/+3
* Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida2013-09-101-0/+1
* 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/+2
* Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida2013-08-141-1/+0
* Regroup formula cells later in columns where references are updated.Kohei Yoshida2013-08-131-1/+1
* Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida2013-08-121-2/+3
* fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida2013-08-021-6/+5
* Adjust named range references on sheet move.Kohei Yoshida2013-07-301-1/+2
* Update range names on sheet deletion.Kohei Yoshida2013-07-301-1/+2
* Handle named range update on sheet insertion.Kohei Yoshida2013-07-301-2/+3
* Remove unused parameters to clean it up a bit.Kohei Yoshida2013-07-301-1/+1
* Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida2013-07-241-0/+1
* Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida2013-07-241-19/+3
* Try to consolidate broadcast calls originating from column or table.Kohei Yoshida2013-07-241-0/+1