summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-03-22Do the same for formula cells.Kohei Yoshida
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2013-03-20WaE: class 'ScFormulaCellGroup' was previously declared as a structTor Lillqvist
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida
2013-03-19initial detection of similar formula runs.Michael Meeks
2013-03-15Remove incorrect comment.Kohei Yoshida
2013-03-15More script type handling.Kohei Yoshida
2013-03-15Started handling the cell text script types. Still work in progress.Kohei Yoshida
2013-03-15Set up new container to store cell text's script type.Kohei Yoshida
2013-03-15Turn off debugging and silence compiler warning.Kohei Yoshida
2013-03-15Add integrity check after column cell storage is modified.Kohei Yoshida
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida
2013-03-14IdleCalcTextWidth() now sets cell text widths to the new container.Kohei Yoshida
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida
2013-03-14Turns out I can't really use ScColumnImpl.Kohei Yoshida
2013-03-14Let's start using impl class for ScColumn.Kohei Yoshida
2013-03-14Add empty GetTextWidth() to ScColumn. Will be implemented later.Kohei Yoshida
2013-03-14Identify all places that modify the cell array & call CellStorageModified().Kohei Yoshida
2013-03-14Redundant use of 'public' modifier.Kohei Yoshida
2013-02-06Use initializer to initialize data members.Kohei Yoshida
2013-02-06Make ScColumn explicitly non-copyable.Kohei Yoshida
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-02More methods that can be marked const.Kohei Yoshida
2012-11-02Mark these methods const.Kohei Yoshida
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
2012-10-06also support removing of conditional formatsMarkus Mohrhard
2012-10-06support overlapping conditional formatsMarkus Mohrhard
2012-08-10make more ScTable methods constMarkus Mohrhard
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard
2012-08-06skip hidden rows when moving with the cursor, fdo#45020Markus Mohrhard
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard
2012-07-09Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard
2012-07-09Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard
2012-07-02Remove unused definesThomas Arnhold
2012-06-23removed unused forward declarations of classTakeshi Abe