summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-05java: remove various unused variablesNoel Grandin
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-08-05java: remove unused importNoel Grandin
Change-Id: Ic703b12c864093764f8d213534af1b2496930e79
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin
Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f
2014-08-05libgltf: fix dbgutil buildZolnai Tamás
Change-Id: Icc5105d0668d5e4e3eb58bbaed6b2f059c30be99
2014-08-05Fix *_component_getFactory function typeStephan Bergmann
Change-Id: I354cf9cfa5f1a749b01d16c93dbe7b86784a7d34
2014-08-05DOCX export: handle all attributes of CT_TblLookMiklos Vajna
Change-Id: Ibe72d60be302158001fbf6e197f30945fe8fbed9
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe
Typedef'ing SvxXMLListStyle_Impl is enough. Change-Id: I281766822aea60794510c959581f0b821aea6642 Reviewed-on: https://gerrit.libreoffice.org/10729 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-05Upload first official libgltf release: libgltf-0.0.0Zolnai Tamás
News relative to previous draft version: - Memory management improvements (fdo#81180) - Reduced OpenGL requirements (version 3.3 -> version 3.0) - Cleaned up API Change-Id: Ie3caf8684a9f5e6a872a1ac35beafb94df03bcf5 Reviewed-on: https://gerrit.libreoffice.org/10744 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2014-08-05fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elementsAudrey Tang
Change-Id: I3f82574f434060d62dc3faeb730341c5b169ce9f
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Id712c222034ef807ea2d7bc459e78882e948aca6
2014-08-05handle autocomplete with dot in formula name, fdo#80058Markus Mohrhard
The problem is that a dot is a word separator so the break iterator provided by ICU will think that the dot separates two words whereas it is part of the name here. Change-Id: I73cee4304f83888b1645fec7b1851b9f42ef879f
2014-08-05use a anonymous namespace and sane function namesMarkus Mohrhard
Change-Id: I8fdd5fb4f21e6c90e352089858ce98a62ac213de
2014-08-04typo: and -> anxjcl
2014-08-04fix ref namesMiklos Vajna
Change-Id: Iae8afadf78a54ec0938de487b78c9c3f14cdbcf8
2014-08-04reference to non-existing definesMiklos Vajna
Change-Id: Iaa99b8ff6ffa85616c2db47f14682a653b156398
2014-08-04ref names have no namespacesMiklos Vajna
Change-Id: Ie6290bbaf2d2982520de33136c787f818e437de8
2014-08-04Updated coreDavid Tardon
Project: help 3d472f792cc7d9e213e5fdce5b1a3ee95714c1f0
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály
Change-Id: If515e8f554f36e4ba203474d08d5ebe9caa023fa Reviewed-on: https://gerrit.libreoffice.org/10739 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-04fdo#82136 fix download of submodule tarballsDavid Tardon
Change-Id: I07775391cb905f0563d1d1b3cae6f02b12d10f90
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc
2014-08-04Let's not forget the keyword.Kohei Yoshida
Change-Id: I86c114e903eaee1404875a794ed4f1c76f61169e
2014-08-04more ambiguity fixesMiklos Vajna
Change-Id: I8c3af0976414ae444ec08b7e60485d8886f68a76
2014-08-04fix ambiguityStephan Bergmann
Change-Id: I773aa61c4430aa999c3ea94d352102a4a3f7e9f0
2014-08-04DOCX import: handle all attributes of CT_TblLookMiklos Vajna
Change-Id: I3bbd65af4f52ce28e2962a1b3e0c7f1c348f3a01
2014-08-04bnc#886540: Add test cases for chart background fill variance.Kohei Yoshida
"Automatic" fill in docx and xlsx should be solid white, whereas in pptx it is no fill (transparent). Change-Id: I7e64f2f895e4c4ed072a234e622a348599456f37
2014-08-04bnc#886540: Default chart background for pptx docs should be transparent.Kohei Yoshida
Charts in docx and xlsx OTOH use solid white as the default fill style. Change-Id: Ic4351fe65cabc12d60214b67c7026a317841f2c7
2014-08-04loplugin:externandnotdefinedStephan Bergmann
Change-Id: I5337cd288e3f5d6f7c42d7a1f5c9b2dbce5f06b4
2014-08-04loplugin:externandnotdefinedStephan Bergmann
Change-Id: I5f0c34a44898637b3c0d3d507777cbc7ace8b656
2014-08-04fdo#81993: Revert "Resolves: #i119464# Update default alignment ...Michael Stahl
... value for docx [Sub]Title" This reverts commit acc671ec74c874ffd22803bb2ee54a1f2c027155. The commit is clearly unnecessary: 1) commit 3f9e7e72c53ecbe8ee1ab060f811cb41eadfc7e1 appears to be a better fix for alignment 2) commit b95d203bc17c83ec0fe5139f519d53ed1d842d3a should have disabled the Center default in Writer already Change-Id: Ib0cc60af037f12be0a1ab94ab32c743f7fca2b1d
2014-08-04sw: ApplyStyle: remove highly suspicious conditionalMichael Stahl
This contradicts the test in the next line. Change-Id: I8c762af8789cd5e116abef7be2a438fba74d669f
2014-08-04sc: remove debugging printfMichael Stahl
Change-Id: I1b403d8ae081347d756145e52539445e067efa91
2014-08-04writerfilter: tokenize all attributes of CT_TblLookMiklos Vajna
Change-Id: I0dcaef56804a6998f83afe73d01eb0d5b21a210a
2014-08-04make sure image zips are done when gengal is runDavid Tardon
... to avoid potential uncaught exception. Change-Id: I454b9fbb5c35fd72757dfc21687b980982453465
2014-08-04oox: tokenize noHBand and noVBandMiklos Vajna
Change-Id: I43ea6cb2665e17239da61adffd0583b9201bef59
2014-08-04Avoid invalid downcasts in DerivedFrom() vs. GetRegisteredIn()Stephan Bergmann
...where SwFmt::DerivedFrom() is defined as return (SwFmt*)GetRegisteredIn(); and at least some tests like CppunitTest_sw_htmlexport ran into comparisons (evaluating to false anyway) against DerivedFrom() for SwFmt instances whose pRegisteredIn is merely set to a SwModify, not an SwFmt, via pDepend->pRegisteredIn = this; toward the end of SwModify::Add (sw/source/core/attr/calbck.cxx). Change-Id: I5de59c938b7f40bb9744df5189285fa5e1d5abd7
2014-08-04remove unused resource idsThomas Arnhold
ui conversion fallout Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb
2014-08-04create OUString from literalThomas Arnhold
Change-Id: I8198fbad20daa7262e42a452c8d81fcfa3331680
2014-08-04remove unused resource idThomas Arnhold
leftover from e2b0e7571a8b082a2cb532e34b9770060128452b Change-Id: I1e2e634e6cdfbc81f5d068136c9099de170dc1ef
2014-08-04typoThomas Arnhold
Change-Id: I74c2943c5967bb19a3d7b669313894134348adba
2014-08-04Updated coreDavid Tardon
Project: help 5e296a1bc01539ce917f4770f14c2a64d4005e2b
2014-08-04update module mappingsDavid Tardon
Change-Id: Ia0893eda90307e5dbb7265b3c321515a8b823a24
2014-08-04java: remove pre Java 1.5 workaround in UrlToFileMapperNoel Grandin
Since we now require Java 1.5 Note that I tried to remove more code and use URL#toURI as the comment suggests, but that results in errors during make check. Change-Id: If283ee60f272b18920dcf8fc1be8766c0bed6ea5
2014-08-04java: remove java 1.4 commented out codeNoel Grandin
Change-Id: I97b27b893ba516c6c29a46095f4ffc6fab838f1b
2014-08-04Updated coreDavid Tardon
Project: help af68ef036484e6178c2d111b24a8242f1425e509
2014-08-04add Papiamento (Bonaire) [pap-BQ] locale data, fdo#44112Eike Rathke
Derived from [pap-CW] with USD. Change-Id: I7a64deeae39a22dbbb9d96d45fd15b0aab3c2c1f
2014-08-04java: implement optimisation in UnoRuntime#setCurrentContextNoel Grandin
which is now available since we started requiring Java 1.5 Change-Id: I9847b89af7f487be7812a5717716900e9a517381
2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin
Specifically the comment says: This method not longer necessary since OOo 3.4 where the component registration was changed to passive component registration. For more details see http://wiki.openoffice.org/wiki/Passive_Component_Registration Change-Id: Icfeec634ebc30a270533787b94e2a9a4318778db
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin
Since we now require java 1.5 Change-Id: I9e195f77c81bd9447f8e29c1862c68a57846c8a3
2014-08-04java: remove some unused fields in the ODK examplesNoel Grandin
Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f
2014-08-04prevent memory leakMarkus Mohrhard
Found by Lsan. Returning this or a heap allocated object asks for trouble. Let the caller handle it and return null instead of this. Change-Id: I7586e103bef5a8c2727adfe214b052d6962d4467 Reviewed-on: https://gerrit.libreoffice.org/10716 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>