summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Collapse)Author
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-01-20Prefer using back() to access the last element.Kohei Yoshida
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin
2011-12-13fdo#39917: Use correct address convention during search and replace.Kohei Yoshida
2011-11-28dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke
patch from <lvyue> with little modifications # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1291410557 -3600 # Node ID 297b5255c27a9fa541bed948d675bba1c4d87ab0 # Parent ce99b09497844a0d893ab78cb15a2749fcc932bf
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
we can now insert several sheets and then undo in nearly no time
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard
inserting several sheets now happens at once and not for every sheet seperately, this accelerates inserting of sheets at all positions dramatically
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-07Properly invalidate cached sheet XML streams during reference update.Kohei Yoshida
Failure to invalidate sheet streams during reference update caused formula cross referenceing between sheets to totallly get borked. The bug was originally reported in i#116833.
2011-03-05Changed ScRangeData's index back to USHORT for now.Kohei Yoshida
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida
2011-01-05Translated comments from German to EnglishChristina Rossmanith
2011-01-03Let's use sal_uInt32 over sal_uIntPtr.Kohei Yoshida
In most uses of ULONG, ULONG isn't really expected to be 64-bit in size when in 64-bit platforms. Substituting it with 32-bit integer is sufficient.
2011-01-03Fixed build errors due to BOOL to bool conversions.Kohei Yoshida
2011-01-03Removed dependencies on tools/solar.hSören Möller
Replaced all uses of (deprecated) data types from tools/solar.h by the corresponding data types in sal/types.h or the standard bool type.
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-04Ported calc-perf-xls-import-cellstyles.diff from ooo-build.Kohei Yoshida
Like the previous commit, this one improves performance of large xls files.
2010-10-01Ported calc-perf-import-dbf-sc.diff from ooo-buildKohei Yoshida
This speeds up import of dBase (dbf) files 4-5 times.
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm
There were still some of these comments (actually, a lot of them). The most recent attachment should get rid of the last of them. (fd#30442)
2010-09-16calc-html-csv-import-force-text-cell.diff: MigratedKohei Yoshida
n#523414 set cell format to Text when a string format is requested, and don't prepend ' in front of the value.
2010-09-15sc-cellformat-icon-toggle.diff: Cell number format toolbar icons togglableKohei Yoshida
n#358548, i#86377 Make cell number format toolbar icons togglable & remove the standard format button.
2010-09-15sc-overwrite-char-font-attrs.diff: overwrite character level font attributesKohei Yoshida
n#374580, i#53545, i#96853 Overwrite character level font attributes when changing them at cell level
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# ↵obo
#i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.
2010-06-09CWS-TOOLING: integrate CWS koheiextref01obo
2010-05-28CWS-TOOLING: integrate CWS koheiautodecimalVladimir Glazunov
2010-05-26rebased to DEV300_m78Kohei Yoshida
2010-05-10CWS-TOOLING: integrate CWS dr73Ivo Hinkelmann
2010-04-29rebased to m77.Kohei Yoshida
2010-04-22koheiautodecimal: #i111074# When querying max precision, ignore unlimited ↵Kohei Yoshida
precision, or use 2 in case all cell's precisions are unlimited.
2010-03-22CWS-TOOLING: integrate CWS kohei04Vladimir Glazunov
2010-03-22CWS-TOOLING: integrate CWS koheicsvimportVladimir Glazunov
2010-03-17dr73: merge with DEV300_m75Niklas Nebel
2010-03-09kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy.Kohei Yoshida
2010-03-08dr73: #i94695# when filtering on date disregard time fraction of cells ↵Eike Rathke [er]
formatted as date; reworked patch from <kohei>
2010-03-08koheiextref01: i#109170# Iterate through the formula cell list in the ↵Kohei Yoshida
external ref mgr to mark used references. The old code scanned *all* formula cells in the entire document, to see if any external references exist in the document. Now that the external ref mgr tracks formula cells with external references better, let's use that list, to be more efficient.
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12CWS-TOOLING: integrate CWS kohei03Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-28koheidatapilot03: merge with DEV300_m60Jens-Heiner Rechtien
2009-09-30rebased to DEV300_m60.Kohei Yoshida
2009-09-29rebased to DEV300_m60.Kohei Yoshida
2009-09-16renamed: ScDBQueryValueIterator -> ScDBQueryDataIterator.Kohei Yoshida
2009-09-10rebased to DEV300_m57.Kohei Yoshida
2009-09-10rebased to DEV300_m57.Kohei Yoshida
2009-09-10#i102750# renamed several classes to make them sound more associated with ↵Kohei Yoshida
database ranges.