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-03-02
Move DBG_ERROR to OSL_FAIL
Thomas Arnhold
185
-628
/
+632
2011-03-01
Replaced String with rtl::OUString.
Kohei Yoshida
5
-19
/
+17
2011-03-01
Hooray! No more ScfRefMap.
Kohei Yoshida
1
-53
/
+0
2011-03-01
Another one on ScfRefMap to std::map conversion.
Kohei Yoshida
1
-3
/
+3
2011-03-01
More on ScfRefMap to std::map conversion.
Kohei Yoshida
2
-2
/
+8
2011-03-01
These ones are best converted to std::map.
Kohei Yoshida
2
-4
/
+8
2011-03-01
Another one on ScfRefMap to boost::ptr_map conversion.
Kohei Yoshida
2
-38
/
+34
2011-03-01
More on ScfRefMap to boost::ptr_map.
Kohei Yoshida
2
-14
/
+14
2011-03-01
Replaced another use of ScfRefMap with ptr_map.
Kohei Yoshida
2
-12
/
+13
2011-03-01
Replace use of ScfRefMap with boost::ptr_map.
Kohei Yoshida
2
-10
/
+15
2011-03-01
Moved the widgets a bit and shrank the dialog to make it look nicer.
Kohei Yoshida
1
-7
/
+7
2011-03-01
Re-arranged widgets definitions a bit.
Kohei Yoshida
1
-7
/
+8
2011-03-01
Put all the other pieces into place.
Kohei Yoshida
6
-32
/
+79
2011-03-01
Initial change to display named range option in the source dialog.
Kohei Yoshida
7
-14
/
+74
2011-03-01
Used boost::scoped_ptr to manage instances.
Kohei Yoshida
1
-13
/
+20
2011-03-01
Extracted datapilot handling code into its own method.
Kohei Yoshida
3
-140
/
+146
2011-03-01
Revert part of cab7e33c which added ';' into the expression
Caolán McNamara
1
-2
/
+2
2011-03-02
Removed dead code
Takeshi Abe
20
-121
/
+1
2011-03-01
We call them field windows. Let's be consistent...
Kohei Yoshida
2
-3
/
+3
2011-03-01
Refresh the field view when the source range changes.
Kohei Yoshida
2
-0
/
+11
2011-03-01
Remove bogus comments.
Guillaume Poussel
80
-215
/
+215
2011-03-01
Remove bogus comments.
Guillaume Poussel
49
-115
/
+113
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
6
-13
/
+24
2011-02-28
Let's rename InvalidateSource() to ClearSource().
Kohei Yoshida
2
-7
/
+7
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
7
-336
/
+32
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
7
-25
/
+39
2011-02-26
WaE: picky about comparison between signed and unsigned
Christian Lohmaier
1
-1
/
+1
2011-02-26
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Thomas Arnhold
2
-3
/
+3
2011-02-25
Removed dead code
Takeshi Abe
7
-100
/
+3
2011-02-25
Mark fall-through
Takeshi Abe
1
-2
/
+2
2011-02-24
Remove commented variable
Michael Lefevre
1
-1
/
+0
2011-02-24
Remove "using namespace ::rtl"
Julien Nabet
10
-14
/
+23
2011-02-23
Using * for pointer type is better than typedef to FooPtr.
Kohei Yoshida
1
-2
/
+1
2011-02-23
Remove bogus comment
Michaël Lefèvre
1
-4
/
+2
2011-02-22
Remove Tools -> Media Player from Calc
Thomas Arnhold
3
-18
/
+0
2011-02-22
Enabled backspace with any modifier in case of SC_INPUT_TYPE
Takeshi Abe
1
-1
/
+0
2011-02-22
Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC
Jean-Baptiste Faure
1
-5
/
+5
2011-02-22
make this one an exception file too
Caolán McNamara
1
-3
/
+3
2011-02-22
Include precompiled_sc.hxx
Tor Lillqvist
1
-0
/
+3
2011-02-22
Include precompiled_sc.hxx
Tor Lillqvist
1
-0
/
+3
2011-02-21
Added method documentation.
Kohei Yoshida
1
-0
/
+6
2011-02-21
Use const where possible.
Kohei Yoshida
1
-1
/
+1
[next]