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
/
ui
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
61
-442
/
+366
2011-05-23
Implementing height offset in paint method of ScTextWnd.
Anurag Jain
1
-12
/
+37
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-20
adjust for return by ref instead of pointer
Caolán McNamara
1
-1
/
+1
2011-05-20
adjust for return by ref instead of pointer
Caolán McNamara
2
-4
/
+4
2011-05-20
adjust to ensure rename
Caolán McNamara
1
-1
/
+1
2011-05-20
adjust for modified singleton
Caolán McNamara
4
-7
/
+6
2011-05-18
Remove all the #include <tools/ownlist.hxx>
Joseph Powers
1
-1
/
+0
2011-05-18
fdo#34072
Takeshi Abe
1
-16
/
+0
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
2
-7
/
+7
2011-05-13
Renamed dbcolect.?xx to dbdata.?xx.
Kohei Yoshida
36
-36
/
+36
2011-05-13
Refactored global anonymous db storage.
Kohei Yoshida
2
-2
/
+3
2011-05-13
Fixed the fallout of the changes in ScDBCollection.
Kohei Yoshida
22
-334
/
+282
2011-05-13
Initial check-in of on-going work for multi-line input bar in Calc.
Anurag Jain
2
-6
/
+42
2011-05-11
some cleanup in vba
Markus Mohrhard
3
-14
/
+0
2011-05-10
More cleanups of ScDBData.
Kohei Yoshida
10
-35
/
+36
2011-05-10
Cleaned up ScImportParam.
Kohei Yoshida
4
-18
/
+18
2011-05-09
Merge branch 'libreoffice-3-4'
Kohei Yoshida
32
-400
/
+1533
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-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
check for less equal, not greater equal
Markus Mohrhard
1
-3
/
+3
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#36849: Assume that the range list member may be NULL.
Kohei Yoshida
1
-3
/
+6
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
3
-57
/
+6
2011-05-03
fdo#36721: Fixed a crash on datapilot while editing the source range.
Kohei Yoshida
1
-0
/
+13
2011-05-03
DataPilot -> pivot table in en-US strings
Andras Timar
2
-2
/
+2
2011-05-01
Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,
Rafael Dominguez
1
-7
/
+8
[next]