summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2014-01-08stretch label to fill vertically for long textCaolán McNamara
calc compatibility page (e.g. de) Change-Id: Ieab742900747808a4c27205b190e416b391b7a39
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
Calc general page (e.g. .de) Change-Id: Ifc5c230040c9b59f8570a64deda0121ac93ed0e9
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
Change-Id: I46c5290ab411ac133ef8ea1e461197b00d837068
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
2014-01-07fdo#72774: Write test to ensure correct group items in pivot cache on load.Kohei Yoshida
Change-Id: Ib9656b8e321a12a6f971f5775aaed235eac8df58
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida
This changes bring it back to the same algorithm used in 3.5. Change-Id: I16855cef1de133a1f886baa823d5b0d2b148e781
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida
Change-Id: Iddde39da57db0d6be9f066f3e2bdb0526932edc6
2014-01-07fdo#72774: Ensure that all the group fields are in cache upon file load.Kohei Yoshida
This resolves the originally reported issue in that bug (in Comment 1). Change-Id: I6fb85cff1eafb78d784605aa08e7d992a1ac36e0
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist
Change-Id: Ia33002819023c79160d921fbc1cca7a5c12d143a
2014-01-07Add some more loggingTor Lillqvist
Change-Id: I637c365626242142a0f6fc0ac002fa9dd5f1340a
2014-01-07Avoid assertion failure if group has been disabledTor Lillqvist
Change-Id: I918f2716778ddd9ede56b5df731a531f97a3b24d
2014-01-07Resolves: #i123622# No focus event fired on cell when new sheet is createdSteve Yin
(cherry picked from commit 68792ef189457094eb0fa1790c5895d7031571da) Change-Id: I1e0e523f32b4d6494110b41a7228a8e31784f2f4
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida
Change-Id: Ibdb2b7ab2bae03875a3462816e860f58d9076457
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida
Change-Id: I0fc1fd069440ed6fee378fc2dfd2ed761afbdeab
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida
Fixing a bug and cleaning up the code all at the same time. And don't forget to write test for it as well. Change-Id: Ia0322c4bebd4c5debcbfa4bb0902afbe581208b2
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
There are things that shouldn't be stored in ScDocument believe it or not. Change-Id: I6a06327549851fae0fdc0defbc716285d8456aa2
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida
Change-Id: Ia904f69ddebcbd61e4ad3b97a0ace3db2d3a33e7
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
(cherry picked from commit c31988351c10e9f3fd783730d95da34efd52c153) Conflicts: basic/source/comp/parser.cxx basic/source/comp/token.cxx dbaccess/source/ui/dlg/generalpage.cxx sc/source/ui/unoobj/chart2uno.cxx vcl/quartz/salbmp.cxx Change-Id: Ic9580f2d4a44959cb3e38906eb4153b2c2a54899
2014-01-06convert col or row dialog to .uiCaolán McNamara
Change-Id: I47b0b0abd3cbb992b93cd1db10558fed579e4f1c
2014-01-06avoid out of bounds string accessCaolán McNamara
Change-Id: I0a0affea08528fc9bd729ab01cdb5fa6e9f8e18f
2014-01-06CreateScColOrRowDlg is unusedCaolán McNamara
Change-Id: I1194d111eff8eeafb656d743af12d71523a65ac8
2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin
Some Coverity issues fixes (cherry picked from commit 5478c54be2de808663565e53250c8a4055b390c9) Conflicts: sc/source/ui/inc/AccessibleCell.hxx sc/source/ui/inc/tabvwsh.hxx sc/source/ui/view/cellsh4.cxx sc/source/ui/view/tabvwsh4.cxx Rolled back some coverity issue fixes for mac build (cherry picked from commit 15e6a8263ae6181ac4912b94af8cb63adc34a86d) Conflicts: sc/source/ui/inc/AccessibleCell.hxx a727d3c7f819c8d0082a9fb017351d5307877fa6 Change-Id: I03b63c655bd55e5fb92d95490eaa4bb081b8ee7d
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida
Beucase that would be bad. Change-Id: I7ce22105d88346f1cda12897eb57923dee8bd467
2014-01-05fdo#73117 fix switched true/false explanation for HYPGEOM.DISTWinfried Donkers
in function wizard. Change-Id: I768620967728c619e051e35e8ff472ae12f1404d
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara
and that's the last TabDialog in calc converted Change-Id: Idecf1b4ba991f7b59e40ea0f0813a5dc5644dfd3
2014-01-04convert calc character dialog to .uiCaolán McNamara
Change-Id: I305b18bea24377dcd98b3e06c4cf75bdbdd4d717
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis
This is a second batch of HiDPI changes. It fixes the following areas: Sidebar * Impress Master pages preview * deck title height * tab (icon) bar * valueset dropdown control * wider maximum width * Draw and other misc. buttons which didn't get fixed by earlier change to Toolbar.SetItemImage There are several more sidebar issues, but it is much improved. Other changes * Writer and Calc auto-format dialog text * file-properties document image * fontwork gallery preview size * Calc table border control Change-Id: I95a0169a3b011836b1c75b3dcacb2733c9567ef3
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke
... and not on the result vector if that isn't included. Actually implements a TODO introduced with c008dc483f8c6840803983e7e351cec6fdd32070 Change-Id: Ic6c7ae70651aca21f22f10f76f94eb8690536bef
2014-01-03I forgot to add a terminator here.Kohei Yoshida
Change-Id: I5fc809c38fe2d2649c9cadab78442eefe8be9ba0
2014-01-03fdo#73113: Write unit test for LOOKUP.Kohei Yoshida
Change-Id: I1486b6ba9604c97601df142a32b211ce0aec7f09
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
with merged cell in, no response (cherry picked from commit acc76cb44c51fbefc8f34009300acb9382c3ad27) Conflicts: sc/inc/attarray.hxx sc/inc/column.hxx sc/inc/document.hxx sc/source/core/data/attarray.cxx sc/source/core/data/column2.cxx sc/source/core/data/documen3.cxx sc/source/core/data/document.cxx sc/source/core/data/table4.cxx Change-Id: Id9c1e0fe86876da6e39ea2b34a484d69eb5d8633
2014-01-02added Latvian "LVL" to EUROCONVERT(), fdo#73239Eike Rathke
Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00
2014-01-02added Estonian "EEK" to EUROCONVERT(), fdo#73239Eike Rathke
Change-Id: Ib4c82992e12758fcec6c667c57849935cd518972
2014-01-02resolved fdo#73113 not string cell does not mean no string at cellEike Rathke
Introduced with c008dc483f8c6840803983e7e351cec6fdd32070 the ScQueryCellIterator::BinarySearch() evaluated all non-string cells as not being string, ignoring edit cells and formula cell string results. Change-Id: I43be46dc8db35d6d0677086c345379ed4627b355
2014-01-02WaE: statement aligned as ... [loplugin]Tor Lillqvist
Change-Id: I8119041ae6c93af858d972e627e50e04bb7f60c8
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks
Change-Id: I12c8afe6467bf3ae755faf8c6d01c6aa37d5be27
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks
Change-Id: I3588ef45617bda440f970e54274cc0985b7baed5
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen
And add 'exception catching' for return to CPU caculate Change-Id: I640894d677eaf73367bb51dec51c8baeb412bca6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: Fix accuracy not reach 11 in MDURATIONxinjiang
AMLOEXT-223 FIX Change-Id: Ic7f35d85cc10f14487411633a54c43bbfafe688f Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for accuracy not reach 11 in MDURATIONxinjiang
AMLOEXT-223 BUG Change-Id: Ib8349015152da6b641193b8558cb8a2959513631 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: Optimize Vlookuphaochen
AMLOEXT-406 Change-Id: Ibd1ad4e93ccfa1bb3a64545f4f007e4116691791 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang
AMLOEXT-405 FIX Change-Id: I7057104900140197a8e018710de863415920827d Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVPAshiming zhang
AMLOEXT-405 BUG Change-Id: I65cf098eefbffd5c1c838a2f4d91ba3472caf50c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang
AMLOEXT-404 FIX Change-Id: Idb3dae8907b753c8680de8673621102128e43ef0 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVAshiming zhang
AMLOEXT-404 BUG Change-Id: I7dfbbecee5f178a42b28d9df0f4f205fa694d152 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: Fix bug of support optional parameter for VARPAshiming zhang
AMLOEXT-403 FIX Change-Id: I21e0cd502abfa081885327316bd42e3c1702c494 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-31GPU Calc: unit test cases for support optional parameter for VARPAshiming zhang
AMLOEXT-403 BUG Change-Id: Ie48f1e6a6abb6dae95477902a5211729dd91ee5e Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>