Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-08 | Rename TypedStrData to ScTypedStrData, just to be consistent. | Kohei Yoshida | |
2012-02-08 | Move away from TypedScStrCollection in favor of STL's. | Kohei Yoshida | |
2012-01-20 | Prefer using back() to access the last element. | Kohei Yoshida | |
2012-01-20 | Added 'm' prefix for a data member. | Kohei Yoshida | |
2012-01-20 | Replace open-coded array with std::vector in ScColumn. | Noel Grandin | |
2011-12-13 | fdo#39917: Use correct address convention during search and replace. | Kohei Yoshida | |
2011-11-28 | dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIterator | Eike 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-07 | String->OUString in ScDocument and follow up | Markus Mohrhard | |
2011-11-06 | callcatcher: update and remove some more unused methods | Caolán McNamara | |
2011-09-06 | merge area does not need to be increased if a shadow is attached | Markus Mohrhard | |
2011-06-03 | improve performance of ScUndoInsertTables::Undo | Markus Mohrhard | |
we can now insert several sheets and then undo in nearly no time | |||
2011-05-27 | rework some other methods for performance improvements | Markus 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-28 | Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows | Cédric Bosdonnat | |
2011-03-07 | Properly 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-05 | Changed ScRangeData's index back to USHORT for now. | Kohei Yoshida | |
2011-03-05 | More on adjusting for ScRangeName's new API. | Kohei Yoshida | |
2011-01-05 | Translated comments from German to English | Christina Rossmanith | |
2011-01-03 | Let'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-03 | Fixed build errors due to BOOL to bool conversions. | Kohei Yoshida | |
2011-01-03 | Removed dependencies on tools/solar.h | Sö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-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-04 | Ported 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-01 | Ported calc-perf-import-dbf-sc.diff from ooo-build | Kohei Yoshida | |
This speeds up import of dBase (dbf) files 4-5 times. | |||
2010-09-29 | I think that this eliminates the remaining //UNUSED comments | Justin 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-16 | calc-html-csv-import-force-text-cell.diff: Migrated | Kohei 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-15 | sc-cellformat-icon-toggle.diff: Cell number format toolbar icons togglable | Kohei Yoshida | |
n#358548, i#86377 Make cell number format toolbar icons togglable & remove the standard format button. | |||
2010-09-15 | sc-overwrite-char-font-attrs.diff: overwrite character level font attributes | Kohei Yoshida | |
n#374580, i#53545, i#96853 Overwrite character level font attributes when changing them at cell level | |||
2010-06-23 | koheirowlimitperf: #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-09 | CWS-TOOLING: integrate CWS koheiextref01 | obo | |
2010-05-28 | CWS-TOOLING: integrate CWS koheiautodecimal | Vladimir Glazunov | |
2010-05-26 | rebased to DEV300_m78 | Kohei Yoshida | |
2010-05-10 | CWS-TOOLING: integrate CWS dr73 | Ivo Hinkelmann | |
2010-04-29 | rebased to m77. | Kohei Yoshida | |
2010-04-22 | koheiautodecimal: #i111074# When querying max precision, ignore unlimited ↵ | Kohei Yoshida | |
precision, or use 2 in case all cell's precisions are unlimited. | |||
2010-03-22 | CWS-TOOLING: integrate CWS kohei04 | Vladimir Glazunov | |
2010-03-22 | CWS-TOOLING: integrate CWS koheicsvimport | Vladimir Glazunov | |
2010-03-17 | dr73: merge with DEV300_m75 | Niklas Nebel | |
2010-03-09 | kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy. | Kohei Yoshida | |
2010-03-08 | dr73: #i94695# when filtering on date disregard time fraction of cells ↵ | Eike Rathke [er] | |
formatted as date; reworked patch from <kohei> | |||
2010-03-08 | koheiextref01: 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-17 | CWS-TOOLING: integrate CWS changefileheader2 | Vladimir Glazunov | |
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73 | |||
2010-02-12 | CWS-TOOLING: integrate CWS kohei03 | Vladimir Glazunov | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-28 | koheidatapilot03: merge with DEV300_m60 | Jens-Heiner Rechtien | |
2009-09-30 | rebased to DEV300_m60. | Kohei Yoshida | |
2009-09-29 | rebased to DEV300_m60. | Kohei Yoshida | |
2009-09-16 | renamed: ScDBQueryValueIterator -> ScDBQueryDataIterator. | Kohei Yoshida | |
2009-09-10 | rebased to DEV300_m57. | Kohei Yoshida | |
2009-09-10 | rebased to DEV300_m57. | Kohei Yoshida | |
2009-09-10 | #i102750# renamed several classes to make them sound more associated with ↵ | Kohei Yoshida | |
database ranges. |