summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard2012-07-131-0/+1
* Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard2012-07-091-1/+1
* Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard2012-07-091-1/+1
* Remove unused definesThomas Arnhold2012-07-021-3/+0
* removed unused forward declarations of classTakeshi Abe2012-06-231-4/+0
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-151-1/+0
* Adjust sheet fields in cells when sheet structure changes.Kohei Yoshida2012-05-181-4/+4
* export all style information to xls/xlsx, fdo#46738Markus Mohrhard2012-03-271-1/+1
* remove unnecessary parameterMarkus Mohrhard2012-03-021-1/+1
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-291-13/+4
* Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida2012-02-081-3/+3
* Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida2012-02-081-3/+3
* Prefer using back() to access the last element.Kohei Yoshida2012-01-201-1/+1
* Added 'm' prefix for a data member.Kohei Yoshida2012-01-201-2/+2
* Replace open-coded array with std::vector in ScColumn.Noel Grandin2012-01-201-4/+3
* fdo#39917: Use correct address convention during search and replace.Kohei Yoshida2011-12-131-3/+3
* dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke2011-11-281-0/+1