summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2013-11-14added import test for CONFIDENCE.NORM and CONFIDENCE.T, fdo#71350Eike Rathke2-1/+4
Change-Id: Id564e201fab17cccaa6b3e9c4353f9f7719345f9
2013-11-14typoEike Rathke1-6/+6
Change-Id: I407cf45bde2733e9a242cfb1cea9825488cbf828
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers8-6/+116
Change-Id: I341b0c7a61047627aac1f12bc4653b6f9e65b2e3 Reviewed-on: https://gerrit.libreoffice.org/6625 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-14workaround to prevent deadlock in obtaining Basic during threaded importEike Rathke1-0/+13
Change-Id: I730c179c117ffddf7ddf49ca0ea0a6e5217d4b2e
2013-11-14This test opens the scopencl library dynamically, sighTor Lillqvist1-0/+1
Change-Id: I34c512573fcee108ab9b27a631671587665aad22
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-11-14Translate German commentsPhilipp Weissenbacher3-237/+233
Change-Id: I79abdb853af619f2c66638bde990ef8ae33fe492 Reviewed-on: https://gerrit.libreoffice.org/6671 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann3-3/+3
For now, this checks for a trusted referer (if the BlockUntrustedRefererLinks configuration prop is set) in utl::MediaDescriptor::impl_openStreamWithURL and SvxBrushItem::GetGraphicObject. Checking in additional places will probably be necessary to block /all/ unwanted communication. Also, some places marked /*TODO?*/ currently pass in an empty referer (which is always considered trusted) and will probably need to be adapted. Ideally, Referer URIs would never be empty (and consistently use something like <private:user> for cases where access is explicitly initiated by the user and should never be blocked), but that's a very daunting task, so start small by identifying the places that potentially need blocking and adding appropriate Referer URIs there. Also, Referer information should always be computed as freshly as possible from the context in which an access attempt is made, but, again, always carrying the information from the context all the way to the relevant functions is a very daunting task, so for now store the information upon object instantiation in some cases (SvxBrushItem, SdrGrafObj, ...). The Referer URI (css.document.MediaDescriptor property; SID_REFERER) was already used to track macro execution, and there is one place in SfxApplication::OpenDocExec_Impl where opening of hyperlinks (explicitly clicked by the user) is done that needs the current document's URI as Referer to check execution of macro URIs but needs an empty (or <private:user>, see above) Referer to not block non-macro URIs. Special code has been added there to handle that. Change-Id: Iafbdc07a9fe925d9ee580d4f5778448f18f2ebd9
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann9-12/+9
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-49/+0
Change-Id: I52a2cb0a472b2b5d4489121a456f744c6be19b64
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
Change-Id: Ib0974dcfa02a151ed970334e56c596e9c3343ca6
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
Change-Id: I41ee628a7becb940fe19f3f17640ce4976df870e
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
Change-Id: Icd677dcdbc1748da2fcd1dc37db9c4885f505ac9
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-31/+0
Change-Id: I76caaa7e6097fc17d6eb5098b890e755e4d6e3aa
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-31/+0
Change-Id: I2e247ed311f6b3fee751900b8f037081d0025794
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-11/+0
Change-Id: Idbc13f395b8e23e876d0e954810f3a91b2399748
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-23/+0
Change-Id: Ie10ff4da2612e4b89d9126070edeeb0b5661df86
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
Change-Id: I5e7898dc8b0f01cfae48ac564fc8157931a06f9f
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-30/+0
Change-Id: I89170a2d79605f72e40d5e7664458cad9590ec0b
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-15/+0
Change-Id: Iabe3b1dac4c3f0997e786cb641faf43e791018b1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin52-203/+201
Change-Id: Iee7688ea60b4d45d3e6725afd46e9cbb5ebe26c5
2013-11-13GPU Calc: Eliminated compiler warningsI-Jui (Ray) Sung1-9/+6
Change-Id: If7ccf5193689ac770be317ac2f786096f5160797
2013-11-13GPU Calc: unit test cases for ROUNDyiming ju3-0/+32
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-156 BUG Change-Id: Ieb606f55ab21f288215de29f5fd6c1e46e1b39ed Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented ROUNDyiming ju3-0/+38
AMLOEXT-156 FIX Change-Id: I149b663736b1d126414ce034262e83fd05a558fb Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for LNyiming ju3-0/+26
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-154 BUG Change-Id: Icf35e717a740515e86195699b776d0910c71b1f0 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented LNyiming ju3-0/+33
AMLOEXT-154 FIX Change-Id: I5c00fed99996bc87c8ad0026ffbe4c1822e108d6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for GAMMADISTmingli3-0/+27
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-157 BUG Change-Id: I7f97ee47050378fa411b5e635141847929c55b46 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented GAMMADISTmingli4-1/+1181
AMLOEXT-157 FIX Change-Id: I806b6522e7481af87c03fbd1b1d500eb5cd1b9bf Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for LOGNORMDISTmingli3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-112 BUG Change-Id: I4ab444e974499138afe330c9ccb9da640f8d3724 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented LOGNORMDISTmingli3-0/+87
AMLOEXT-112 FIX Change-Id: Ifdf8388ab5375d6463b8648b890787a3c3db0325 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for FORECASTmingli3-0/+27
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-109 BUG Change-Id: I71c31ec1ce58ed55cf47b573459c2af9402ae8ab Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented FORECASTmingli3-0/+121
AMLOEXT-109 FIX Change-Id: I3be61f73e7a2d48b4977bb80ecd8df8e86f49929 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for BITANDyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-149 BUG Change-Id: Iad20b76cc627768421bb3523388deeaa3584439e Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented BITANDyangzhang3-0/+50
AMLOEXT-149 FIX Change-Id: I4d7061993348c93bef929d0fe5484fa06e700230 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for ATANHyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-145 BUG Change-Id: I4f4da7dc73836c4c28a81eb8bcc43e471adc40ac Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented for ATANHyangzhang3-0/+38
AMLOEXT-145 FIX Change-Id: I5bc9f5d6e94df018725691ed365db332a067cc43 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for ATANyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-144 BUG Change-Id: I2e0664cdd9a557666652fcf5d77dac2d93a0aa79 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented ATANyangzhang4-0/+39
AMLOEXT-144 FIX Change-Id: Ib94a4fbdcdf928c9a943d5b57449e7335d82b016 Refactoring: fix compile warnning in op_statistical.cxx Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for ASINHyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-143 BUG Change-Id: Ib5b0d65d0dc88e5ea45679f9aba3ce4f55944daf Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented ASINHyangzhang3-0/+38
AMLOEXT-143 FIX Change-Id: Ib6d408a18881252271718715de4fdbb9e6068c06 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for ASINyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-130 BUG Change-Id: I964d15fc3b864d2c392d3b1dcb22153eb057ff5b Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented ASINyangzhang3-0/+38
AMLOEXT-130 FIX Change-Id: I1427b6348f8aaa88ce0693e7773677afe3bd7860 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for ACOTHyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-129 BUG Change-Id: I6ef356cad7cdc787309dfd22efff50364e2c2d3a Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented ACOTHyangzhang3-1/+38
AMLOEXT-129 FIX Change-Id: I1f05ddc3a0187db33e4b9a618560ddf5ecc8aae3 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for CRITBINOMxinjiang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-142 BUG Change-Id: I8528df9d89dc21ae9e3fade580c0631764d74c43 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented CRITBINOMxinjiang4-0/+129
AMLOEXT-142 FIX Change-Id: Iec44d694c7ab520ca403efe7b6ccc2d6fbd84343 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for COSHzhenyu yuan3-0/+26
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-85 BUG Change-Id: I44bc5463daa2296fac80beaf2b83e8fafb9e20e4 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented COSHzhenyu yuan3-0/+41
AMLOEXT-85 FIX Change-Id: Ie2110026b35d9ffade209e0e3c31f7a868e56f03 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: unit test cases for ARCCOTyangzhang3-0/+28
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-127 BUG Change-Id: I2e44589b34da9a2491986b4f8ab075da7b01145a Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-13GPU Calc: implemented ARCCOTyangzhang3-1/+38
AMLOEXT-127 FIX Change-Id: I474eb4b63a490818f7743b9ceddcbacb31417fc2 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>