Age | Commit message (Collapse) | Author |
|
Change-Id: I78a287b3e4767fde1d0df7f54362f4587a21ed27
|
|
Change-Id: Ia42387e42cbc3c65f666fe28de917479c7262ff4
|
|
It makes more sense that way.
Change-Id: Ib2e2167228b1c2a2a19a750477652e18ae69d105
|
|
And store them at appropriate locations.
Change-Id: Iaf38c0cd01e9b3dc9dc98f7ccc1951d572a422e9
|
|
Change-Id: I4ec48afe4a1aebe96dfb0fe5d507c786bdecae66
|
|
Change-Id: I93a4abc84856a43d9d3a27ebadf111e589c62604
|
|
Change-Id: I2fe1e103b3d7c6a51a2f845e27fee0cfb6309847
|
|
Change-Id: I8f3fe06a41b825f233f4116ae8ba3b30cb4f1adc
|
|
Change-Id: I3e57960374772756d31e392966bbf00c9fa5b6e0
|
|
Change-Id: I7ecfd6160443299887e31d784322a00580aac067
|
|
There are still tons of problems to fix.
Change-Id: Icae6e3d2c9b8b2266724d8d068abbab8acae96da
|
|
Change-Id: Ic3e96eebbb914c5b905a8c58532ead9cb01dd41d
Reviewed-on: https://gerrit.libreoffice.org/5721
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
|
|
Change-Id: Ie994e9da4f890f7f321241c937f4091a26671a21
|
|
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d
Reviewed-on: https://gerrit.libreoffice.org/5720
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef
|
|
Change-Id: I4fec831898b65737fe4b81b576891b28a3fb6cba
|
|
Change-Id: I61ad7c9825e1bcf0641e6c2326037668215f5d2f
|
|
... with a not matching locale dependent interpretation
Change-Id: I66553627cab282ed333443ee8bf687596a616a28
|
|
1. Add the parser based on RPN;
2. For test sample1 named "ground-water-daily.xls", using the compound formula
to do calculation;
Add the compound kernels:
Formulae include "AVERAGE,MAX and MIN".Compound formulae include "AVERAGE
-(+,*,/)","MAX -(+,*,/)" and "MIN -(+,*,/)";
3. For formulae which do not work in GPU, they'll work in CPU;
4. For compound operators(-,+,*,/), they'll be calculated one by one in GPU as
the sequence of RPN;
5. Add the start and end position to fit for the sliding window;
6. Modify kernels by using vector for AMD GPU.
Conflicts:
sc/source/core/opencl/formulagroupcl.cxx
sc/source/core/opencl/openclwrapper.cxx
Change-Id: I6157008575ce89ddd3e7bf552a87812474af4125
|
|
Change-Id: Id4253c51d43c788310c93acd91ed49fa2fe68c4b
Reviewed-on: https://gerrit.libreoffice.org/5695
Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
|
|
things got a little out of hand and I ended up
converting quite a bit of calc to OUString
Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
|
|
Change-Id: Idda0bcb5c70331e21214a10d85cad0c2d634473f
|
|
selecting a style in the styles dialog ( without double clicking )
will apply the style to the currently selected cell(s) You can
with the keys navigate to other styles and they in turn will
also be applied. Preview will end when you click back onto the
document.
*FIXME* - the styles dialog isn't really suitable for previewing, a
new dialog ( possibly in the toolbar ) might be nicer ( see Excel )
*FIXME* - when there is a multiple selection the highlight colour
(applied as a transparent overlay) is most annoying ( and is mixed
with any background colour applied if part of a style )
see ( ScGridWindow::UpdateSelectionOverlay() ) However my puny
attempts to make the selection use a transparent colour made all the
borders of the selected cells dissappear. I guess maybe a box/border
around each selected cell ( or group of cells ) would also work
but I didn't try that
Change-Id: I0950e79085ffb75f60ee961835665df0c230172f
|
|
Change-Id: Ic7775d376a6089d7795514081ca4f912e4228f73
Reviewed-on: https://gerrit.libreoffice.org/5674
Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
|
|
Change-Id: I83581c8964ff43af1b1c42df82236274db446953
|
|
That seems like the right place to update visible ranges, rather than
right before drawing the grid pane.
Change-Id: I230bfa753fca7bcd040bd55dba16dfa613d2e8f0
|
|
Change-Id: I5ba3cf219d61b47ff0456e26e7f04aa42010a709
|
|
Change-Id: Ide6e1751879c9702299df37c8f14ebed22d31a34
|
|
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
|
|
along the way, de-virtual ScDocFunc::InsertAreaLink, since
it only has one implementation.
Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
|
|
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
|
|
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
|
|
Change-Id: I9587190cea24da93ec0496f2eccf0d32d98980ee
|
|
It fits better this way.
Change-Id: I139de7858e999a6dd26633a548c47634dfad8a65
|
|
Change-Id: I1bbcfbbab6e077d4516a22c2e0c0d4ec4dd12aca
|
|
Moves the cpu intensive code to ScMatrix, where we can use our
knowledge of the internal structure: use mdds::multi_type_matrix::walk
instead of browsing cells one by one.
Change-Id: Ie1df20e2be6414b8e21b4d58b7697a0801222c1e
Reviewed-on: https://gerrit.libreoffice.org/5455
Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
|
|
Change-Id: Ice87da75429c54987f78c2897e6f4ded28cd8614
|
|
Change-Id: I4d259c7bb8c043889ea23ae9056e2eb8a63d98c3
|
|
Allows efficient lookup, instead of doing per cell fetch + match.
Change-Id: I3cd0d26a8fc91ed38fd339229fc0e948fb849f5e
Reviewed-on: https://gerrit.libreoffice.org/5454
Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
|
|
Change-Id: I7b56a3af83afcb7ca41fa92415ea1591af3b85d2
|
|
Change-Id: Id5bb5c48fe82229fe378500d7cacd36d8554707f
|
|
e.g. no ImageRadioButton is now loaded from any res/rsc file, so
that ctor and associated code paths can be stripped out
Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
|
|
Change-Id: Idf997aedd4760f4adbf38064d53e1d6fe62f620f
|
|
Change-Id: I2309a0c6aebc8a111e67e2e3d591cbabfbbadfb4
|
|
This currently fails due to a real bug.
Change-Id: Ia8a91f0794837cae2b6c3beab656f3377f3d0f6a
|
|
Change-Id: Ia3d11c6fb29c7938e0d8f6e25636da5d22b4a8c8
|
|
Change-Id: Iaef3ed270d870f7c26062cdbbc9bf243bc5b5a78
|
|
Change-Id: I6d025e7531880889d49170901776bd19c3adddd0
|
|
improved changed check behaviour, now check/unchecking a node not only affects
children but ancestor nodes, cleaned up some of the code, renamed various methods
Change-Id: If9f552ffe4c3610c259513020ee1d298cf1197bc
|