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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
Feature: Formatting Duplicate cells: Conditional Formating.
Muthu Subramanian K
5
-96
/
+214
2011-01-05
Translated comments from German to English
Christina Rossmanith
5
-119
/
+126
2011-01-05
Removed dependencies on tools/solar.h in drawpage.hxx/.cxx
Sören Möller
2
-2
/
+2
2011-01-05
WaE: C4805 mix of bool and BOOL
Caolán McNamara
1
-1
/
+1
2011-01-05
WaE: C4701 potentially uninitialized local variable used
Caolán McNamara
1
-1
/
+1
2011-01-05
WaE: C4099 be consistent between class and struct forward decls
Caolán McNamara
1
-1
/
+1
2011-01-05
Removed dependencies on tools/solar.h in waitoff.h
Sören Möller
1
-3
/
+3
2011-01-05
Bypass test that fails on Windows for now
Tor Lillqvist
1
-0
/
+2
2011-01-05
sc: fix mdds include when doing a c++0x build and using strlport
Miklos Vajna
2
-2
/
+1
2011-01-04
fix build error and match signature
Caolán McNamara
1
-1
/
+1
2011-01-03
Let's use sal_uInt32 over sal_uIntPtr.
Kohei Yoshida
3
-16
/
+16
2011-01-03
Converted tabs to whitespaces.
Kohei Yoshida
2
-309
/
+309
2011-01-03
Fixed build errors due to BOOL to bool conversions.
Kohei Yoshida
7
-25
/
+20
2011-01-03
Removed dependencies on tools/solar.h
Sören Möller
3
-388
/
+387
2011-01-03
Translated comments from German to English.
Christina Roßmanith
8
-130
/
+116
2011-01-03
Don't reset the default sheet name when the name has evern been edited.
Kohei Yoshida
5
-9
/
+19
2011-01-03
Different warning messages for different causes.
Kohei Yoshida
6
-9
/
+59
2011-01-03
Force copy when all sheets are selected.
Kohei Yoshida
6
-9
/
+11
2011-01-03
Adjusted the dialog layout a bit to make it look more consistent.
Kohei Yoshida
4
-25
/
+16
2011-01-03
Indentation fix & BOOL to bool.
Kohei Yoshida
3
-7
/
+7
2011-01-03
New layout Move/Copy sheet in calc
Joost Wezenbeek
7
-47
/
+143
2011-01-01
Remove DECLARE_LIST( TargetList, String* )
Joseph Powers
1
-7
/
+3
2010-12-31
WaE: C4099 struct vs class
Caolán McNamara
1
-1
/
+1
2010-12-24
cppcheck: silence warning
Caolán McNamara
1
-0
/
+1
2010-12-24
cppcheck: prefer prefix variant
Caolán McNamara
1
-2
/
+2
2010-12-24
cppcheck: prefer prefix variant
Caolán McNamara
1
-1
/
+1
2010-12-23
Remove bogus check for numerical sheet names. (fdo#32570)
Kohei Yoshida
1
-6
/
+1
2010-12-22
Actually the object doesn't have to be a cell note.
Kohei Yoshida
1
-6
/
+3
2010-12-22
Avoid double-paste when pasting text into cell comment. (fdo#32572)
Kohei Yoshida
1
-0
/
+20
2010-12-22
makedepend doesn't like -s to appear in the command line
Caolán McNamara
1
-1
/
+1
2010-12-22
BOOL to bool.
Kohei Yoshida
1
-18
/
+18
2010-12-22
use configured hash container
David Tardon
2
-1
/
+2
2010-12-21
Some code cleanup to simplify the code without changing its logic.
Kohei Yoshida
1
-30
/
+15
2010-12-21
cppcheck: initialize a pointer data member in ctor.
Kohei Yoshida
1
-1
/
+2
2010-12-21
cppcheck: variable scope
Kohei Yoshida
1
-3
/
+3
2010-12-21
cppcheck: variable scope
Kohei Yoshida
1
-1
/
+1
2010-12-21
cppcheck: variable scope.
Kohei Yoshida
1
-4
/
+4
2010-12-21
ScRawTokenRef is now based on intrusive_ptr.
Kohei Yoshida
2
-6
/
+12
2010-12-21
The external ref cache also stores intrusive_ptr-based tokens.
Kohei Yoshida
1
-2
/
+3
2010-12-21
No need to include the shared_ptr header.
Kohei Yoshida
1
-1
/
+0
2010-12-21
Removed ScSharedTokenRef and replaced it with ScTokenRef.
Kohei Yoshida
15
-173
/
+163
2010-12-21
Quick-fixing dbgutil sc build breakage
Thorsten Behrens
3
-3
/
+0
2010-12-21
Adjusted for the new FormulaTokenRef now implemented by intrusive_ptr.
Kohei Yoshida
7
-21
/
+32
2010-12-21
Moved ScMatrixRef typedefs to its own file.
Kohei Yoshida
3
-4
/
+40
2010-12-21
Translated German comment.
Kohei Yoshida
1
-1
/
+1
2010-12-21
Oops. We can't bail out earlier than that, it seems.
Kohei Yoshida
1
-35
/
+37
2010-12-21
Simplified the logic a bit.
Kohei Yoshida
1
-22
/
+16
2010-12-21
Leftover data after Undo operation
Joost Wezenbeek
1
-0
/
+21
2010-12-21
2 callcatchers
Julien Nabet
2
-12
/
+0
2010-12-21
callcatcher ScGridWindow::DrawComboButton
Julien Nabet
2
-44
/
+0
[next]