index
:
libreoffice/calc
feature/bootstrap-build
feature/calc-multiline-input
feature/currency-64bit
feature/gnumake4
feature/gsoc2011_wizards
feature/helppack
feature/layout
feature/onemsi
feature/pptx-export-ooxml11
feature/rodatastrings
feature/unlimited-number-of-sheets
feature/winshrink
gr2
integration/dev300_m101
integration/dev300_m106
integration/dev300_m98
libreoffice-3-3
libreoffice-3-3-0
libreoffice-3-3-1
libreoffice-3-3-2
libreoffice-3-3-3
libreoffice-3-3-4
libreoffice-3-4
libreoffice-3-4-0
libreoffice-3-4-1
libreoffice-3-4-2
libreoffice-3-4-3
libreoffice-3-4-4
libreoffice-3-4-5
libreoffice-3-4-6
master
master-backup
master-deleted
obsolete from 3.5 - Spreadsheet application (Calc)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sc
/
source
/
core
/
data
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-02
Move DBG_ERROR to OSL_FAIL
Thomas Arnhold
40
-200
/
+200
2011-03-01
Check for existance of cache before creating a new one.
Kohei Yoshida
3
-2
/
+11
2011-03-01
Renamed ScDPTableDataCache to simply ScDPCache.
Kohei Yoshida
7
-52
/
+52
2011-03-01
Finally get the refresh to work properly.
Kohei Yoshida
3
-8
/
+19
2011-02-28
Let's rename InvalidateSource() to ClearSource().
Kohei Yoshida
1
-6
/
+6
2011-02-28
More cleanups.
Kohei Yoshida
3
-21
/
+4
2011-02-28
Remove old container that stored data caches.
Kohei Yoshida
1
-2
/
+1
2011-02-28
More removal of cache ID related stuff.
Kohei Yoshida
4
-19
/
+11
2011-02-28
Data cache is now stored in the cashe table object for now.
Kohei Yoshida
4
-281
/
+19
2011-02-28
Remove cache ID storage from ScDPSaveData.
Kohei Yoshida
2
-16
/
+4
2011-02-28
Some whitespace cleanups.
Kohei Yoshida
1
-23
/
+23
2011-02-28
Make sure everybody calls ScDPCacheTable::getOrder() publicly.
Kohei Yoshida
1
-2
/
+2
2011-02-28
Make sure nobody modifies the table cache outside of ScDPCacheTable.
Kohei Yoshida
6
-24
/
+37
2011-02-25
Removed dead code
Takeshi Abe
3
-7
/
+2
2011-02-25
Mark fall-through
Takeshi Abe
1
-2
/
+2
2011-02-22
Include precompiled_sc.hxx
Tor Lillqvist
1
-0
/
+3
2011-02-21
[PATCH 09/10] Remove deprecated List container.
npcdoom
1
-122
/
+109
2011-02-21
[PATCH 07/10] Removed deprecated container List.
npcdoom
1
-12
/
+12
2011-02-18
- Remove deprecated <tools/list.hxx> include.
Rafael Dominguez
1
-1
/
+0
2011-02-18
Removed extra ; at the end of a line.
Kohei Yoshida
1
-1
/
+1
2011-02-18
Fixed a memory leak in the datapilot code.
Kohei Yoshida
1
-1
/
+1
2011-02-15
More removal of inc/dec recalc level calls.
Kohei Yoshida
2
-10
/
+6
2011-02-15
Remove this weird recalc level construct. Let's keep it simple.
Kohei Yoshida
1
-6
/
+0
2011-02-15
Let's hide these definitions from the header, for easier debugging.
Kohei Yoshida
1
-0
/
+9
2011-02-15
Reduced indent levels by early bail out.
Kohei Yoshida
1
-33
/
+39
2011-02-15
Unused method removal.
Kohei Yoshida
1
-5
/
+0
2011-02-15
Use leaf-node search here as well, to avoid tree being re-built.
Kohei Yoshida
1
-1
/
+1
2011-02-15
Let's use a separate method for leaf-node search.
Kohei Yoshida
4
-3
/
+43
2011-02-14
A little cleanup.
Kohei Yoshida
1
-5
/
+0
2011-02-14
With positional insert, there is no need to do back insertion.
Kohei Yoshida
3
-39
/
+3
2011-02-14
Nailed the filtering perf issue for good. (fdo#33720)
Kohei Yoshida
2
-105
/
+106
2011-02-12
Fixed a bug where row hidden/filtered attributes were not saved.
Kohei Yoshida
1
-0
/
+12
2011-02-11
Cleaned up RowHidden() and ColHidden() calls.
Kohei Yoshida
5
-73
/
+20
2011-02-08
Removed unused functions and classes form calc 3last
Alfonso Eusebio
3
-77
/
+0
2011-02-08
Clean-up bogus comments in calc.
Guillaume Poussel
7
-24
/
+24
2011-02-08
rewrite the one use of std::iota
Fridrich Štrba
1
-1
/
+4
2011-02-06
Migrate DEBUG to OSL_DEBUG_LEVEL
Thomas Arnhold
2
-2
/
+2
2011-02-06
port repository calc to boost unordered containers
Fridrich Štrba
8
-43
/
+32
2011-02-05
Some cppcheck cleaning
Julien Nabet
2
-5
/
+4
2011-02-02
Removed unused functions from calc 2
Alfonso Eusebio
3
-47
/
+0
2011-02-01
Call-catcher: removed unused functions in calc
Alfonso Eusebio
2
-156
/
+0
2011-02-01
Remove DBG_INVALIDATE
Thomas Arnhold
1
-23
/
+0
2011-01-31
Use OUStringBuffer in case we need to modify string after creation.
Kohei Yoshida
1
-3
/
+4
2011-01-31
Replaced tools/string with rtl::OUString in ScDPSaveData
Sören Möller
1
-14
/
+14
2011-01-31
Replaced tools/string with ::rtl::OUString in ScDPSaveDimension
Sören Möller
1
-31
/
+32
2011-01-31
Replaced tools/string with rtl::OUString in ScDPSaveMember
Sören Möller
1
-2
/
+2
2011-01-31
Cleaned up spacings in dpsave.hxx/.cxx
Sören Möller
1
-68
/
+53
2011-01-31
Replaced tools/solar.h types with sal types
Sören Möller
1
-73
/
+74
2011-01-31
WaE: various new gcc 4.6.0 warnings
Caolán McNamara
1
-5
/
+0
2011-01-31
Removed include of tools/string as no longer used
Thies Pierdola
1
-1
/
+0
[next]