summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann2-4/+3
Change-Id: I57a5a14a51c0441e0fed006457ac95057f188462
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann2-5/+3
...and directly use zlib.h's Z_DEFAULT_STRATEGY Change-Id: Ibf528cbc32afec4d442656aa2963f50c0875d6a5
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann1-2/+0
Change-Id: Ie02fb495beebd02d8331e547cbe6648dc70f241f
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann1-11/+1
Change-Id: Icd509f55b3f91c4ce3b21bfa3a501d99532539d9
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann2-7/+3
...so just use zlib.h's MAX_MEM_LEVEL directly. Change-Id: I76d73f665df242bfb180b76aa7054cf8ddbe9e67
2014-05-21Use default argument valuesStephan Bergmann2-2/+2
Change-Id: I69273648155f5071b297c9c77edda58a8f25436d
2014-05-21A single ZCodec ctor sufficesStephan Bergmann2-20/+1
Change-Id: Ib831b80afcdde98928a2759616810923348f65e8
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann2-4/+4
Change-Id: I41da8920e33dfdd0f1483ea2d7cf67111224b441
2014-05-21glTF embedding: handle missing image on a better wayZolnai Tamás1-6/+14
Using empty tree leads to empty image url which cause problem. Change-Id: If815ce588fb303905035185404ede93fa424fcba
2014-05-21glTF objects: set playback loop by defaultZolnai Tamás1-1/+5
Change-Id: I17f5636196ba2b14f46f805ce013af5e6bede9a8
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken6-13/+55
apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1" 3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-21cid#708875 Unused pointer valueNoel Grandin1-1/+1
Change-Id: I0cf85027a84482fd504b753bfc32ceb1c07241b4
2014-05-21drop unused helpidsCaolán McNamara1-4/+0
Change-Id: I35fd20220a206fbe9cbc9eed9670b59e4051ae11
2014-05-21improve the text rendering a bitMarkus Mohrhard2-4/+5
Less scaling means more beautiful text Change-Id: I787244a5f7a472a14f463729f8f434a4969a6285
2014-05-21we need to set text size in woorld coordinatesMarkus Mohrhard1-6/+15
Change-Id: If77133080851a3b2d700ac54c9722f560e71f26e
2014-05-21Updated coreCaolán McNamara1-0/+0
Project: help 2ef15cb93840390d9927f64bddb958ad699cb792
2014-05-21lets drop the custom DescriptionEdit widgetCaolán McNamara7-147/+10
Change-Id: Id08b364b828ccacd5c54276daf605ec4ff3fdb0a
2014-05-21RID_DLG_UPDATE conversion to .uisk9411-461/+553
Conflicts: desktop/source/deployment/gui/descedit.hxx Change-Id: Icf9ee3081b468f99833d1e38182887ad1da6f675 Reviewed-on: https://gerrit.libreoffice.org/9417 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard5-28/+26
Change-Id: I4a2ed8a20890119220d63a6768f13365a7b5f97d
2014-05-21add unit test for static isValidBcp47() methodEike Rathke1-0/+16
Change-Id: Ib234fb1d14087236d337dfe351aea941945e718c
2014-05-21add static LanguageTag::isValidBcp47()Eike Rathke2-0/+56
Change-Id: I2c646b3e2f13a6fccc845ce8eb82fccee154f3c6
2014-05-21fix spellingNoel Grandin3-3/+3
Change-Id: I1a4d66a78549ea49649a6bed92acb44dbd8b13e2
2014-05-21also add Unity and SystemdBjoern Michaelsen1-0/+2
Change-Id: I941c1f651f7b1a4478c50a9047993da881ebfd70
2014-05-21most certainly == was meantEike Rathke1-1/+1
Change-Id: I1b0833daa576cd8603421e1036b8773badc8c775
2014-05-21add Debian JessieBjoern Michaelsen1-0/+1
Change-Id: I94473904747593714998ed159a304417060d691d
2014-05-21remove obsolete Ubuntu names (pre 10.04 LTS)Bjoern Michaelsen1-18/+0
Change-Id: I427e4318eab9ed50db882176e5542b5cb63d298b
2014-05-21add current Ubuntu release namesBjoern Michaelsen1-0/+8
Change-Id: Ia84e758ca598d506c9bdae524afff0421f68be81
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist1-36/+2
Change-Id: I5b88b7c66c1c3a3c68e6a837d10e7477cb7ae8fe
2014-05-21fdo#77725 make testcase minimalMiklos Vajna1-0/+0
Loading 54 pages to check a single footnote is a waste of time. Change-Id: Ic68d1d29e26e3d66973e5fca65c8958b953c78e0
2014-05-21Use more specific tagTor Lillqvist2-1/+2
Change-Id: Ife10cae3f0bd7dd294c74799412528f2596369c8
2014-05-21Log also the sizeTor Lillqvist2-2/+2
Change-Id: I391fbc092b05600b0a4c2107e3934e1fb7334554
2014-05-21Bin ENUM_FONTRELIEF_DECLARED crackTor Lillqvist1-5/+0
We don't test or define it anywhere else so the header guard for the file itself is enough. Change-Id: I15a81b50ab3250a9c792a1b86a4b15f49ec224d1
2014-05-21Add a SAL_INFOTor Lillqvist1-0/+2
Change-Id: I3eb6a1f7dab30346a68050f37d31c082336ab7b6
2014-05-21Add debugging output operator<< for FontMetricTor Lillqvist1-1/+16
Change-Id: I8df204b01a73454396561052f10784c71f10d081
2014-05-21Don't disable painting.Jan Holesovsky1-1/+1
Change-Id: Ia7d8a49af756a642c393f47b7dc342b8e48b5eda
2014-05-21fdo#78663 : Corrupt: 2007 WordArt whithin a Drawing toolRajashri6-8/+67
A file contains a 2007 word art within a drawing tool. In Original file, the xml structure is as below: sample xml: <p> <r> <ac> <drawing> <txbx> <txbxContent> .. <pict> </pict> </txbxContent></txbx> </drawing> </ac> </r> </p> LO was preserving this as : <p> <r> <ac> <drawing> <txbx> <txbxContent> .. <drawing> <txbx> <txbxContent> .. </txbxContent></txbx> </drawing> .. </txbxContent></txbx> </drawing> </ac> </r> </p> Now after this fix, If there is a custom shape within a text box, then we should postpone it and write it in a separate run. This approach is followed on the fact that LO writes nested TextBoxes in separate run. NOTE1 :Due to this fix, xpath related to the below UT needs to be updated. testFdo76249 in ooxmlsdrexport.cxx NOTE2: In docxsdrexport.cxx : 'm_bIsInDMLTextFrame' is no more required. For adding LockedCanvas, we only need to check if the property exists in the property set. Therefoew removing the above bool variable. Reviewed on: https://gerrit.libreoffice.org/9392 Change-Id: I00e94712e912ad1977fcb65a945fefb927795d77
2014-05-21extras: add some more words to technical.dicMichael Stahl1-0/+11
Change-Id: Ie337f8d1b24c8e7c9c422a13b11705f8eeaffdcc
2014-05-21unused DocxSdrExport::setDrawingOpen()Miklos Vajna2-6/+0
Change-Id: I8a5d36325edda8c475c4ad5874ec83c444bf2b50
2014-05-21fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>Tushar Bende6-3/+41
Description : Docx file corrupt after roundtrip. Root cause: For some documents During export LO was not checking for the content of sdt and Even if sdt contains Drawing object LO was writing text data related tags <w:text/> & <w:dataBinding> in <w:sdtPr>,This was the reason for corruption. To Fix this checking is there is any Drawing Object in run if yes skip writing <w:dataBinding> tag in <w:sdtPr> And if sdt content is Text and Drawing both do not write <Text> or <Picture> as these tags will again result in corruption. Presently, while writing the sdtContent tag LO does not check for the content type due to which LO ends up adding the dataBinding along with the Drawing/AlternateContent which is incorrect according ecma ECMA-376, Second Edition, Part 1 : 17.5.2.6. This cause in file corruption. Added a check to restrict the aforementioned. Reviewed on: https://gerrit.libreoffice.org/9371 Change-Id: Id31437db0309b0a2159389a4a9a1f5e13c1ac3a5
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks5-6/+41
Add API to wnsure we don't end up allocating 32k bytes of tokens for each ScFormulaToken, as happens when you Add a token to a new empty ScTokenArray. Change-Id: Ib12a3065eb513243a2146ebb009fbaa650385dd9
2014-05-21ODS load perf: avoid excessive calls to uppercase to compare tab names.Michael Meeks1-1/+10
Change-Id: I37b9e49607c8c51f10bc8ff8fc342b02fdb8b7e1
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann1-5/+12
...witnessed stack overflow in huge function FunctionMapFactory::createFunctionMap__library_effects__allChildren in workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/ COLLADASaxFWLColladaParserAutoGen14PrivateFunctionMapFactory.cpp Change-Id: I9451912043e282c8e06aff446cf3d1190f1de9cf
2014-05-21Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
same as 08947735f9cc4b7bd69676c9dd4d1700e8e3b15b for gcc_linux_x86-64 Change-Id: I28d138dd13adc9a3e09d46befe69ac86ab1fffb6
2014-05-21fdo#78921 Don't crash when there is no storage specifiedMaxim Monastirsky1-0/+4
Not sure it's a good idea to get here at all when exporting as flat xml, but anyway it shouldn't crash. Change-Id: Ib2ce6b044b4395222a394312d49f5a01d157f9f3
2014-05-21upgrade to python-3.3.5Thomas Arnhold6-245/+42
- remove now obselete patches, which were applied upstream. - Hack to get MacOS to build Change-Id: Id68e78e411efc92a46ea9e180f09c390fe5acb4a Reviewed-on: https://gerrit.libreoffice.org/9311 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-05-21forgot to release the OpenGL resourcesMarkus Mohrhard1-0/+4
Change-Id: I2baefbe611f9ed28defc46ca3af332d13b32c561
2014-05-21use FBO for the pickingMarkus Mohrhard3-2/+28
Change-Id: Ibab6daa1f76300d159ccd4cfbca061c8d8c1951f
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard2-0/+43
Change-Id: I08bd2e58ee98a68accae256fcbcc288a8c56ae0b
2014-05-21set the color for the pickingMarkus Mohrhard3-12/+32
Change-Id: If7b902b16626384440241d88937161cf327e14d5
2014-05-21remove unnecessary whitespacesMarkus Mohrhard1-2/+0
Change-Id: I4d93c0149aaf90e2477c1382aa51f8f08c967626