- 02 Haz, 2014 31 kayıt (commit)
-
-
David Delma yazdı
Change-Id: I5ff8279051d822a2c6932a81b5179a88ed5453cc Edited: added license header and indentation.
-
David Delma yazdı
This is a prerequisite to use ref='fr_BF' later on other yet to be added fr_*.xml locale data files from fdo#[79348-79353] Doubts lined out in https://bugs.freedesktop.org/show_bug.cgi?id=79347#c3 can be addressed later. Change-Id: I5cd5a199d0fc2e833227997d5c353e17a7fbbbff
-
Miklos Vajna yazdı
This is not valid, but LO 3.4 supported it, so add a workaround... Change-Id: Ib8eefdf41fe9801db6f7e5873eaa1436518912fb
-
Miklos Vajna yazdı
We already had the concept of having a XML_TEXT_TYPE_SHAPE type (for editeng-based text) and a XML_TEXT_TYPE_TEXTBOX (for Writer-based text), but in case of draw:custom-shape, the previous was always assumed, implicitly. Check if the shape is marked as having a textbox, and if so, use the XML_TEXT_TYPE_TEXTBOX handler, which makes e.g. the table import work. Change-Id: I45f28b36df1836eeba89e9eef44c7abd87fcbd56
-
Caolán McNamara yazdı
Change-Id: I748a73523b6b1908d89663e90f7cab378920110d
-
Caolán McNamara yazdı
Change-Id: I6b18bd2df7ef190b39ceacd625bf2b62a53892fa
-
Caolán McNamara yazdı
Change-Id: Ic381e74ffd862ab4d94f9d3ada02af05b30e6484
-
Caolán McNamara yazdı
Change-Id: I7e30f163743fc6bd05b5e795b299a76e0c51d8c0
-
Caolán McNamara yazdı
Change-Id: I56269273b20ac48fca5a2abeb2ba2cbf7d1da0c8
-
Caolán McNamara yazdı
Change-Id: I4c0a28ea11e0d38837a3b338928073d32d2b6abe
-
Caolán McNamara yazdı
Change-Id: I95608ce08b9fffada10bc1a1f6903b50aa78fe9a
-
Caolán McNamara yazdı
and hopefully a gadzillion others Change-Id: I853e997aa6510ed99c1af39eecfd80dba2d5c2a9
-
Caolán McNamara yazdı
Change-Id: Ibbcfb5cda4ce4f23f80ef4ba610e4fda6f8df41f
-
Caolán McNamara yazdı
Change-Id: I24f5abd0e0b28c11c22c7871e10f42abb9908775
-
Caolán McNamara yazdı
Change-Id: I597fb90d677e7cade71bf6cbf7f7bce9d3bd05f6
-
Caolán McNamara yazdı
Change-Id: Id1903def4869bccef18f8a1132521d4f24fed551
-
Caolán McNamara yazdı
Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1
-
Caolán McNamara yazdı
Change-Id: I1b4343f06118b352df8ceac0404b9ffff39e8b67
-
Caolán McNamara yazdı
Change-Id: I46b7bdfe4c467d52c9304ee880d74c7d88779b43
-
Stephan Bergmann yazdı
This reverts the part of 4452ac23 "Fix hungarian prefix for calendars" that needlessly changed a method parameter name in published UNO API, which is, strictly speaking, incompatible. Change-Id: Icd1ee34d200ebab01010d5dd35a1b19c47bfc05a
-
Takeshi Abe yazdı
Change-Id: If1057871aa7c9e7079ed051e6854c77c81f12292
-
Stephan Bergmann yazdı
Change-Id: Ifa756a5da636e0b37654ad83900115872bc40f0e
-
Stephan Bergmann yazdı
Change-Id: I85853ffc6083d46c02c08f14d5d3321803c31301
-
Thomas Arnhold yazdı
Change-Id: I10c9e480a94a966dac4f6c17fc69fa8892c56955
-
Christian Lohmaier yazdı
since there are rpm-frontends that do their own version comparison that is different from rpm itself. Change-Id: Iddf38c14e7f48eec5d043de57e3404fcd9da24f7
-
Miklos Vajna yazdı
This is required by the ODF import, as that sets the CustomShapeGeometry after setting other properties (like Transformation, which includes the position/size). Change-Id: I299a1b302d55b3753a0a6b2142ea173f5f134b39
-
Stephan Bergmann yazdı
d88593af "INTEGRATION: CWS ab34: #i73457# Prevent sub from beeing set as param 0 for return type void" to fix i#73457 "Memory Leak in all Basic type void Method calls" had made the PutDirect call dependent on != SbxVOID only (which would cover void functions) but not also on != SbxEMPTY (which would apparently be required to also cover subs, as seen with CppunitTest_basic_vba run under lsan). Either this was an oversight with the original fix, or subs have meanwhile changed from GetType() == SbxVOID to SbxEMPTY? Change-Id: I3e5dbf79bfd5eea3cfec8ed3fa984d13167aa501
-
Jens Carl yazdı
added header guards for directories basebmp/, chart2/, cppuhelper/, include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/ Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6 Reviewed-on: https://gerrit.libreoffice.org/9615Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Miklos Vajna yazdı
Map Writer shapes' new TextBox property to an loext:text-box boolean attribute. Change-Id: Ie47e15130adc1c480666c689c55a6c9e8460e385
-
Pallavi Jadhav yazdı
Issue : - In styles.xml, beforeAutospacing property was set to true. - In code LO grab bags AustoSpacing property using "ParaInteropGrabBag". - But ParaInteropGrabBag had only an entry for direct paragraph properties, not paragraph styles. - Hence while importing AustoSpacing property from styles.xml, LO was throwing exception as "Some style properties could not be set: Unknown property: ParaInteropGrabBag". Implementation : - Added "ParaInteropGarbBag" entry for Paragraph styles in sw/source/core/unocore/unomap.cxx - Removed code from StyleSheetTable::ApplyStyleSheets() as it was previously added to "Ignore" the AutoSpacing property. The code was previously added beacuse due to AutpSpacing in styles.xml, LO was throwing an exception and this was causing unhandling of properties after AutoSpacing. So to prevent unhandling of other properties due to AutoSpacing property, a check was added to "Ignore" AutoSpacing, thus enabling handling of properties after AutoSpacing. Please refer to : https://gerrit.libreoffice.org/#/c/8902/ But as now we have to "Preserve AutoSpacing" this check needs to be removed in order to set it in StyelSheetTable.cxx. - Added Export Unit test case Change-Id: I6748f97befcdf40643e75388766e05740290306b Reviewed-on: https://gerrit.libreoffice.org/9561Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Andras Timar yazdı
Change-Id: I9ffd868d72f38f2d15373ce19ed0023644f19ac4
-
- 01 Haz, 2014 9 kayıt (commit)
-
-
Julien Nabet yazdı
Exception: http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55 Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
-
Matteo Casalin yazdı
Change-Id: Ia8795223224a6d2772f12ad41d7691517db80714
-
Matteo Casalin yazdı
Change-Id: I02f26228f0f9068ce7f497913fb36ac8945e785b
-
Matteo Casalin yazdı
Change-Id: Ie864814c71a31aaf2b139641bac9bb720143abfe
-
Matteo Casalin yazdı
Change-Id: I1e131913991f0b28e55e54e8cc64ce37135be946
-
Matteo Casalin yazdı
Change-Id: I8873a1ec910024b6fc25490891dc2e2c8d20d5d1
-
Matteo Casalin yazdı
Change-Id: I857366ca2fb6e0e0cb43ff12b161310eab5015f6
-
Matteo Casalin yazdı
Change-Id: I7dbba6bfe9f44b28cdf62b1eb4da05eda696d0dd
-
Matteo Casalin yazdı
Change-Id: Ic7d9f18e04429c5ccb7b0fad28f3e83aa199897c
-