summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-19CID#705114 (unlikely) invalid iteratorCaolán McNamara1-1/+3
Change-Id: Ic6918da552be4905c35c5353bfb97b801e7d493c
2013-12-19convert subtotals dialog to .uiCaolán McNamara13-149/+199
Change-Id: Icab4e598c5355a1e971fdaa5a0a4d0d72c703021
2013-12-19use proper LanguageTag fallback instead of dumb startsWith(), fdo#68714Eike Rathke1-9/+4
A ca_ES@valencia (=> ca-ES-valencia) locale did not result in 'ca-valencia' UI being selected but 'ca' only instead. Change-Id: Ifa405add2ff7b45e030b02af4338de195b457cb2
2013-12-19oox: import drawingml border color for TextFramesMiklos Vajna1-0/+17
CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for this problem. Change-Id: I0fdf6362fcc487a5002ef7f359dc4d4a1fb03616
2013-12-19n#828390: Bullet sizes set wrong.Muthu Subramanian1-1/+1
2013-12-19DocxAttributeOutput::WriteDMLTextFrame: write effect listMiklos Vajna3-50/+69
We already had code for this, but only for pictures, factor out the relevant code into its own method and call it here as well. CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for this problem. Change-Id: I3b71e64512a65c42a2f3859b4912a4408944e697
2013-12-19DocxAttributeOutput::FormatBackground: handle dml syntaxMiklos Vajna1-0/+5
CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for this problem. Change-Id: I52e93ff09c67222caec789fc93bc19c257cdee05
2013-12-19Updated coreLaurent Balland-Poirier1-0/+0
Project: help 0b0b8d6fbe77b6938b8e378217c3ca8b8588ee51 Update Y error bars help page to also fit X error bars Change-Id: I56fd5e196e84b97ad5505a60fda0260221aa0a9f Reviewed-on: https://gerrit.libreoffice.org/7139 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-12-19Missing initializationStephan Bergmann1-1/+1
Change-Id: I177da4fbe87eacfb86b6196df3d023218b1c9012
2013-12-19Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann1-2/+2
Change-Id: I020d4fc382470d7bc08df9b88e42ac62c97cb47e
2013-12-19Fix up constructor function declarationsStephan Bergmann1-12/+12
Change-Id: I68ec96b20da1603e5cafd31d620d8dd54306627a
2013-12-19FactoryWrapper is a misnomer nowStephan Bergmann1-17/+20
Change-Id: I59d77b4712e273318409a326c835861dc467596c
2013-12-19set mnemonic widgets and a max heightCaolán McNamara4-36/+24
Change-Id: If52541caf94b76b38b3ec8b606db7bbc734d2591
2013-12-19Updated coreCaolán McNamara1-0/+0
Project: help 37d4a61d6980cb62c580f94adc8595e6eb4c3fdd
2013-12-19Deduplicate a lot of common components.Matúš Kukan7-95/+20
Change-Id: Ic3eb95119eed7a691c9cd0c677f28c87395b9415
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann24-875/+695
...to directly call constructor functions of ComponentContext-based C++ implementations of (non-single-instance) UNO services. The case where these calls would need to be bridged across different environments (e.g., from gcc3 to gcc3:affine) is not yet implemented. bootstrap.component and expwrap.component are adapted accordingly as a proof-of- concept (which had previously been adapted to use the prefix="direct" feature, which may become unnecessary again in the end, depending on how to handle single-instance services/singletons). More to follow. Change-Id: I18682d75bcd29d3d427e31331b4ce8161dbb846d
2013-12-19Introduce osl::Module::releaseStephan Bergmann1-0/+9
...to make osl::Module useful in cases where there underlying library shall remain loaded after the Module instance is destroyed. Change-Id: Ie2c9c094207f159b900620d394f489d49ffa36d2
2013-12-19-Werror=shadowMiklos Vajna1-2/+2
Change-Id: I85a16b1a445d336ae450cfb3e4884d0bc637b0b9
2013-12-19GPU Calc: remove the warning; shrink the test caseWei Wei4-8/+8
number for XOR and NOT Change-Id: Ib184aa27a4bd4553886fb9422c937dac9c053a4e Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: Optimized NORMDISThongyu zhong1-56/+42
AMLOEXT-284 Change-Id: I5028ebbee91d6c7a64e9993b97b5f942f039d92c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: Optimized NORMINVhongyu zhong1-45/+46
AMLOEXT-285 Change-Id: I362d51a2e1dd750dfbafc7a8830c4a8b7611daed Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: Optimized NEGBINOMDISThongyu zhong2-50/+48
AMLOEXT-282 Change-Id: Ie6dcd77fc11b91647722b5a9a73deb0d6a97989c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: Optimized PEARSONhongyu zhong1-52/+108
AMLOEXT-281 Change-Id: I98d17f007a77aedff3778b251b6cfd399d34464c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19GPU Calc: Optimized RSQhongyu zhong1-52/+108
AMLOEXT-280 Change-Id: I92bc0daeb74e7322479e4f8e57b816b7de45b1b0 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-19fix OOXML validation error in new data table export codeMarkus Mohrhard1-1/+2
Change-Id: I42b2fcdc914bc8c6066fdfce22ad05b5c01317d9
2013-12-19fdo#72304 Write Chart Data Table information back to XML.Nikhil Walvekar4-2/+51
During export access properties stored during import and write back those. Currently we just support basic chart data table information such as border and outline, there are more properties, which are pending. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Icbc1245fc829f49833a8c307e029c3dd3dc2e0bd
2013-12-19fdo#72304 Added properties to store Chart data table information, during import.Nikhil Walvekar7-0/+120
Change-Id: I77c458828b86bc31fae533e2e632d57237e44e6f
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar6-2/+67
Change-Id: I767bb32fdaddcaf742923055cc86bb19138b42be
2013-12-18GPU Calc: Optimized GAUSSmingli3-15/+119
AMLOEXT-276 Change-Id: I29517305ffda2673961c2fa4dc46503690933645 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized SINfengzeng1-2/+2
AMLOEXT-275 Change-Id: I8c33b2ac82c492a085222649f5f89ccb2802a3eb Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized TANfengzeng1-13/+34
AMLOEXT-274 Change-Id: I971bb4a44ff68af5c9fc952419e7035d1127fd5f Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized ATANHyangzhang1-1/+3
AMLOEXT-273 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: unit test cases for XORminwang3-0/+25
Need turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-272 BUG Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: implemented for XORminwang3-0/+96
AMLOEXT-272 FIX Change-Id: I7df1d62999012a2a7b6273e59b93f4eef1cf4709 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized EXPfengzeng1-1/+1
AMLOEXT-271 Change-Id: I61eaa744d8b4f10804254c6cede39af274c150ad Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: unit test cases for NOTminwang3-0/+25
Need turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-267 BUG Change-Id: I5d438b79df9af1f59645cbcbc84811bfc4055bd3 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: implemented for NOTminwang3-0/+49
AMLOEXT-267 FIX Change-Id: If759780792ec1d4fbba8b9e05e1219a9845818cd Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized PMTfengzeng1-68/+30
AMLOEXT-266 Change-Id: Ia55a379aacb820b088ffd7e22409974918f9193a Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized NOMINALmulei1-22/+51
AMLOEXT-265 Change-Id: I497b5cd9c89fc1c1afc4091023335b7db9fc8f4b Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: unit test cases for ORminwang3-1/+25
Need turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-264 BUG Change-Id: I6d826bf53b801e2270734bf5bf7f38095ff0d2b0 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: implemented for ORminwang3-0/+97
AMLOEXT-264 FIX Change-Id: I9558b416249cda0a7eb681f7e4b7ef0c6dd7cfa6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized NPVmulei1-97/+102
AMLOEXT-263 Change-Id: Ifb2359a42329d48d14a26a2aeefae8e3b1122932 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized FISHERmingli1-14/+42
AMLOEXT-261 Change-Id: Ic96d701aa8bbe1e1fe15ca196556960b34fd64d3 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized COMBINAzhenyu yuan2-9/+11
AMLOEXT-259 Change-Id: I8c5330a92ff0065bf9f51ea374b8aa686fdebc3c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized HARMEANmingli1-19/+48
AMLOEXT-258 Change-Id: I0673fe55aedbce3d7f6618b51ede155859f2f295 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized NORMDISTmingli1-14/+81
AMLOEXT-257 Change-Id: I7ae98538e410d9bf6544299eaf1c17f230ebda09 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized COSHzhenyu yuan3-2/+18
AMLOEXT-256 Change-Id: I1e94b145943b88ba3c5cfd650577d8151d806550 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized FORECASTmingli1-69/+81
AMLOEXT-255 Change-Id: I17389d38de5db7962d657552afba22d604c3a862 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized LOGINVmingli1-40/+79
AMLOEXT-254 Change-Id: I2103d54f50eb0faa2cc4afab7b83cf4d0bd78aed Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-12-18GPU Calc: Optimized INTERCEPTmingli1-2/+23
AMLOEXT-253 Change-Id: If848c0dd4351188cd473f916648a71e448eca0a1 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>