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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-15
Implemented new resize logic for textbox. Looks more clean.
feature/calc-multiline-input
Anurag Jain
1
-27
/
+35
2011-08-04
Implemented the resizing of output are in multi-line mode and added a NULL po...
ANURAG JAIN
1
-27
/
+56
2011-07-25
Refresh the layout of the child controls after the resizing.
Kohei Yoshida
1
-0
/
+1
2011-07-25
Made the tool bar to resize. But still the transition is not smooth.
ANURAG JAIN
2
-32
/
+55
2011-07-11
More progress.
Anurag Jain
2
-199
/
+296
2011-07-05
align with master.. brief description of changes
Noel Power
3
-116
/
+313
2011-06-29
temporary resizing etc. from anurag to get it displaying
Noel Power
1
-16
/
+18
2011-06-22
initial commit of Input bar group control
Anurag Jain
2
-44
/
+131
2011-06-06
Removing a TODO comment. This is done.
Kohei Yoshida
1
-2
/
+0
2011-06-06
Set the correct height based on the actual text height from edit engine.
Anurag Jain
1
-5
/
+5
2011-06-06
Display one line at a time in single-line mode.
Anurag Jain
1
-2
/
+8
2011-05-31
Always use edit engine to draw text in the input bar.
Kohei Yoshida
2
-125
/
+90
2011-05-23
Merge branch 'master' into feature/calc-multiline-input
Kohei Yoshida
112
-1493
/
+1390
2011-05-23
Implementing height offset in paint method of ScTextWnd.
Anurag Jain
1
-12
/
+37
2011-05-23
Fix an old remove DECLARE_LIST bug. Could be related to fdo#37429
Joseph Powers
1
-8
/
+14
2011-05-23
fix mis-merge
David Tardon
3
-110
/
+0
2011-05-23
fix for fdo#37429 crash when copy/paste table from writer to calc
Markus Mohrhard
1
-1
/
+1
2011-05-22
Replace List for std::vector<String>.
Rafael Dominguez
1
-4
/
+3
2011-05-22
Replace List for std::vector<String>.
Rafael Dominguez
1
-11
/
+6
2011-05-22
Replace List for std::vector<String>.
Rafael Dominguez
2
-16
/
+15
2011-05-23
compensate for already shifted segments
David Tardon
1
-2
/
+10
2011-05-22
improve perf. of removing contents of large number of cells
David Tardon
1
-38
/
+61
2011-05-20
adjust for return by ref instead of pointer
Caolán McNamara
2
-5
/
+5
2011-05-20
adjust for return by ref instead of pointer
Caolán McNamara
3
-9
/
+9
2011-05-20
valgrind: fix leak when range isn't transferred to rangelist
Caolán McNamara
1
-2
/
+9
2011-05-20
valgrind: break circular dependency leaks
Caolán McNamara
1
-0
/
+4
2011-05-20
adjust to ensure rename
Caolán McNamara
1
-1
/
+1
2011-05-20
adjust for modified singleton
Caolán McNamara
1
-1
/
+1
2011-05-20
adjust for modified singleton
Caolán McNamara
5
-10
/
+8
2011-05-20
update sheet local db data when sheets are inserted/deleted
feature/gsoc2011_wizards
Markus Mohrhard
1
-2
/
+12
2011-05-19
Make sure to only export up to 1026 manual page breaks to XLS.
Kohei Yoshida
1
-0
/
+8
2011-05-18
Remove all the #include <tools/ownlist.hxx>
Joseph Powers
3
-3
/
+0
2011-05-19
Add the wntgcc directories
Tor Lillqvist
1
-0
/
+2
2011-05-19
Add the unxios and unxand directories
Tor Lillqvist
1
-0
/
+4
2011-05-18
fdo#34072
Takeshi Abe
2
-17
/
+2
2011-05-18
Unify Display Grid/ Grid Visible and other menu items
Christian Dywan
2
-2
/
+2
2011-05-17
Fix index out of bounds in ScTableConditionalFormat.
Rafael Dominguez
1
-1
/
+1
2011-05-16
WaE - add explicit casting (decimal-types → integer types)
Christian Lohmaier
9
-24
/
+24
2011-05-16
The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, too
Tor Lillqvist
1
-1
/
+1
2011-05-13
Renamed dbcolect.?xx to dbdata.?xx.
Kohei Yoshida
58
-59
/
+59
2011-05-13
Fixed incorrect exporting of global named database ranges.
Kohei Yoshida
4
-20
/
+38
2011-05-13
Fixed segfault.
Kohei Yoshida
1
-3
/
+3
2011-05-13
Refactored global anonymous db storage.
Kohei Yoshida
6
-61
/
+129
2011-05-13
Shift method declarations to the left.
Kohei Yoshida
1
-71
/
+71
2011-05-13
Fixed the fallout of the changes in ScDBCollection.
Kohei Yoshida
41
-765
/
+584
2011-05-13
Let's make the separation of named DBs clear.
Kohei Yoshida
4
-60
/
+117
2011-05-13
Refactored ScDBCollection to not derive from ScSortedCollection.
Kohei Yoshida
2
-160
/
+157
2011-05-13
Initial check-in of on-going work for multi-line input bar in Calc.
Anurag Jain
2
-6
/
+42
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
[next]