Clean up all of typos that cause header guard warnings when building theOpenOffice source with clang.Submitted by: Don Lewisgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535
Clean up all of typos that cause header guard warnings when building theOpenOffice source with clang.Submitted by: Don Lewisgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68(cherry picked from commit c64f2bbd0edaad703073b2f91f32833ae4aefc42)
show more ...
restore
canon way to test
Fix writerfilter build on CentOS 5 with recent libxslt.xsltproc generates a corrupt writerfilter/.../inc/doctok/resources.hxxfile on CentOS 5 with libxslt 1.1.33 or newer. This does not happenwi
Fix writerfilter build on CentOS 5 with recent libxslt.xsltproc generates a corrupt writerfilter/.../inc/doctok/resources.hxxfile on CentOS 5 with libxslt 1.1.33 or newer. This does not happenwith the CentOS 5 native version of xsltproc/libxslt, or with any versionof xsltproc/libxslt on CentOS 6 or newer. The problem is that this xsl: <xsl:if test="$shift>0">evaluates as true if $shift is an empty string on CentOS 5 with newlibxslt and evaluates as false everywhere else. Work around this bychanging the xsl to: <xsl:if test="string-length($shift)>0 and $shift>0">Curiously: <xsl:if test="$shift">also does not work properly, which is surprising since both "0" and ""should evaluate to false in a boolean context.
123345: import - correct handling of sub tables import - import table's left margin import - set table's bottom margin explicitlygit-svn-id: https://svn.apache.org/repos/asf/openo
123345: import - correct handling of sub tables import - import table's left margin import - set table's bottom margin explicitlygit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565662 13f79535-47bb-0310-9956-ffa450edef68
#i124131# use smart pointer's bool operator instead of comparing its content against NULLthis makes the code more typesafe and avoids the -Wnull-conversion warningsseen with boost>=1.55 smart poin
#i124131# use smart pointer's bool operator instead of comparing its content against NULLthis makes the code more typesafe and avoids the -Wnull-conversion warningsseen with boost>=1.55 smart pointers in C+11 enabled build environmentsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68
113059: *.docx import: correct handling of comment/annotation, footnote and endnote IDs for parsing the corresponding sub streams Kudos to Pavel <paveljanik@apache.org> for his analysis and finding
113059: *.docx import: correct handling of comment/annotation, footnote and endnote IDs for parsing the corresponding sub streams Kudos to Pavel <paveljanik@apache.org> for his analysis and findings cherry-picked from branch ooxml-osbagit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552317 13f79535-47bb-0310-9956-ffa450edef68
i118923 - OS/2 port: use of gcc style import libraries.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415538 13f79535-47bb-0310-9956-ffa450edef68
#c705103# fix WW8SttbRgtplc::getEntry() for positive index argumentgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1350605 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307651 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306685 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306678 13f79535-47bb-0310-9956-ffa450edef68
Added AL2 license.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306262 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1292501 13f79535-47bb-0310-9956-ffa450edef68
Avoid some uses of non portable #!/bin/bash in shell scripts.bash is common in GNU/linux but is, in general, notavailable by default on other systems or likely tobe in a different place. When pos
Avoid some uses of non portable #!/bin/bash in shell scripts.bash is common in GNU/linux but is, in general, notavailable by default on other systems or likely tobe in a different place. When possible /bin/shshould be used but if bash extensions are required"#!/bin/env bash" is considered more portable.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235297 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232708 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232673 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230357 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1225987 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198511 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198322 13f79535-47bb-0310-9956-ffa450edef68
added some more missing filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162699 13f79535-47bb-0310-9956-ffa450edef68
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a co
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt/ooo/trunk/core/gettext/gettext-0.18.1.1.patch/ooo/trunk/core/apache-commons/patches/codec.patch/ooo/trunk/core/libcroco/libcroco-0.6.2.patch/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt/ooo/trunk/core/graphite/graphite-2.3.1.patch/ooo/trunk/core/hwpfilter/source/hwpeq.cpp/ooo/trunk/core/solenv/bin/cwstouched.pl/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html/ooo/trunk/core/writerfilter/source/doctok/escher.html/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xslAlso: Repository.mk from the l10n toplevelgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68