summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
Commit message (Expand)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+3
* Slightly more efficient assign().Kohei Yoshida2013-03-281-0/+2
* More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida2013-03-281-0/+1
* Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida2013-03-281-0/+1
* Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida2013-03-271-0/+3
* Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida2013-03-261-0/+1
* More on PutCell() avoidance.Kohei Yoshida2013-03-221-0/+3
* Do the same for formula cells.Kohei Yoshida2013-03-221-1/+3
* Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida2013-03-221-0/+1
* More on removing direct use of cell classes...Kohei Yoshida2013-03-221-0/+2
* WaE: class 'ScFormulaCellGroup' was previously declared as a structTor Lillqvist2013-03-201-1/+1
* More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida2013-03-191-0/+2
* Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida2013-03-191-1/+3
* build spans of doubles and cleanup excessive debug.Michael Meeks2013-03-191-0/+13
* Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida2013-03-191-0/+5
* Implement (partially?) and test formula token array hash function.Kohei Yoshida2013-03-191-0/+2
* initial detection of similar formula runs.Michael Meeks2013-03-191-3/+5
* Remove incorrect comment.Kohei Yoshida2013-03-151-4/+3
* More script type handling.Kohei Yoshida2013-03-151-0/+2
* Started handling the cell text script types. Still work in progress.Kohei Yoshida2013-03-151-0/+2
* Set up new container to store cell text's script type.Kohei Yoshida2013-03-151-0/+7
* Turn off debugging and silence compiler warning.Kohei Yoshida2013-03-151-1/+1
* Add integrity check after column cell storage is modified.Kohei Yoshida2013-03-151-0/+8
* Create skeleton accessors for cell text script types.Kohei Yoshida2013-03-151-0/+3
* Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida2013-03-141-1/+1
* Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida2013-03-141-0/+3
* IdleCalcTextWidth() now sets cell text widths to the new container.Kohei Yoshida2013-03-141-0/+2
* First cut on column text width iterator implementation. Untested.Kohei Yoshida2013-03-141-1/+1
* Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida2013-03-141-0/+1
* Turns out I can't really use ScColumnImpl.Kohei Yoshida2013-03-141-2/+6
* Let's start using impl class for ScColumn.Kohei Yoshida2013-03-141-0/+3
* Add empty GetTextWidth() to ScColumn. Will be implemented later.Kohei Yoshida2013-03-141-0/+1
* Identify all places that modify the cell array & call CellStorageModified().Kohei Yoshida2013-03-141-2/+6
* Redundant use of 'public' modifier.Kohei Yoshida2013-03-141-1/+6
* Use initializer to initialize data members.Kohei Yoshida2013-02-061-9/+1
* Make ScColumn explicitly non-copyable.Kohei Yoshida2013-02-061-0/+3
* Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida2013-02-061-1/+1
* bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida2013-01-301-0/+2
* fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida2013-01-181-0/+1
* Add new ods import test for rich-text cell contents.Kohei Yoshida2013-01-081-0/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* More methods that can be marked const.Kohei Yoshida2012-11-021-27/+30
* Mark these methods const.Kohei Yoshida2012-11-021-5/+6
* Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida2012-11-011-11/+0
* also support removing of conditional formatsMarkus Mohrhard2012-10-061-0/+1
* support overlapping conditional formatsMarkus Mohrhard2012-10-061-0/+1
* make more ScTable methods constMarkus Mohrhard2012-08-101-1/+1
* fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard2012-08-091-1/+1
* skip hidden rows when moving with the cursor, fdo#45020Markus Mohrhard2012-08-061-0/+3
* Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard2012-07-151-1/+0