summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2014-11-27Fix OpenCL-less buildTor Lillqvist
Change-Id: I8e049a6df5946344110b38887301d186991a475d
2014-11-27Add the "Test" button backTor Lillqvist
This functionality is Calc-specific and will stay in the Calc part of the options. Let's not give the false impression that it would be going away. (How it looks and works now is not final.) Change-Id: Ic2f783a6fd07de89eec7d7e685364dad71243b4b
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
2014-11-27Missing includeStephan Bergmann
Change-Id: I65c2f9d6f3d0974d94c1f7b6bcde28db53d85516
2014-11-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida
types.hxx is included by pretty much everyone inside sc. Let's not stick a boost header in there... Change-Id: Iaf2aa9e13d0e02437bcd9e71a0143432abfa0a7c
2014-11-25More efficient way to check & insert listener into ptr_map.Kohei Yoshida
Change-Id: I09ec8ed8f05621b72984a34f47db50d20ebd6c06
2014-11-25fdo#86615: Track dependent formulas after bulk-broadcasting...Kohei Yoshida
of group area listeners. Change-Id: I3a8d2ceb57462c2c2c4cddb6e34966d2465e149b
2014-11-25fdo#86615: Write test for this.Kohei Yoshida
Change-Id: I75412790e0afc1dbe3255254ff13fd41c5e9934b
2014-11-25Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist
Change-Id: I6ccd990ba71867f0ff96ad06cf5a9e7c98c93657
2014-11-25Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist
Change-Id: Id134b05de3a81dd246baf8743c32fa8eb1e37935
2014-11-25Move clew into a library of its ownTor Lillqvist
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-25fdo#86708 paint after Undo of SortEike Rathke
Regression of 10fc138307afb4b39baddb0d56eb8e986e5d29ea that exchanged the PostPaint with SetDirty, but the paint is also needed. Change-Id: Ic3e81fa106f405568effaed71ab33b575b4c5c5c
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips
Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c Reviewed-on: https://gerrit.libreoffice.org/13060 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-25Missing includeStephan Bergmann
Change-Id: I506c38dd5469e4301985de77f7f75632dfdde817
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
When undoing row deletion (and possibly other similar undo's). And write test for it. Change-Id: I04b4fd9932f4236f124dcd25967355c6055dec33
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
2014-11-25We now only need one bit of information hereCaolán McNamara
whether there *is* an id, or whether there is not an id. An id of 0 seems to be used as a flag that an interface is some sort of superclass which can be subclassed by something else and have its toolbars etc reused. Convert this to a bool so we don't need an a resource id for each one and just drop the third arg for the normal "final" case and use a different define for the inheritable case Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa
2014-11-25fdo#86132 add tooltips to calc xcu fileYousuf Philips
Change-Id: I9c643e72cb0e925c2d4e5283c6811ef73306c76b Reviewed-on: https://gerrit.libreoffice.org/13023 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips
Change-Id: Id3c81d50e504e3d2e29f921955a10ef00c2d3646 Reviewed-on: https://gerrit.libreoffice.org/13026 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#85594 enable conditional formatting button, add icons, and tooltipsYousuf Philips
Change-Id: Ia6fa678fba21f48de183798bb33ee2e34598b03e Reviewed-on: https://gerrit.libreoffice.org/13021 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25java: final fields that can be staticNoel Grandin
found by PMD Change-Id: I2b48f35d252d6e914c2a18a2c175b075a9d3ac0f Reviewed-on: https://gerrit.libreoffice.org/13099 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-25check internal and external sheet references in both modesEike Rathke
Actually fdo#77018 is not "fixed", but is a case for UpdateReferenceOnSort=true now. Change-Id: Ibc92c0a95749089c79787e38898bfe77fe30fb0f
2014-11-25check that the fdo#79441 case works in both update references modesEike Rathke
Change-Id: I4aa997847661021af27f27e8763a89a61f185f1f
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke
... also if other references are not updated. References to other sheets are never to be treated as relative during sort, they are always absolute, even if they have relative row/column part references. Broken again during the big sort mess. Even if there was a unit test, which didn't help as it got disabled / adapted to the change.. Change-Id: Ic0e61c5e1cb0728e20725c29e450ab0eb55c3305
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
2014-11-24these were just ids, shouldn't be backed by actual string resourcesCaolán McNamara
Change-Id: I639fafce2c4aa919b7f1f6c993dabecf16d312da
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
and remove resulting dead branches Change-Id: I969c943b9ff7e56d22efb4eff5bee644f9792676
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara
rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
2014-11-24coverity#1255908 Resource leakCaolán McNamara
Change-Id: I90b8e89eba915e46cc2288f4ff5bee725fc8a1fc
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar
Change-Id: I864ad87aa0455c323a5235fa1230d3f2ac3ffbb4
2014-11-24Remove superfluous and inconsistent whitespaceTor Lillqvist
Change-Id: I90fdf94aa01912e86015f7263b1dc81d20e53e8d
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
Change-Id: If0f47a78bbffec5c2ebd33c552d0d8a300b48eb1
2014-11-24Reduce the amount of data by an order of magnitudeTor Lillqvist
Change-Id: I4a1deb2c1a0cfe67faef6a0d2e3d355b475eb9f0
2014-11-24Add AVERAGE testTor Lillqvist
Change-Id: I144858631f229685284622eb9975a168e61ff6c5
2014-11-24Add MIN and MAX testsTor Lillqvist
Change-Id: Ia8d5fdeb1e03009035136edeab991442b7d91c4b
2014-11-24Fix fencepost errorsTor Lillqvist
Change-Id: I4d22d535368569631be9c016f74b7c19b9019955
2014-11-24The initial value for PRODUCT should obviously be one, not zeroTor Lillqvist
Change-Id: Id054d66e716fb5b176b687afc5d4121f3fa13765
2014-11-24cid#1255906: Unchecked return valueTor Lillqvist
Change-Id: I94696b3da73eb74a04b531ee8a93854208cddbec
2014-11-24timers: callback useless, remove timer completely.Tobias Madl
Change-Id: I904a91b38d846841e24149f897962abb429878be Reviewed-on: https://gerrit.libreoffice.org/13062 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XLineStyle Reviewed on: https://gerrit.libreoffice.org/13029 Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
2014-11-23Remaining fixes for sc.subsequentcheckMiklos Vajna
Change-Id: I5bca031b4d04c4a2bc2d19fa939cc58a711ab8bd
2014-11-23CppunitTest_sc_databaserangeobj: adapt to now enabled sidebar in CalcMiklos Vajna
Change-Id: I0854290757ace2acf2ed62f91efbd01d880d196f
2014-11-23CppunitTest_sc_annotationobj: adapt to now enabled sidebar in CalcMiklos Vajna
Change-Id: If03be5829cfea7f32ee47447b9d1efebde3c26f2
2014-11-23CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in CalcMiklos Vajna
Change-Id: I1f4d0caf0e59af43d4c66f933175c9bdb8c974b6
2014-11-23CppunitTest_sc_outlineobj: adapt to now enabled sidebar in CalcMiklos Vajna
Change-Id: Ia38627f1f410e8d729449e5950508131068b0279
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet
Change-Id: Ie822d1a154b7b25437ce7e5d09eb399460823acf
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida
Change-Id: I9ceb1cabf448349e087e4d5c4c2b1a75af91dd75
2014-11-21Dump formula group listener info.Kohei Yoshida
Change-Id: Idbad1451393c42c272465907312c64c65eba9525
2014-11-21check that sort with absolute references works in both modesEike Rathke
Change-Id: I7de490377fbceb17e7d678590c46d24674bd8024