OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 83 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 180
Line 156... Line 156...
156
    }
156
    }
157
 
157
 
158
    static private final String getCharacterContent(final List<Content> pElem, final XMLFormatVersion vers, final boolean ooMode, final boolean useSeparator, final Option option) {
158
    static private final String getCharacterContent(final List<Content> pElem, final XMLFormatVersion vers, final boolean ooMode, final boolean useSeparator, final Option option) {
159
        if (pElem.isEmpty())
159
        if (pElem.isEmpty())
160
            return "";
160
            return "";
161
        final OOXML xml = OOXML.get(vers, false);
161
        final OOXML xml = vers.getXML();
162
 
162
 
163
        final StringBuilder sb = new StringBuilder();
163
        final StringBuilder sb = new StringBuilder();
164
        final Namespace textNS = xml.getVersion().getTEXT();
164
        final Namespace textNS = xml.getVersion().getTEXT();
165
        final Element tabElem = xml.getTab();
165
        final Element tabElem = xml.getTab();
166
        final Element newLineElem = xml.getLineBreak();
166
        final Element newLineElem = xml.getLineBreak();