summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-09-02callcatcher: updated unused codeCaolán McNamara
Change-Id: I78a287b3e4767fde1d0df7f54362f4587a21ed27
2013-09-01Reset auto spell data after sorting.Kohei Yoshida
Change-Id: Ia42387e42cbc3c65f666fe28de917479c7262ff4
2013-09-01Reset auto spell data in the view shell instead of in the doc shell.Kohei Yoshida
It makes more sense that way. Change-Id: Ib2e2167228b1c2a2a19a750477652e18ae69d105
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida
And store them at appropriate locations. Change-Id: Iaf38c0cd01e9b3dc9dc98f7ccc1951d572a422e9
2013-09-01Reset autospell data when inserting/deleting cells.Kohei Yoshida
Change-Id: I4ec48afe4a1aebe96dfb0fe5d507c786bdecae66
2013-09-01These pieces of code are no longer needed.Kohei Yoshida
Change-Id: I93a4abc84856a43d9d3a27ebadf111e589c62604
2013-09-01Repaint grid view when the visible area changes.Kohei Yoshida
Change-Id: I2fe1e103b3d7c6a51a2f845e27fee0cfb6309847
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida
Change-Id: I8f3fe06a41b825f233f4116ae8ba3b30cb4f1adc
2013-09-01Be sure to skip pivot table ranges.Kohei Yoshida
Change-Id: I3e57960374772756d31e392966bbf00c9fa5b6e0
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida
Change-Id: I7ecfd6160443299887e31d784322a00580aac067
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
There are still tons of problems to fix. Change-Id: Icae6e3d2c9b8b2266724d8d068abbab8acae96da
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza
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>
2013-09-01Remove pointless comments and ASCII artTor Lillqvist
Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
2013-08-31Fix typo in 0d4238770e278abf8701863530f41b353ad51d08Tor Lillqvist
Change-Id: Ie994e9da4f890f7f321241c937f4091a26671a21
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-30-Werror,-Wunused-variable 'aRS'Eike Rathke
Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef
2013-08-30-Werror,-WswitchStephan Bergmann
Change-Id: I4fec831898b65737fe4b81b576891b28a3fb6cba
2013-08-30-Werror,-Wunused-variable 'theAreaStr'Eike Rathke
Change-Id: I61ad7c9825e1bcf0641e6c2326037668215f5d2f
2013-08-30resolved fdo#67836 do not overwrite already interpreted English cellEike Rathke
... with a not matching locale dependent interpretation Change-Id: I66553627cab282ed333443ee8bf687596a616a28
2013-08-30Patch for milestone1-0829-v4.Haidong Lian
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
2013-08-30clean no more used header declarationLaurent Godard
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>
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
2013-08-30disentangled the LANGUAGE_CHINESE messEike Rathke
Change-Id: Idda0bcb5c70331e21214a10d85cad0c2d634473f
2013-08-29add support for in-place style previewNoel Power
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
2013-08-29clean obsolete parts of ScMyCellLaurent Godard
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>
2013-08-29Check whether or not a visible range has changed.Kohei Yoshida
Change-Id: I83581c8964ff43af1b1c42df82236274db446953
2013-08-29Update visible ranges when updating the scroll bars.Kohei Yoshida
That seems like the right place to update visible ranges, rather than right before drawing the grid pane. Change-Id: I230bfa753fca7bcd040bd55dba16dfa613d2e8f0
2013-08-29GetChar->operator[]Caolán McNamara
Change-Id: I5ba3cf219d61b47ff0456e26e7f04aa42010a709
2013-08-29convert include/sfx2/childwin.hxx from String to OUStringNoel Grandin
Change-Id: Ide6e1751879c9702299df37c8f14ebed22d31a34
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
along the way, de-virtual ScDocFunc::InsertAreaLink, since it only has one implementation. Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
2013-08-29convert include/sfx2/linksrc.hxx from String to OUStringNoel Grandin
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin
Change-Id: I9587190cea24da93ec0496f2eccf0d32d98980ee
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida
It fits better this way. Change-Id: I139de7858e999a6dd26633a548c47634dfad8a65
2013-08-28warning C4805: == : unsafe mix of type[s]Stephan Bergmann
Change-Id: I1bbcfbbab6e077d4516a22c2e0c0d4ec4dd12aca
2013-08-27interpr/vlookup: use ScMatrix func to find matching cellsPierre-Eric Pelloux-Prayer
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>
2013-08-27Follow-up change for coding styles, boundary checks etc.Kohei Yoshida
Change-Id: Ice87da75429c54987f78c2897e6f4ded28cd8614
2013-08-27Fix the build.Kohei Yoshida
Change-Id: I4d259c7bb8c043889ea23ae9056e2eb8a63d98c3
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer
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>
2013-08-27add HelpIDs to CALC Conditional Formatting dialogsAndras Timar
Change-Id: I7b56a3af83afcb7ca41fa92415ea1591af3b85d2
2013-08-27Resolves: fdo#68555 use (current) consistent ok/cancel/help button orderCaolán McNamara
Change-Id: Id5bb5c48fe82229fe378500d7cacd36d8554707f
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
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
2013-08-26staticEike Rathke
Change-Id: Idf997aedd4760f4adbf38064d53e1d6fe62f620f
2013-08-26fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida
Change-Id: I2309a0c6aebc8a111e67e2e3d591cbabfbbadfb4
2013-08-26Add more test cases for rich text cell export to ODS.Kohei Yoshida
This currently fails due to a real bug. Change-Id: Ia8a91f0794837cae2b6c3beab656f3377f3d0f6a
2013-08-26Fix this export test. Now this test passes.Kohei Yoshida
Change-Id: Ia3d11c6fb29c7938e0d8f6e25636da5d22b4a8c8
2013-08-26resolved fdo#53449 weight given separators to pick one for outputEike Rathke
Change-Id: Iaef3ed270d870f7c26062cdbbc9bf243bc5b5a78
2013-08-26WaE: unused variable 'vParts' [loplugin]Tor Lillqvist
Change-Id: I6d025e7531880889d49170901776bd19c3adddd0
2013-08-26add magic incantation for expander buttons in treelist, tweak some methodsNoel Power
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