summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-08-23WaE: class has virtual functions and accessible non-virtual destructorTor Lillqvist
Change-Id: I0fdc966a1dab68fb642ab581ad3f4eb6762363e0
2012-08-23Removing a non-virtual destructor.Kohei Yoshida
Change-Id: I1be79ef0e6b7d0626d057a6d52950301ea4dd169
2012-08-22We assume that this uno interface exists. No need to check it.Kohei Yoshida
Change-Id: Iee2125204106c49e5b8670d9cba95f3dcf3571f8
2012-08-22New unit test for pivot table's case insensitive string comparison.Kohei Yoshida
Change-Id: I31ddd3eedc5a93103ae7efd7ce8698e4dc247937
2012-08-22fdo#53929: Pivot table uses case insensitive string comparison.Kohei Yoshida
Change-Id: I65fa22ceeba37a15b70fe41b1dee26f1dde7d759
2012-08-22Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida
This is the first step toward unit-testing the initialization code from the database source. Change-Id: I1a7882ba443fd71d4210fb2e2caa195fb71dab92
2012-08-22remove unused module-description xml filesMatúš Kukan
Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3
2012-08-22Don't clear the database data cache here.Kohei Yoshida
This would result in the pivot cache being refreshed twice. This block of code was a leftover from the previous, non-cached version of pivot table, and this logic no longer applies today. In today's pivot table code, the cache gets refreshed first, then the table gets refreshed afterward. We should never clear the cache data during table refresh. Change-Id: Ida6fa1805463facf842cb9ea94f4c1afab716595
2012-08-22fdo#53640: Correctly cache source data coming from database backend.Kohei Yoshida
It was due to a simple misplacement of nRow = 0. Each record was labeled row 0. No wonder it screws up the result badly. Change-Id: Ia94f42a62f98a9bd7c9d34df3606351bb487931b
2012-08-22do not deliver these module-description xml filesMatúš Kukan
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-08-21Really draw Calc tab-splittersMatteo Casalin
Change-Id: I952729487eb5d1195bbdf53c2e981685cd0c7b62 Reviewed-on: https://gerrit.libreoffice.org/350 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-20fdo#47674 Save setting for Import Ascii Text DlgLaurent Balland-Poirier
Caption of Dlg is missing Filename for import of CSV Change-Id: Ia7202229e012008d1dd4ec6f7df0457d19e92a6c
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke
CSV import didn't recognize end of field if a field was quoted and the delimiter was space. Change-Id: I46de608d545011437fe8a298854c134d6cf54b6b
2012-08-20Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY caseTor Lillqvist
Change-Id: I392b0203e0850a57eb3e1dfdaf21eafed838129b
2012-08-18Partial replaced String with OUString in ScInterpreterSören Möller
Added wrapper using OUString instead of String to textsearch Change-Id: I866a109d60085da67ffa2fed3131c4e60b074bbf Reviewed-on: https://gerrit.libreoffice.org/425 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-18remove some useless commentsThomas Arnhold
Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48 Reviewed-on: https://gerrit.libreoffice.org/429 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-17fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.Kohei Yoshida
This applies to two scenarios: 1) cycling through cell values, and 2) cycling through cell functions in a formula tip window. Both were broken and this commit fixes both. Change-Id: I7826efbada827b8ec3edc5f34a1876c84e5e6236
2012-08-17Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-17WaE: unused variableTor Lillqvist
Change-Id: I81ddfe76ad9bcaf284044ca5393d2469653ae524
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-16add x-comment for translatorsAndras Timar
Change-Id: I3b0db36991cc21928cce00d051ba3981ad39703d
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power
Change-Id: If05b53602a8d8ea260093b3f6a9c0fca45cb74b9
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power
This reverts commit 094654fcebe35af07a9e12137becdf85277ef706.
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power
Change-Id: I46b07341e96d78130e6301e40fa32df6ed2c7879
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16fix a linguistic issue on Calc UIBence Babati
Change-Id: I1d69be65e2d55f1de0a3d800cd920cc881e8a8ce
2012-08-16String to OUStringBence Babati
Change-Id: I424a3e91cd6163907e364c7d6f40e19d8bf12b48
2012-08-15followup patch for commit:541986fef0993d749cc7ed790eacace322f43bb0 fdo#53229Noel Power
discovered 2 bugs with the previous patch, a ) need to properly calculate the topleftmost position for the combined shapes in the group b) when you have groups within groups then the offsets need to be applied to the topmost parent Change-Id: I2edc0cccca439b3103b61c8116d1cde1536519da
2012-08-15ScFiltersTest: fix overloading problemMichael Stahl
Change-Id: I691e683e2ec4d794de2f0860162f29a970c99397
2012-08-15fix for fdo#53229, import group shapes position and size correctlyNoel Power
Change-Id: Ie513b4a6351a2c6458eeca208faf7ba5bbb9fcce
2012-08-15Border test in Calc now checks also style in all bordersArtur Dorda
Change-Id: Idfb9f035b9940a0e52706bde7d7f4e19c9c9fd6d
2012-08-15Border test in Calc now also checks distance, out- and inWidth in all bordersArtur Dorda
Change-Id: I196b87fb6e59e182ff1f674dc79428cb53612b94
2012-08-15New border test for Calc, checks all the widthsArtur Dorda
Change-Id: I44849ae8e8c174d1b14e10477f31dedaccaee293
2012-08-14New unit test for importing cell-anchored shapes from ods.Kohei Yoshida
Change-Id: I3cedafaf1862c69a40a7973ed056bf595f9e7d20
2012-08-14Calculate positions of cell-anchored objects upon ods import.Kohei Yoshida
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 Mohrhard
Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f
2012-08-14check for non existing style entries, fdo#53339Markus Mohrhard
Change-Id: I95bbb3ad89eedebbcd45b4eefd26b46d5d8cd05f
2012-08-14use boost::scoped_ptr instead of raw pointersMarkus Mohrhard
Change-Id: Ie09c66a414ec5a949bf8b0e5a32a3bd0d603bd06
2012-08-14correctly export background colors of cond formats to xlsxMarkus Mohrhard
Change-Id: I6d4b596ba3d611c8b795d48ca59378c4f4136611
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
2012-08-14warning C4702: unreachable codeStephan Bergmann
Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c
2012-08-14changes to "fdo#47674 Save settings for Import Ascii Text Dlg"Eike Rathke
* 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-Poirier
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 McNamara
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 Mohrhard
Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
2012-08-14remove some auto_ptr from xecontentMarkus Mohrhard
Change-Id: Idef77ba4ce419aec26476ed027ac1a3c3fc41eef
2012-08-14implement dumper for new cond format testMarkus Mohrhard
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
2012-08-14implement color scale and data bar export to xlsxMarkus Mohrhard
Only 2007 versions of DataBars supported yet Change-Id: Id1d10aae2bb5221246740defa3d4a97a1cd7c908
2012-08-13fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida
Or else all the formula cells within pivot table's source ranges would be treated as if they are empty. Change-Id: Ib04f4902863b091c483711eeaf31a282f6feaf67