summaryrefslogtreecommitdiff
path: root/AllLangHelp_scalc.mk
AgeCommit message (Expand)Author
2022-01-31tdf#67026 Limitation of Calc precision documentedOlivier Hallot
2022-01-19tdf#145332 Improve help pages for TRUNC and ROUNDDOWNRafael Lima
2021-11-24tdf#143846 Separate help pages for ASC/JIS text functionsRafael Lima
2021-11-09Improve Example section of help description for Calc's SUM() functionSteve Fanning
2021-10-21Related tdf#143846 Improve Arabic/Roman help pagesRafael Lima
2021-10-01tdf#33749 - revised help text for merge and split in CalcRoss Johnson
2021-08-27Create help page about how to Remove Duplicates in CalcRafael Lima
2021-08-18tdf#142574 Create help page on "wildcards"Rafael Lima
2021-08-17Improve VALUE function help pageRafael Lima
2021-05-21tdf#141929 Improve CONVERT help and move to a separate fileRafael Lima
2021-02-03tdf#140111 Synch Help page w/ Calc View menuOlivier Hallot
2021-01-14tdf#139436 Add Help page for Format - Conditional - Data bar - More Options d...Balaharipreetha Muthu
2020-12-17tdf#116381 - Add help file - anchor types for an image in CalcBalaharipreetha Muthu
2020-07-01tdf#134376 Add Calc cell style Help pageOlivier Hallot
2020-05-22tdf81599 Better Help pages for Calc SolversOlivier Hallot
2020-04-09tdf#131960 Clarification of FLOOR functionsSteve Fanning
2020-04-09tdf#131960 Clarification of CEILING functionSteve Fanning
2020-03-26tdf#126923 Add guide for subtotals toolOlivier Hallot
2020-03-20Refactor Data analysis Calc help pageOlivier Hallot
2020-03-20Review, refactor Calc Data Menu Help pagesOlivier Hallot
2019-11-30tdf#92084 Help Pages for OPT_* Calc functionsSteve Fanning
2019-11-12Add FINDB, SEARCHB and REPLACEB Help pageslibreoffice-6-4-branch-pointOlivier Hallot
2019-07-02Add Help for FOURIER calc function and analysisOlivier Hallot
2019-04-27tdf#99517 help for CONCAT, TEXTJOIN, IFS, SWITCHOlivier Hallot
2019-03-04tdf#123803 Add relelase info in Calc functionsOlivier Hallot
2018-11-16tdf#121084 Help page for Calc REGEX functionOlivier Hallot
2018-10-02Reduce L10N workload for repetitive stringsOlivier Hallot
2018-09-04Refactor pages for string <-> numbers/refs/datesOlivier Hallot
2018-06-02tdf#117933 help pages for MAXIFS,MINIFSOlivier Hallot
2018-05-01tdf#106623 Write help page for PIVOT CHARTOlivier Hallot
2018-04-24Add sample files for complex trigon functionsOlivier Hallot
2018-02-20tdf#115440 Help page for ROUNDSIG function in CalcOlivier Hallot
2017-09-24Placeholder for Calc 'data provider' help pageOlivier Hallot
2017-09-24Placeholder for Calc 'data form' help pageOlivier Hallot
2017-09-24Placeholder for Calc 'XML source' help pageOlivier Hallot
2017-09-24placeholder for Calc 'data stream' help pageOlivier Hallot
2017-04-24Correct WOKDAYS.INTL -> WORKDAY.INTLOlivier Hallot
2017-03-30tdf#106861 - fix Autoinput entry in menu, plusOlivier Hallot
2016-12-05tdf#101140 Adding Help for RAWSUBTRACT functionliongold
2016-10-24tdf#80439 Help pages for (NET)WORKDAYS.INTLChandanathil P. Geevan
2016-03-09tdf#97021 Help pages for FORECAST.ETS functionsOlivier Hallot
2016-02-18tdf#97807 Calc menu changes for inserting rows and columnsStanislav Horacek
2016-02-16tdf#95281 Help page for the SKEWP functionOlivier Hallot
2016-02-16tdf#95282 Help page for the COLOR functionOlivier Hallot
2016-02-09tdf#96868 Help page for data statistics regressionOlivier Hallot
2016-01-08tdf#85433 help content for WEEKNUM, ISOWEEKNUM, WEEKNUM_EXCEL2003, WEEKNUM_OOOEike Rathke
2015-10-26A description of trigonometric function IM*tagezi
2015-10-14Added description the ERROR.TYPE functiontagezi
2015-10-10Added description COUNTIFS functiontagezi
2015-10-08Added description SUMIFS functiontagezi
='libreoffice-6-2-8'>libreoffice-6-2-8 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic/inc
AgeCommit message (Collapse)Author
2017-07-20loplugin:constparams in linguisticNoel Grandin
Change-Id: I7495c476b52a804971eaa97db011530842025fa9 Reviewed-on: https://gerrit.libreoffice.org/40221 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-26Remove dynamic exception specificationsStephan Bergmann
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-01-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin
Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37 Reviewed-on: https://gerrit.libreoffice.org/33496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-17use rtl::Reference in SpellCacheNoel Grandin
instead of storing both a raw pointer and a uno::Reference Change-Id: I8764bf6b7d7745dd14f6c7548e771131354b1f23
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin
Change-Id: I2e9df8223d503b813b4c458747e8c44bb8ef8868 Reviewed-on: https://gerrit.libreoffice.org/30661 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e