Age | Commit message (Collapse) | Author |
|
calc compatibility page (e.g. de)
Change-Id: Ieab742900747808a4c27205b190e416b391b7a39
|
|
Calc general page (e.g. .de)
Change-Id: Ifc5c230040c9b59f8570a64deda0121ac93ed0e9
|
|
Change-Id: I46c5290ab411ac133ef8ea1e461197b00d837068
|
|
|
|
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
|
|
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
|
|
Change-Id: Ib9656b8e321a12a6f971f5775aaed235eac8df58
|
|
This changes bring it back to the same algorithm used in 3.5.
Change-Id: I16855cef1de133a1f886baa823d5b0d2b148e781
|
|
Change-Id: Iddde39da57db0d6be9f066f3e2bdb0526932edc6
|
|
This resolves the originally reported issue in that bug (in Comment 1).
Change-Id: I6fb85cff1eafb78d784605aa08e7d992a1ac36e0
|
|
Change-Id: Ia33002819023c79160d921fbc1cca7a5c12d143a
|
|
Change-Id: I637c365626242142a0f6fc0ac002fa9dd5f1340a
|
|
Change-Id: I918f2716778ddd9ede56b5df731a531f97a3b24d
|
|
(cherry picked from commit 68792ef189457094eb0fa1790c5895d7031571da)
Change-Id: I1e0e523f32b4d6494110b41a7228a8e31784f2f4
|
|
Convert code like:
buf.append( static_cast<sal_Unicode>('!') );
to:
buf.append( '!' );
Change-Id: Iacb03a61de65a895540940953b49620677b3d051
|
|
Change-Id: Ibdb2b7ab2bae03875a3462816e860f58d9076457
|
|
Change-Id: I0fc1fd069440ed6fee378fc2dfd2ed761afbdeab
|
|
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
|
|
There are things that shouldn't be stored in ScDocument believe it or
not.
Change-Id: I6a06327549851fae0fdc0defbc716285d8456aa2
|
|
Change-Id: Ia904f69ddebcbd61e4ad3b97a0ace3db2d3a33e7
|
|
(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
|
|
Change-Id: I47b0b0abd3cbb992b93cd1db10558fed579e4f1c
|
|
Change-Id: I0a0affea08528fc9bd729ab01cdb5fa6e9f8e18f
|
|
Change-Id: I1194d111eff8eeafb656d743af12d71523a65ac8
|
|
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
|
|
Beucase that would be bad.
Change-Id: I7ce22105d88346f1cda12897eb57923dee8bd467
|
|
in function wizard.
Change-Id: I768620967728c619e051e35e8ff472ae12f1404d
|
|
and that's the last TabDialog in calc converted
Change-Id: Idecf1b4ba991f7b59e40ea0f0813a5dc5644dfd3
|
|
Change-Id: I305b18bea24377dcd98b3e06c4cf75bdbdd4d717
|
|
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
|
|
... and not on the result vector if that isn't included.
Actually implements a TODO introduced with
c008dc483f8c6840803983e7e351cec6fdd32070
Change-Id: Ic6c7ae70651aca21f22f10f76f94eb8690536bef
|
|
Change-Id: I5fc809c38fe2d2649c9cadab78442eefe8be9ba0
|
|
Change-Id: I1486b6ba9604c97601df142a32b211ce0aec7f09
|
|
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
|
|
Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00
|
|
Change-Id: Ib4c82992e12758fcec6c667c57849935cd518972
|
|
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
|
|
Change-Id: I8119041ae6c93af858d972e627e50e04bb7f60c8
|
|
Change-Id: I12c8afe6467bf3ae755faf8c6d01c6aa37d5be27
|
|
Change-Id: I3588ef45617bda440f970e54274cc0985b7baed5
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|