summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Bug 124065 - [Performance] Low performance opening attached .odsSteve Yin3-15/+56
2014-02-07i123922 Refactored D&D and insert picture from file in all apps for all objec...Armin Le Grand7-81/+167
2014-02-04124155: correct visibility of function <ScFilterCreate>Oliver-Rainer Wittmann1-1/+1
2014-01-29i124085 disabled CF_DIBV5 (no advantages but some problems), increased png su...Armin Le Grand7-5/+21
2014-01-23#i123626# change default for paste special dialog of Calc to Text, Numbers an...Tsutomu Uchino1-4/+2
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr3-3/+3
2014-01-20124033: Made the update of maColManualBreaks more conservative.Andre Fischer1-10/+16
2014-01-20#i56998# add space before percent character in text and quick helpTsutomu Uchino1-1/+1
2014-01-19WaE: Reorder initializations to prevent compiler warnings.Pavel Janík1-2/+2
2014-01-19#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitTex...Tsutomu Uchino1-2/+1
2014-01-18#i92785# fix label from Allow blank cells to Allow empty cells on Criteria ta...Tsutomu Uchino1-1/+1
2014-01-18#i56998# add a space separater between value and unit and remove separator be...Tsutomu Uchino1-0/+2
2014-01-17i123870 corrected import values on xml import with chart, avoid uninitialized...Armin Le Grand4-1/+33
2014-01-16#21280# apply patch to enable/disable shift cell options depending on the cop...Jürgen Schmidt1-7/+4
2014-01-16123166: Made the update of maRowManualBreaks more conservative.Andre Fischer1-10/+16
2014-01-15#i123725# choose by default the following options, Insert or delete cells and...Tsutomu Uchino1-0/+2
2014-01-13#i91494# use the same font height for CJK text with Western in drawing object...Tsutomu Uchino1-0/+6
2014-01-10#i42309# change behavior for equal button of input line according to the curr...Tsutomu Uchino1-2/+36
2014-01-07Bug 123622 - [ia2] Calc: No focus event fired on cell when new spreadsheet is...Steve Yin1-0/+1
2014-01-06#i123964# fix SC build on windows with consistent symbol visibilityHerbert Dürr10-11/+20
2014-01-06#i123817# prepare codebase for updating to boost 1.55Herbert Dürr5-10/+10
2014-01-06Rolled back some coverity issue fixes for mac buildSteve Yin5-18/+14
2014-01-06Bug 123629 - [ia2] Calc: Invalid focus event fired after editing cellSteve Yin9-18/+42
2014-01-03#i123964# make symbol visibility consistent in sc moduleHerbert Dürr9-12/+9
2014-01-03Bug 123909 - Select one column, paste cell range with merged cell in, AOO wil...Steve Yin9-5/+137
2013-12-22#123323# Fix typo in English string (concatentation)Andrea Pescetti1-1/+1
2013-12-20#91439# apply patch to copy key modifiers as wellJürgen Schmidt1-0/+2
2013-12-12#i123840# fix narrowing conversions when initializing SC's szMSFilterNames arrayHerbert Dürr1-1/+1
2013-11-29#i123768# remove pre-IA2 code remains that has been commented outHerbert Dürr13-182/+0
2013-11-28#i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr2-2/+2
2013-11-28#i123768# [ia2] remove pseudo-automatic noisy commentsHerbert Dürr65-423/+0
2013-11-26WaE: reorder initializations to prevent compiler warning.Pavel Janík1-4/+4
2013-11-26WaE: initialize boolean variable to prevent compiler warning.Pavel Janík1-1/+1
2013-11-14Integrate branch of IAccessible2Steve Yin65-196/+3916
2013-10-10i123405 Allow to not limit size to PageSize when creating Metafile contentArmin Le Grand2-7/+16
2013-09-11122927: adjusting change made for 121126 - allow formatting of boolean formul...Oliver-Rainer Wittmann1-1/+4
2013-09-06122862: adjust code for issue 12666 in order to solve regressions 122862, 122...Oliver-Rainer Wittmann18-485/+342
2013-09-02122840: <ScXMLImport::SetNamedRanges()> - adding named ranges with temporary ...Oliver-Rainer Wittmann1-3/+2
2013-08-28#i122827# fix the performance regression in xls saving introduced by #i119707#Herbert Dürr3-15/+43
2013-08-28#i122822# revert fix for issue 121058Herbert Dürr1-45/+8
2013-08-13i122149 Corrected stuff around polygon-based clip regions, do not use them wh...Armin Le Grand3-20/+26
2013-08-01#i122841# initialize LotusRoot singleton already in LotusRoot constructorHerbert Dürr1-2/+3
2013-07-05122635: Add layouting to some sidebar panels.Andre Fischer6-9/+62
2013-07-02122591: correct the iteration on an HTML tableOliver-Rainer Wittmann1-40/+27
2013-06-27i121008 corrected calc cell comment stuffArmin Le Grand8-20/+25
2013-06-23i120020 corected paragraph merge, corresponding undo and ownership of linked ...Armin Le Grand4-22/+10
2013-06-19i122497 Filter D&D flags for calc D&DArmin Le Grand1-4/+10
2013-06-12i118840 Make it possible to identify temporary calc docs and use it to not ac...Armin Le Grand4-1/+25
2013-05-27#i122378# replace std::iota() with open codeHerbert Dürr1-1/+3
2013-05-27#i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr3-5/+6