aboutsummaryrefslogtreecommitdiff
path: root/source/nb/accessibility
ModeNameSize
d---------source37logplain
option value='feature/owncloud-provider-for-android'>feature/owncloud-provider-for-android LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/math.hxx
AgeCommit message (Collapse)Author
2016-09-23convert formula error codes to scoped enumNoel Grandin
Change-Id: I5ff214bf1ec9031e30344bc125bc99916fd11bfb Reviewed-on: https://gerrit.libreoffice.org/28897 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
and remove that 'using namespace' statement in the header... Change-Id: I2f994af5088ce6d1ffe92c8d36285a4f6fdd2248 Reviewed-on: https://gerrit.libreoffice.org/24628 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-04-12Avoid reserved identifiersStephan Bergmann
Change-Id: I4d4e928f7542aee69362fdaab8015ab379327b95
2015-08-14forget about the C++ Standard, use our own known goodsEike Rathke
Android-ARM doesn't have std::copysign(), who knows what else will be non-functioning on whatever platform.. Change-Id: I40e80c26f2892007caa3729bd0dda2733e875613
2015-08-13do not use INFINITY (or NAN while at it..) macroEike Rathke
With MSVC werror bails out, that generates warning C4756: overflow in constant arithmetic because aparently there is #define _HUGE_ENUF 1e+300 /* _HUGE_ENUF*_HUGE_ENUF must overflow */ #define INFINITY ((float)(_HUGE_ENUF * _HUGE_ENUF)) /* causes warning C4756: overflow in constant arithmetic (by design) */ Great stuff.. Change-Id: Id85e3cac6ea24858654ced617c7e06c62f78374d
2015-08-13add sc::divide() for defined -fsanitize=float-divide-by-zero behaviorEike Rathke
Change-Id: I3af85344119ca0056a127a5278e8993f9d79e2f9
2015-03-09extract ScInterpreter::div to own methodMarkus Mohrhard
we need that method soon in another place Change-Id: Ic5b20acd666bd4d5183be7acc9d9ebe2c0a810f7