summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-06check for empty stringCaolán McNamara
as demonstrated by kde246118-4.odp Change-Id: Idf1224555e0d7be9a679862da9ff256cf7a4d128
2013-11-06check for empty stringCaolán McNamara
as demonstrated by ooo29618-1.doc Change-Id: I81c953530cd3a617a245ed03a9c355f3383045ab
2013-11-06check for return of -1 from getTokenCaolán McNamara
as demonstrated by ooo91883-1.doc Change-Id: I11a7f0747334f4cecbfd34c9353598d875be02c2
2013-11-06don't access past end of stringCaolán McNamara
Change-Id: Ia431f51cb02bbd235cdfe56a8131d7b622e9e311
2013-11-06fix wrong test for end of fieldCaolán McNamara
regression since 2564c5bbe4acd3f29530b056cef3f6e8ecb6194c Change-Id: I40741875e873d64a682468616700d25904302878
2013-11-06preview might be emptyCaolán McNamara
as demonstrated by ooo110440-1.doc Change-Id: I780a756d328eb35c9be1572319dd4f802c1831e1
2013-11-06avoid out of bounds string accessCaolán McNamara
as demonstrated by ooo110088-1.doc Change-Id: I1df32536c1eb78e3ba93885df78328fde894c186
2013-11-06avoid out of bounds string accessCaolán McNamara
as demonstrated by ooo109591-1.doc Change-Id: I91b4940828038561885e8d3a109c40a668aeb15b
2013-11-06make WW8ReadFieldParams::GetResult safeCaolán McNamara
as shown by kde239121-4.doc Change-Id: I60356e7d76cc271869079f2fffa00e149274a8cc
2013-11-06rearrange tests to avoid access past end of stringCaolán McNamara
as demonstrated by abi6637-1.doc Change-Id: Ieed0ca7ccf2d8587179a4530a1da29d7d8228363
2013-11-06don't access beyond end of stringCaolán McNamara
as shown by assert in fdo37872-1 Change-Id: Iccc27b7898a72a0f580c0e8996c8e69de7ea8842
2013-11-06#i123575# RmMoz 7/9: fix mismatching header guard commentHerbert Dürr
(cherry picked from commit ce2260c549c1cafadd1182e4e7155b18ab44e771)
2013-11-06convert insert slides dialog to .uiCaolán McNamara
Change-Id: I4285ccfb9609305b2e92fec6c3f79b5277016f8b
2013-11-06convert InfoBox to MessageDialogCaolán McNamara
Change-Id: Ic3a7b927c4eceb4f059e84d135b710f150ccfc3e
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand
redefined GraphicAttr to be expressed as primitives if needed, enhanced render and export quality if graphic is modified using graphic attributes (cherry picked from commit 1e79e8da3f8042f7d7bd94b2c9f03cff7545b05c) Conflicts: basegfx/inc/basegfx/color/bcolor.hxx basegfx/inc/basegfx/color/bcolormodifier.hxx basegfx/source/color/bcolormodifier.cxx drawinglayer/inc/drawinglayer/primitive2d/graphicprimitivehelper2d.hxx drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx drawinglayer/source/primitive2d/graphicprimitive2d.cxx drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx Change-Id: Ief2172efc9cc1b9838de48ec7f536c05573c7dc3
2013-11-06corrected Time100SecSeparator and quotation marks, fdo#71243Eike Rathke
Change-Id: I86fc8a6e7a1b09f54a20db55b6079d945fdb7338
2013-11-06Related fdo#47802: Bring the 8bit and 16bit .doc on par.Jan Holesovsky
The code expects that sTxt holds both the cbTextBefore and cbTextAfter, so let's make it so in the 16bit format too. This fixes assertion in doc/fdo47802-3.doc. Change-Id: I35cc7c1e80a33f013ab2eaae073b111214245e25
2013-11-06fdo#71075: Adding unit test for chart import (odp)Muthu Subramanian
2013-11-06don't access string out of boundsCaolán McNamara
Change-Id: I562fbdb9eec3af297ea95a0d161721ec345e6a19
2013-11-06include <stack>Takeshi Abe
Change-Id: Iedaacd9981a6ca186ab5e1f9715ed4fcf4ff0cb7
2013-11-06Drop unnecessary #includesTakeshi Abe
Change-Id: I9659279233067a8946a9e54be2f22439854a961e
2013-11-06INSTDIR <> INSTROOT on OSX, and we need INSTROOTAndras Timar
Change-Id: I629c9791756c7c2bf95772c9b44386bd14911bd3
2013-11-06convert linguistic::isUpper from xub_StrLen to sal_Int32Noel Grandin
Change-Id: I7bf426e1753b3761c9ce8930ad637526a9895495
2013-11-06convert INetMIMEOutputSink::write from xub_StrLen to sal_Int32Noel Grandin
Change-Id: I923a6cb4ee6641c9a289e28c32f431ba6c38d5dc
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
convert various module-local functions Change-Id: I89f3eb40b107e2617958e474ffe86bd73e01cf33
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
convert for loops using xub_StrLen to use sal_Int32 Change-Id: I5f635ca078966fefe938dbc7e8dea7c8d0d0b554
2013-11-05codesign: fix script to support spaces in the CODESIGN_IDENTITYNorbert Thiebaud
Change-Id: Ib30717518ff1d1291ba3a1fc7ba045e1fa29ad88 Reviewed-on: https://gerrit.libreoffice.org/6594 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-11-06It's types.rdb now, not udkapi.rdb any moreTor Lillqvist
Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb
2013-11-06Recognize also arm64Tor Lillqvist
Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
2013-11-05GPU Calc: implemented STANDARDIZEshiming zhang
AMLOEXT-77 FIX Change-Id: I5f91d497417e87a489728949a4436f33ed3da235 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: unit test cases for STANDARDIZEshiming zhang
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-77 BUG Change-Id: Ie2919ca8d99e19ff2d17fe9d7fc3fbe2a49a4e05 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: implemented TANHfengzeng
AMLOEXT-61 FIX Change-Id: I7c8dcc23d85aa809f134446dcab97e51405d58c2 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: unit test cases for TANHfengzeng
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-61 BUG Change-Id: I1db0693cdacdf437c413e56e3c97f0ff4d913211 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: implemented TANfengzeng
AMLOEXT-60 FIX Change-Id: Ibdbc0f22e152f5b73191f3a16e9e5489c0007fc3 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: unit test cases for TANfengzeng
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-60 BUG Change-Id: I29433afcc8403fd6938d39667b18e786f4e5b6fc Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05Remove unused writerfilter::doctok::DffOPT classMiklos Vajna
Change-Id: I6febe03a81a249548344696f7bfa89e5f8863940
2013-11-05added French (Burkina Faso) [fr-BF] locale data, fdo#71243Eike Rathke
Change-Id: I788d1d1c54cc0a30cbbdc07066bf133c2814304a
2013-11-05GPU Calc: implement fix for SINfengzeng
AMLOEXT-58 FIX Change-Id: I68d23a66fd46b239911f8ba686b0492ca7783267 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: unit test cases for SINfengzeng
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-58 BUG Change-Id: I484b86650e3e7bb11aa59aad6ae01be152aa2cef Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: implement fix for PVyiming ju
AMLOEXT-73 FIX Change-Id: I0b9014a5d78165adaaa41c7e6cc05e876981f37d Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: unit test cases for PVyiming ju
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-73 BUG Change-Id: I2ed3e1dfa07aac5f28942a1a2c94826757c9d0cd Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05fdo#67862: Add greek symbols to docking windowThomas Arnhold
Those were already present at starmath/source/symbol.src and are merged to the docking window now. Also make use of SAL_N_ELEMENTS. Change-Id: I3e1f082082763168e731c3771c0b71467d095eba
2013-11-05GPU Calc: implement fix for ABSyangzhang
AMLOEXT-47 FIX Change-Id: I438ad01d717dbc34ea8bc45e8f6de4f7d0c2bf2c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05GPU Calc: unit test cases for ABSyangzhang
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-47 BUG Change-Id: Ie33b4e5fad47f58a33ecdb0405521e7df694148c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-05removed unused aStrRow member variableEike Rathke
Change-Id: Iaf722c7c59e1659a598180e3a5cbc3edde6157c4
2013-11-05OUStringBuffer is unnecessary hereEike Rathke
Change-Id: I385acd3b730053daeb704d71d2d099317e87fbc8
2013-11-05bump product version to 4.2.0.0.alpha1+Christian Lohmaier
Change-Id: If7cdbb110ffa9f34bde257ae4491533c838d20e9
2013-11-05fill in nNumPrecRadixLionel Elie Mamane
Wrongfully removed by commit 808052a13947c9841ce5c9e40860c48bbfbf3434 Date: Tue Jun 20 02:21:13 2006 +0000 which only wanted to make the code warning-free... But also disallow radix 1 (which does not make much sense) Change-Id: Id8e313301fa6d5e9643d76865a62cc933999a63e
2013-11-05fdo#71120: use native checkbox heightIvan Timofeev
Change-Id: I5d112660015f993856b0709f6a5db2baf521d745
2013-11-05"%1 is replaced to column letter" ... so do itEike Rathke
In StandardFilter dialog when not using column headers the field names were displayed as "Column %1 A" instead of "Column A". Change-Id: I29216eaa6b98e4a786f77d47ef20135e15d7d45a