summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Border test in Calc now checks also style in all bordersArtur Dorda1-19/+32
Change-Id: Idfb9f035b9940a0e52706bde7d7f4e19c9c9fd6d
2012-08-15Border test in Calc now also checks distance, out- and inWidth in all bordersArtur Dorda1-19/+47
Change-Id: I196b87fb6e59e182ff1f674dc79428cb53612b94
2012-08-15New border test for Calc, checks all the widthsArtur Dorda2-0/+64
Change-Id: I44849ae8e8c174d1b14e10477f31dedaccaee293
2012-08-14New unit test for importing cell-anchored shapes from ods.Kohei Yoshida2-0/+41
Change-Id: I3cedafaf1862c69a40a7973ed056bf595f9e7d20
2012-08-14Calculate positions of cell-anchored objects upon ods import.Kohei Yoshida1-0/+3
Since we no longer re-calc row heights on ods import, we need to do this manually, in order to position cell-anchored objects correctly. Previously we were getting this for free since the row height recalc code path did it as part of it. Change-Id: I8ab5dd1fe7cd8a45b7968e101c893b442d7ce132
2012-08-14remove debug outputMarkus Mohrhard1-1/+0
Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f
2012-08-14check for non existing style entries, fdo#53339Markus Mohrhard1-1/+6
Change-Id: I95bbb3ad89eedebbcd45b4eefd26b46d5d8cd05f
2012-08-14use boost::scoped_ptr instead of raw pointersMarkus Mohrhard2-12/+6
Change-Id: Ie09c66a414ec5a949bf8b0e5a32a3bd0d603bd06
2012-08-14correctly export background colors of cond formats to xlsxMarkus Mohrhard2-13/+48
Change-Id: I6d4b596ba3d611c8b795d48ca59378c4f4136611
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan2-3/+2
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
2012-08-14warning C4702: unreachable codeStephan Bergmann1-2/+0
Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c
2012-08-14changes to "fdo#47674 Save settings for Import Ascii Text Dlg"Eike Rathke1-74/+93
* For TextToColumn some fields are preset and not changeable and configuration does not provide properties, do not attempt to access non-existing properties. In fact unotools/source/config/configmgr.cxx mocks about these cases if built with debug. * Do not use RTL_CONSTASCII_USTRINGPARAM with new code, OUString knows about ASCII literals. * Converted an if(meCall==...){}if(meCall==...) to a switch case. * Sensible indentation, please ;-) Change-Id: I6ef78cad3958b6379d17275a716bb62553b07601
2012-08-14fdo#47674 Save settings for Import Ascii Text DlgLaurent Balland-Poirier9-91/+110
Add save of settings for Paste Unformatted Text and Text to Columns. Remove useless cSep parameter because default are set in Calc.xcs Change-Id: Iff4b976f434a63d2d1f56e497852c7c1e763151c
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara1-1/+1
we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
2012-08-14remove two obviously wrong commentsMarkus Mohrhard1-2/+0
Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
2012-08-14remove some auto_ptr from xecontentMarkus Mohrhard2-16/+6
Change-Id: Idef77ba4ce419aec26476ed027ac1a3c3fc41eef
2012-08-14implement dumper for new cond format testMarkus Mohrhard5-0/+84
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
2012-08-14implement color scale and data bar export to xlsxMarkus Mohrhard2-22/+77
Only 2007 versions of DataBars supported yet Change-Id: Id1d10aae2bb5221246740defa3d4a97a1cd7c908
2012-08-13fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida1-4/+7
Or else all the formula cells within pivot table's source ranges would be treated as if they are empty. Change-Id: Ib04f4902863b091c483711eeaf31a282f6feaf67
2012-08-13Unit test for pivot table's text number field member output.Kohei Yoshida1-0/+81
Change-Id: Id7aa174fa26adb601ce652ba57c032e6b1c79dab
2012-08-13Add test for csv filter as well.Kohei Yoshida2-0/+33
The content is intentionally identical to the html counterpart. Change-Id: Ie9a91ceafdb56a0c915bc0175d49bb494c38e9af
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida7-14/+32
Change-Id: I5fa9a54f70e8e4d8aac42687f2a204b2925d4619
2012-08-13New HTML file to test number format on import.Kohei Yoshida2-2/+43
Change-Id: I74e831e5ede01dfe2954314be6b64b19a551dc6b
2012-08-13test with and without "Empty string as zero" optionEike Rathke1-2/+22
Change-Id: I2e4ce4ca3e60b662702f2987c29a79ab1a5b2fdc
2012-08-13these test should not have been disabledMarkus Mohrhard1-2/+0
2012-08-13add simple test for ods color scale importMarkus Mohrhard2-0/+47
Change-Id: I539c6bfec17febbdd97c724fbde55b75da7700f6
2012-08-13also write the value for COLORSCALE_VALUE into the modelMarkus Mohrhard1-0/+1
Change-Id: I4e34f8d5c3eb3880e2ef3e7d65736057689b50bf
2012-08-13this method is no longer usedMarkus Mohrhard2-8/+0
Change-Id: I7d9b75e79e2741be4013e6fbf3ac70d11f754aa4
2012-08-13remove some empty methods from cond format oox import codeMarkus Mohrhard4-16/+0
Change-Id: I357d8361c9d23b47f5f554a1be97dcc369258323
2012-08-13add autoMin/autoMax oox importMarkus Mohrhard2-1/+37
Change-Id: I5094cba7237245539448babdebee532ade6f674a
2012-08-13write the conditional formatting earlier into the modelMarkus Mohrhard3-1/+24
The conditional formatting can be written into calc's model already at the end of the conditionalFormatting element and we don't need to wait till the end of the worksheet. This allows to modify the data through the ExtLst parser and allow correct import of Excel2010 data bars. Change-Id: Icb582931c6f89cbdb2b8b3dbe24af640ca8076ba
2012-08-13copied color scale formulas also need to listen to the new documentMarkus Mohrhard1-0/+1
Change-Id: I2d642ba40454822e67a9c2c70f99d15459826f3b
2012-08-13percent and percentile also are relative to the area valuesMarkus Mohrhard1-2/+2
Change-Id: Ia4382cba061905cd7d2d029a26e28ec2b8ee884e
2012-08-13don't use a reference parameter hereMarkus Mohrhard1-1/+1
Change-Id: Ia504de6fdc4a2ff6e764b13b5946e6e87ced3217
2012-08-13remove unused includeMarkus Mohrhard1-2/+0
Change-Id: Ib878c68066c40e3da9f1c90240649ea126d89d30
2012-08-13implement ODF import for AutoMin and AutoMaxMarkus Mohrhard1-0/+4
Change-Id: Idab366d7b3c800e7872bb64274215026bde27386
2012-08-13calculate percentile for upper data bar limit correctlyMarkus Mohrhard1-1/+1
Change-Id: Ie3faf8b15cfeb5a1a2e5df980e9ffbd8a3fcf756
2012-08-13implement the ui part for AutoMin and AutoMax, related fdo#50462Markus Mohrhard4-5/+34
Change-Id: Ib7ad4801e56b879539e2b8446a58e011e0ea978c
2012-08-13implement AutoMin and AutoMax, fdo#50462Markus Mohrhard4-3/+30
Change-Id: I73b2eb069bbb06d9b366b68d0ad85728df4d6a3a
2012-08-13use an enum instead of several flagsMarkus Mohrhard8-237/+224
Change-Id: I93c7483c6ba91671515025cc3b365a68c45a395c
2012-08-13callcatcher: update listCaolán McNamara2-7/+0
Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
2012-08-11Remove unused local varJulien Nabet1-1/+1
Change-Id: Icc314cf12cfcf41813ceab7071b6e655909a7c7e
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez1-1/+1
- Move entry to File menu instead of File->Templates. Change-Id: I3c7df6057f9634d0e3879c90e0760f1fecc98954
2012-08-10sc: this appears to be unusedMatúš Kukan2-212/+0
Change-Id: I22a759ef55a46dc560ebe5f802c937f1d47bf645
2012-08-10make more ScTable methods constMarkus Mohrhard7-26/+26
Change-Id: I9965a5ee383c4380dc1e75abc6a8df17ed69f6fc
2012-08-10make more methods const in ScTableMarkus Mohrhard3-10/+10
Change-Id: Ib61ab9ea33ea94d6175a2110105849279d1ad440
2012-08-10fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170Albert Thuswaldner1-0/+3
Change-Id: I9366de24414fa10e292e42df08a9658d90e5c1c1
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan14-42/+14
Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
2012-08-10Bin ScTabView::HideCursor()Julien Nabet2-6/+0
Change-Id: I5fba6458b77b1c6d35f14485cb264aaad4725227
2012-08-09Reverting copyright notices to original LGPL.Kohei Yoshida2-40/+40
These files do contains at least several lines from the Oracle-authored source files. Change-Id: I4f4a8e1487cacb6de92c409bd2b63149840bdf4d