summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
2015-05-10Fix uses of SAL_DLLPRIVATE DECL_LINK etc.Stephan Bergmann
Change-Id: Ibab84ce977e34bbae04e703a87a3211d20813558
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752
2015-05-10Clean up misguided use of EMPTYARGStephan Bergmann
Change-Id: Ib0ea9b16c3107f1d6d4ab148adcf26a5372f9417
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
2015-05-10Remove newly unused IMPL_STATIC_LINK[_TYPED]Stephan Bergmann
Change-Id: Ic12cced5b90f413ca1cac943874c7e7f9ad57f1a
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I9764e8860ee66cc94456eae879a9fc90d0ad850d
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: Ic740510b891194ebef6a8fe35bd56f2f1d785c3d
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I344ba9d22adada82170d45a4cf723af6a286b883
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: Iee6d0493172b7b776ac8c5b05f675cd28091f8b4
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: Idb56c158704ca7642260b3565a92eae4389e4fdb
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I356c56f5025b1cef4861bb6208ef4f0b04ddf605
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: If19b613973527e1a70186dfe97e4f6d28b4a17f9
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I347eb4655babca809f4141e2f0dfe86077b77c75
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I1a8a07623c264154451d36b55db1986be4a6f54c
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: Ic91c8126b8e9a5a7eeed4c356b783c8bebccecf3
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I9aca53ea7c957524a4ade0f20ef47954ddcbf5de
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I1b3bf6ac16346ecf6085874d80ac6495e773dd37
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: Ic59c2c9079dce37ad76b6a1396a719d372253674
2015-05-09WaE: unused parameter.Michael Meeks
Change-Id: I64024440a0674b7daed27ba8d104d347f8090bd7
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
2015-05-09tdf#88608: clear SearchLabel when altering the search stringJoren De Cuyper
Change-Id: Ifc31fbd1ddee1e055bb62b9ad098ae9410758147 Reviewed-on: https://gerrit.libreoffice.org/15598 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09Do not write v:fill properties on export of imagedataJoren De Cuyper
See validation log of fdo73214: ERROR cvc-complex-type.3.2.2: Attribute 'type' is not allowed to appear in element 'v:imagedata'. ERROR cvc-complex-type.3.2.2: Attribute 'color2' is not allowed to appear in element 'v:imagedata'. http://dev-builds.libreoffice.org/crashtest/d879d5346b525c478e93363b7ec06e797ce01461/validation/docx/fdo73214-1.docx.log Change-Id: I99eacc05ed28c3cd848326fd08f3668a1ce0f4fb Reviewed-on: https://gerrit.libreoffice.org/15668 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09tdf#90672: PPTX table cell border color is not exported.yogesh.bharate001
Problem Description : XML Difference : Original : <a:solidFill> <a:srgbClr val="00B0F0"/> </a:solidFill> After Roundtrip : tag is missing Solution : Added support for table cell border color. Change-Id: I2baf969d7a8e46a0c5825d9f57bf135ec479c9eb Reviewed-on: https://gerrit.libreoffice.org/15364 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09tdf#90828 FILESAVE:XLSX export of underline color for text inside textboxPriyankaGaikwad
Problem Description: Unable to save .xlsx with underline color for text inside textbox. Current behavior: After RT text underline color was not exported Expected behaviour: After RT text underline color should export Added export support for <a:uFill> Change-Id: If8ffeb07f2f5e0b768689647e480792ea9c8540a Reviewed-on: https://gerrit.libreoffice.org/15514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09tdf#90190 PPTX table cell border width is not exported.yogesh.bharate001
Problem: - Table cell border width is not exported. i.e lnL, lnR, lnT, LnB are not exported inside the tcPr. XML Difference: Original : <a:lnT w = "76200"> After RT : tag is missing. Solution : Added solution for Table cell border width. Change-Id: I19185f2ad176325bf7990c9da6becc66557c717b Reviewed-on: https://gerrit.libreoffice.org/15350 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09Update HarfBuzz to 0.9.40Khaled Hosny
Most of ubsan.patch seems to have been applied upstream, and I can’t reproduce the issue referenced for the remaining bits, anyway it is better to push such changes upstream first. Change-Id: Ie56786c01c06d3542052cd91e36d1f707092beba Reviewed-on: https://gerrit.libreoffice.org/15643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09Don't write empty value when exporting grab-bagged w:docPartUniqueJoren De Cuyper
See http://dev-builds.libreoffice.org/crashtest/e658cb4d5ce49d3a3c6acc63155974b5ff8490c7/validation/docx/fdo33590-2.docx.log (footer1.xml:2 col:890) cvc-datatype-valid.1.2.1: '' is not a valid value for 'boolean'. (footer1.xml:2 col:890) cvc-attribute.3: The value '' of attribute 'w:val' on element 'w:docPartUnique' is not valid with respect to its type, 'ST_OnOff'. Original document: <w:docPartObj> <w:docPartGallery w:val="Page Numbers (Bottom of Page)"/> <w:docPartUnique/> </w:docPartObj> RT document: <w:docPartObj> <w:docPartGallery w:val="Page Numbers (Bottom of Page)"/> <w:docPartUnique w:val=""/> </w:docPartObj> Change-Id: If41af8f4bca99fba4d3ad0c966c2345f87ea422a solution: if value is empty, export it as true (default ST-OnOff value) Reviewed-on: https://gerrit.libreoffice.org/15686 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09de-indent this somewhat, no logic changeCaolán McNamara
Change-Id: If814f508f46aa6efb01444bc09e9c8d4b4d3d7cf
2015-05-09don't crash on export of ooo121238-1.odt to docxCaolán McNamara
Change-Id: I263424ad8f65ded7bab89b5902482357b4f9abaa
2015-05-09Related: tdf#72007 align to right if undockedCaolán McNamara
Change-Id: Ia0af0493e0af6c945006e6a1f6f918f7b104068d
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks
When complete - should ease the switch to VclPtr<>::Create. Change-Id: Idf876e2eeb830b36dd86e84317277cc88e1dc013
2015-05-09loplugin:staticmethodsStephan Bergmann
Change-Id: I37053f37f074c49b8bc6fcaa82f66a2e52064cb1
2015-05-09.gitignore: Add stupid KDE .directory filesAdolfo Jayme Barrientos
Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb
2015-05-09Stupid file managers are stupidAdolfo Jayme Barrientos
Change-Id: Ifad666a7aef04124005e0f5cb80b806b2a9f8732
2015-05-09Remove unused create member functionsStephan Bergmann
Change-Id: I65c77f32e076a0bc5eae2c0cf4626eebfd141972
2015-05-09loplugin:staticmethodsStephan Bergmann
Change-Id: If3dd46119c043daa1498cbeebc9cef2b7b9cafe4
2015-05-09loplugin:implicitboolconversionStephan Bergmann
Change-Id: If9797eb74b624af7374effd73a8642a7d32efb1e
2015-05-09Breeze: fix tdf#90387 in writer and calcandreas_ka
Change-Id: Ic35d1beab81e7cafd2114edf5bd0545f514a5020 Reviewed-on: https://gerrit.libreoffice.org/15682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-09Breeze: update icon theme, and fix tdf#90387andreas_ka
Change-Id: I3f3c6dc6fbcc958323134f3c79e019d42c338151 Reviewed-on: https://gerrit.libreoffice.org/15681 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-09bodge layout to not crash on load of File_1292.docxCaolán McNamara
Change-Id: I3eba9c8b3883ca4fca38e27d351508c9e01d9c08
2015-05-09coverity#1257113 Uninitialized pointer fieldCaolán McNamara
Change-Id: If1454e643bba38a0bffd0e14a28045dc5e544d11
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara
Change-Id: I6b135f6d47352c1fbb729788848913402b7bb742
2015-05-09coverity#1297233 Dereference after null checkCaolán McNamara
Change-Id: Id30e16f6f94668b578fe79eab9d8289c8914a32b
2015-05-09coverity#1297232 Division or modulo by float zeroCaolán McNamara
and coverity#1297231 Division or modulo by float zero Change-Id: Icb303956bb3804bca1078c1135aca0eff370902b
2015-05-09coverity#1297234 Uncaught exceptionCaolán McNamara
Change-Id: I6ce09d3a7c77c5501608a2d1b0812c3c22ef16af
2015-05-09coverity#1297236 Uninitialized scalar fieldCaolán McNamara
Change-Id: I2c19d1a0f8ad31cdf384ab301f3dae99a6ea9933
2015-05-09VclPtr: fix crash on loading kde86727-1.htmlCaolán McNamara
and all the other html crashtest loading failures I believe Change-Id: I38d3e1ad283efc08f468d9062e520149663e3e84
2015-05-09loplugin:externandnotdefinedStephan Bergmann
Change-Id: I10508dc16f138e5b3b36dcbdc269735c598de17f