summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-15Implemented new resize logic for textbox. Looks more clean.feature/calc-multiline-inputAnurag Jain1-27/+35
2011-08-04Implemented the resizing of output are in multi-line mode and added a NULL po...ANURAG JAIN1-27/+56
2011-07-25Refresh the layout of the child controls after the resizing.Kohei Yoshida1-0/+1
2011-07-25Made the tool bar to resize. But still the transition is not smooth.ANURAG JAIN2-32/+55
2011-07-11More progress.Anurag Jain2-199/+296
2011-07-05align with master.. brief description of changesNoel Power3-116/+313
2011-06-29temporary resizing etc. from anurag to get it displayingNoel Power1-16/+18
2011-06-22initial commit of Input bar group controlAnurag Jain2-44/+131
2011-06-06Removing a TODO comment. This is done.Kohei Yoshida1-2/+0
2011-06-06Set the correct height based on the actual text height from edit engine.Anurag Jain1-5/+5
2011-06-06Display one line at a time in single-line mode.Anurag Jain1-2/+8
2011-05-31Always use edit engine to draw text in the input bar.Kohei Yoshida2-125/+90
2011-05-23Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida112-1493/+1390
2011-05-23Implementing height offset in paint method of ScTextWnd.Anurag Jain1-12/+37
2011-05-23Fix an old remove DECLARE_LIST bug. Could be related to fdo#37429Joseph Powers1-8/+14
2011-05-23fix mis-mergeDavid Tardon3-110/+0
2011-05-23fix for fdo#37429 crash when copy/paste table from writer to calcMarkus Mohrhard1-1/+1
2011-05-22Replace List for std::vector<String>.Rafael Dominguez1-4/+3
2011-05-22Replace List for std::vector<String>.Rafael Dominguez1-11/+6
2011-05-22Replace List for std::vector<String>.Rafael Dominguez2-16/+15
2011-05-23compensate for already shifted segmentsDavid Tardon1-2/+10
2011-05-22improve perf. of removing contents of large number of cellsDavid Tardon1-38/+61
2011-05-20adjust for return by ref instead of pointerCaolán McNamara2-5/+5
2011-05-20adjust for return by ref instead of pointerCaolán McNamara3-9/+9
2011-05-20valgrind: fix leak when range isn't transferred to rangelistCaolán McNamara1-2/+9
2011-05-20valgrind: break circular dependency leaksCaolán McNamara1-0/+4
2011-05-20adjust to ensure renameCaolán McNamara1-1/+1
2011-05-20adjust for modified singletonCaolán McNamara1-1/+1
2011-05-20adjust for modified singletonCaolán McNamara5-10/+8
2011-05-20update sheet local db data when sheets are inserted/deletedfeature/gsoc2011_wizardsMarkus Mohrhard1-2/+12
2011-05-19Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida1-0/+8
2011-05-18Remove all the #include <tools/ownlist.hxx>Joseph Powers3-3/+0
2011-05-19Add the wntgcc directoriesTor Lillqvist1-0/+2
2011-05-19Add the unxios and unxand directoriesTor Lillqvist1-0/+4
2011-05-18fdo#34072Takeshi Abe2-17/+2
2011-05-18Unify Display Grid/ Grid Visible and other menu itemsChristian Dywan2-2/+2
2011-05-17Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier9-24/+24
2011-05-16The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, tooTor Lillqvist1-1/+1
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida58-59/+59
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida4-20/+38
2011-05-13Fixed segfault.Kohei Yoshida1-3/+3
2011-05-13Refactored global anonymous db storage.Kohei Yoshida6-61/+129
2011-05-13Shift method declarations to the left.Kohei Yoshida1-71/+71
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida41-765/+584
2011-05-13Let's make the separation of named DBs clear.Kohei Yoshida4-60/+117
2011-05-13Refactored ScDBCollection to not derive from ScSortedCollection.Kohei Yoshida2-160/+157
2011-05-13Initial check-in of on-going work for multi-line input bar in Calc.Anurag Jain2-6/+42
2011-05-13We are supposed to do the 2nd parse using the UI address convention.Kohei Yoshida1-5/+8
2011-05-11return type as the 2nd template argument.Kohei Yoshida1-1/+1