summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Collapse)Author
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers
SIGDIGITS rounds a value to a determined number of significant digits. Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4 Reviewed-on: https://gerrit.libreoffice.org/34148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-02-19Typos: mainly translation remnants of Objekt instead of objectJulien Nabet
Change-Id: I84c488a4a0fa96f85158d34035a16aa5e10c7c21 Reviewed-on: https://gerrit.libreoffice.org/34418 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Fakabbir Amin (Aeimi) <fakabbir@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-02-18German comment translationsLukas Röllin
Change-Id: Ic6885cdc22a8353842502e681e08708cedf09f5c Reviewed-on: https://gerrit.libreoffice.org/34381 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-17move formula description extra data out of .srcCaolán McNamara
and remove reading/writing of defunct ExtraData from rsc Change-Id: I5be6e11c5921eb809143487a456d1e4ee203e68c Reviewed-on: https://gerrit.libreoffice.org/34345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-02-17remove unused formula ErrorCode enumeratorsNoel Grandin
Change-Id: I0d81b43ba4e0a8734074651228743acaeae7aa97
2017-02-16tdf#89387 improve performance for some matrix operationsgiacco
add method in scmatrix to get Gcd and lcm modified function scinterpreter::ScGcd() and scinterpreter::ScLcm() now should be ok Change-Id: I1e41fa5707bc4b637a986f2fc0a2358ac0121af1 Reviewed-on: https://gerrit.libreoffice.org/34110 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-02-16unwind one level of RID_SC_FUNCTION_DESCRIPTIONS[1|2]Caolán McNamara
Change-Id: I9f812da7191246e236c1a83f0bf3d8ea3307b580
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
Change-Id: Ic5a4ab631735cf8ef8f39424c7470e47f2f11c2d
2017-02-16move WID_SIMPLE_REF to earlier slotCaolán McNamara
Change-Id: Iebc3b7ec1b0eee970b0e307e03af718718f79713
2017-02-16drop some unused resource idsCaolán McNamara
Change-Id: I2ce21d0b22b1043d4e79dea25e97c857aa56c238
2017-02-16move FID_TAB_TOGGLE_GRID to earlier slotCaolán McNamara
Change-Id: If3c64d32720a23ad0561ddcdea9ddd9e174b15a8
2017-02-16move SID_INSERT_CURRENT_[DATE|TIME] to earlier free slotsCaolán McNamara
Change-Id: I5395f59c910ee90cf2c41ae712a08f788d9bfbe7
2017-02-16move SID_DATA_FORM to earlier free slotCaolán McNamara
Change-Id: I4835cec940c23e913b7040cad76ab4ed71f24787
2017-02-16add SID_SC_TP_STAT and replace RID_SCPAGE_STAT with itCaolán McNamara
Change-Id: Ia4364ba408b439f66e959be915e8b6e9cc5eacb4
2017-02-16replace SID_SC_TP_LAYOUT with SID_SC_TP_LAYOUTCaolán McNamara
Change-Id: I4dc2f1ffa5df5ae47d216d5242530eb63750e915
2017-02-16replace RID_SCPAGE_CONTENT with SID_SC_TP_CONTENTCaolán McNamara
Change-Id: I95f127756200d0389103cf11d5e03c0a40e27d05
2017-02-16replace RID_SCPAGE_USERLISTS with SID_SC_TP_USERLISTSCaolán McNamara
Change-Id: I2e7fdff7e8ab61eee7b67f9e7694f3bdc2c0854c
2017-02-16replace RID_SCPAGE_PRINT with RID_SC_TP_PRINTCaolán McNamara
Change-Id: Ie12f9489290dd9bfce925eff4586f22489cff96a
2017-02-16replace switching off RID_SCPAGE_DEFAULTS with direct RID_SC_TP_DEFAULTSCaolán McNamara
Change-Id: Ie451c6f63d729af85334cabbe2469a44f431f3d3
2017-02-16replace RID_SCPAGE_COMPATIBILITY with direct SID_SC_TP_COMPATIBILITYCaolán McNamara
Change-Id: I256780e66d361233f9099d9f10a735d983f70b03
2017-02-16replace switching off RID_SCPAGE_FORMULA with direct SID_SC_TP_FORMULACaolán McNamara
Change-Id: I6a2738791851aa1ad0813dfe8c8976cb96f1b79a
2017-02-16replace switching off RID_SCPAGE_CALC with direct SID_SC_TP_CALCCaolán McNamara
Change-Id: If8e600ae092a4299cace86c75e3ea28c812ba47e
2017-02-16replace switching off RID_SCPAGE_OPREDLINE with direct SID_SC_TP_CHANGESCaolán McNamara
Change-Id: Iea5646ec22fabbe1e190dd8726cec91cdd39e28b
2017-02-16split out mid definesCaolán McNamara
Change-Id: I7606b62d96776d18c3c553bd10479a1a60b0aefa
2017-02-16RID_SCDLG_COND_FORMAT_MANAGER is unusedCaolán McNamara
Change-Id: Idd20263148fe19d0d7d25623b93efb652911ac99
2017-02-16convert EESpellState to scoped enumNoel Grandin
and drop unused EE_SPELL_NOLANGUAGE enumerator Change-Id: I74a5f89335883a13d77b39f78b7de55bddb1f107
2017-02-16unwind RID_GLOBSTR local resourceCaolán McNamara
keep the GetRscString optimization and resource defines, but add an offset to global space to their .src and .cxx fetching Change-Id: I2156304aaaf6638f85cf0410e66aa8b1ed86e63b
2017-02-16remove unused HEADER from ScDBDataPortion enumNoel Grandin
Change-Id: I744a945f9aab152c8cddac2bd88567610540471c
2017-02-16convert ScDetectiveDelete to scoped enumNoel Grandin
and drop unused SC_DET_ALL enumerator Change-Id: I67b729cfcf71c0e7bc406b205b56d74923617098
2017-02-16convert DrawPosMode to scoped enumNoel Grandin
and drop unused enumerators Change-Id: If61605d1b234664ba9264997cc3c4ec40608cc99
2017-02-16drop ReferencedFlag enumNoel Grandin
since we never use the REFERENCED_PERMANENT enumerator, we can represent this as a simple bool Change-Id: I34cccad34b90834f285c44d2e44aa1cdc33276d1
2017-02-16convert ScGetDBSelection to scoped enumNoel Grandin
and drop unused SC_DBSEL_SHRINK_TO_SHEET_DATA enumerator Change-Id: I083f65fba450fd0a9abebcaaae3b18c8d0b6c808
2017-02-16convert ListenerGroupType to scoped enumNoel Grandin
Change-Id: If561c82e9535d5ee5898966e5a2b3d7e2754d145
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin
Change-Id: I6619c034680a4bab6a19bd4c92504fb34570ac6f
2017-02-16sc lok: Set appropriate ScViewOptions when annotations are offPranav Kant
Change-Id: I65b3fea9a33396419dff70b134729594c0dda4db
2017-02-16sc lok: implement commandvalues command, ViewAnnotationsPranav Kant
... to list all notes in calc. Change-Id: I6c636ebd47ee238c32e3c0b7d10254d237396a51
2017-02-15Translate German commentsJohnny_M
Change-Id: Ia30dc2f96b34e0edecade84a020092b0a24cbb18 Reviewed-on: https://gerrit.libreoffice.org/33895 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-02-15these ooo-build resources were like this to minimize merge conflictsCaolán McNamara
just roll them into the normal mix now Change-Id: I65d37ce3067e6d23a7ca42b76a5e15526aefa001
2017-02-15convert ScUpdateMode to scoped enumNoel Grandin
and drop unused SC_UPDATE_CHANGED. I can't find anything in our git history to even indicate when it was last in use. Change-Id: Iec6192a3d02132d15b3f392264e81f36b1fd4fad
2017-02-15move ScRscStrLoader to its sole use placeCaolán McNamara
Change-Id: I8a5d4a23651868f9f3fa890cb50c0b64f58c63b7
2017-02-13LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti
Change-Id: Ie91e4caf33d3b31df4c3de8dc6e78e223dc1e4b3 Reviewed-on: https://gerrit.libreoffice.org/34216 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2017-02-13convert CharCompressType to scoped enumNoel Grandin
and move it to svl, where it belongs Change-Id: Ic4d846419dfe2dd85de5ade8ed1a041867bbf1dc
2017-02-12sc: simplify GetByName, FreeTable methods of DPCollection + testTomaž Vajngerl
Simplify DPCollection GetByName and FreeTable by using c++11 features. Change GetByName to return non-const ScDPObject as this is more useful (as operator[] does that already anyway). Change-Id: Ia502c615acc5cb7fdc51acea9b428d04e1c9a40f Reviewed-on: https://gerrit.libreoffice.org/34002 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2017-02-11Clarify what this method does. Also remove inaccuracies.Kohei Yoshida
Change-Id: I2d6bda3dccb2040558bd7d4daa9d9b3b43b2d528
2017-02-10Revert "LOK - Calc: Increase the row limit to 10.000 rows."Eike Rathke
This reverts commit e530c7c4bcaaeb99cecd6f3c2c303db2a114b555. It breaks the build, e.g. http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1486752747.29915 and is still in gerrit review anyway, https://gerrit.libreoffice.org/33799 where it similary failed. Might had been an accidental direct push.
2017-02-10LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti
Change-Id: I2702b1e654dff816c8d66e82464ea578473dba60
2017-02-10unwind RID_POPUP_FILTER local resourceCaolán McNamara
Change-Id: I7369b3eb0e0d937c135fe591beafe9ec96ea9c17
2017-02-10unwind RID_STATISTICS_DLGS local resourceCaolán McNamara
Change-Id: Ib5e7692cce9e097250182ec1518e93848fdc9b86
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
and drop unused SRCH_LEVDIST enumerator Change-Id: Ic5118757060656562e04dd7da24a3f143abec3fb Reviewed-on: https://gerrit.libreoffice.org/34065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-02-09sc lok: Limit number of row with LOK to 1000 rows.Henry Castro
Change-Id: Ic7fe2dec012efb8ba180feb4d3df6f4bfbf6c38a