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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-13
Fixed the fallout of the changes in ScDBCollection.
Kohei Yoshida
35
-743
/
+551
2011-05-13
Let's make the separation of named DBs clear.
Kohei Yoshida
3
-52
/
+88
2011-05-13
Refactored ScDBCollection to not derive from ScSortedCollection.
Kohei Yoshida
1
-134
/
+135
2011-05-13
We are supposed to do the 2nd parse using the UI address convention.
Kohei Yoshida
1
-5
/
+8
2011-05-11
return type as the 2nd template argument.
Kohei Yoshida
1
-1
/
+1
2011-05-11
some cleanup in vba
Markus Mohrhard
3
-14
/
+0
2011-05-11
MCE Export: Initial Implementation/Test for commentPr.
Muthu Subramanian
1
-3
/
+21
2011-05-10
Use ScSortParam as data member in ScDBData.
Kohei Yoshida
1
-86
/
+15
2011-05-10
More cleanups of ScDBData.
Kohei Yoshida
11
-143
/
+144
2011-05-10
Have ScDBData use ScQueryParam as data member.
Kohei Yoshida
2
-96
/
+28
2011-05-10
Have ScDBData use ScImportParam & more String -> rtl::OUString.
Kohei Yoshida
1
-43
/
+25
2011-05-10
Cleaned up ScImportParam.
Kohei Yoshida
5
-20
/
+20
2011-05-09
Merge branch 'libreoffice-3-4'
Kohei Yoshida
68
-1227
/
+3060
2011-05-09
fdo#36933: Fixed array comparison with external references.
Kohei Yoshida
3
-16
/
+88
2011-05-10
remove unused member variable
Markus Mohrhard
1
-2
/
+0
2011-05-09
use sheet local db data in ScVbaRange::Autofilter
Markus Mohrhard
7
-52
/
+52
2011-05-09
check for less equal, not greater equal
Markus Mohrhard
1
-3
/
+3
2011-05-09
add implementation for new uno interface XUnnamedDatabaseRange
Markus Mohrhard
1
-7
/
+108
2011-05-08
use sheet local db data in ScVbaRange::Autofilter
Markus Mohrhard
7
-52
/
+52
2011-05-08
Remove deprecated List in XclImpAutoFilterBuffer.
Rafael Dominguez
2
-28
/
+19
2011-05-08
Fix simple cppcheck warning
Julien Nabet
2
-1
/
+2
2011-05-06
Explicitly specify less function object for map, to get it to build with MSVC.
Kohei Yoshida
1
-0
/
+5
2011-05-06
Remove range names with external references regardless of cells.
Kohei Yoshida
1
-13
/
+12
2011-05-06
Wrong approach. You can't use remove_if with set.
Kohei Yoshida
1
-22
/
+43
2011-05-06
fdo#34930: Remove range names with external references when breaking link.
Kohei Yoshida
1
-1
/
+47
2011-05-05
Properly cache external reference values in named ranges.
Kohei Yoshida
1
-28
/
+57
2011-05-05
Get external references to work with MAX and MIN.
Kohei Yoshida
1
-2
/
+6
2011-05-05
Let's not use const_iterator here, as MSVC complains about it.
Kohei Yoshida
1
-2
/
+2
2011-05-05
check for less equal, not greater equal
Markus Mohrhard
1
-3
/
+3
2011-05-05
fdo#36406: Let's not use invalidated iterators.
Kohei Yoshida
1
-20
/
+26
2011-05-04
fdo#36848: Typing a named range in the position window should jump.
Kohei Yoshida
1
-6
/
+9
2011-05-04
Properly close the document shell when erased from the manager.
Kohei Yoshida
1
-0
/
+8
2011-05-04
fdo#33137: Fixed external references with COUNTIF.
Kohei Yoshida
2
-22
/
+22
2011-05-04
fdo#36849: Assume that the range list member may be NULL.
Kohei Yoshida
2
-8
/
+19
2011-05-04
add implementation for new uno interface XUnnamedDatabaseRange
Markus Mohrhard
1
-7
/
+108
2011-05-03
fdo#36051: Eliminated the hang due to removal of autofill undo object.
Kohei Yoshida
6
-124
/
+9
2011-05-03
Simplify the code a bit.
Kohei Yoshida
1
-10
/
+2
2011-05-03
fdo#36721: Fixed a crash on datapilot while editing the source range.
Kohei Yoshida
1
-0
/
+13
2011-05-03
Invalidate page breaks on print range changes.
Kohei Yoshida
1
-0
/
+8
2011-05-03
fdo#36746: Prevent crash during sort.
Kohei Yoshida
1
-1
/
+16
2011-05-03
DataPilot -> pivot table in en-US strings
Andras Timar
2
-2
/
+2
2011-05-03
fdo#36771: Treat filter by "filter" and filter by "page" separate.
Kohei Yoshida
1
-15
/
+31
2011-05-02
Fixed bug regarding zero values not appearing (Bug 36748).
Cassio Neri
1
-1
/
+1
2011-05-02
Fixed a crash when creating a new datapilot table from external database.
Kohei Yoshida
1
-5
/
+8
2011-05-02
Typo.
Kohei Yoshida
1
-1
/
+1
2011-05-02
Fixed indentation and naming inconsistencies.
Kohei Yoshida
1
-5
/
+5
2011-05-02
Avoid branching in for loop.
Kohei Yoshida
1
-8
/
+5
2011-05-02
Pass const reference.
Kohei Yoshida
1
-2
/
+2
2011-05-01
Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,
Rafael Dominguez
2
-10
/
+15
2011-04-30
make strings localizable - fdo#36706
Andras Timar
1
-2
/
+2
[next]