[Libreoffice-commits] core.git: Changes to 'feature/calc-data-table'

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jun 28 08:34:58 PDT 2014


New branch 'feature/calc-data-table' available with the following commits:
commit 25ad5cbb5bdd7815593f347e2e9a4a5f5b20302f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Jun 28 17:21:36 2014 +0200

    import data table model part
    
    Change-Id: I652c303a00bd74f18f2f221f0b57b37245419f54

commit a1830e46e8d2f4011329f7cdfe50b648beef50aa
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Jun 27 23:59:46 2014 +0200

    support alignment in dxf elements
    
    Change-Id: I36128dd9d8b36e6edaa03366514d55dcb3f88b4a

commit 63fc6359cac8640b073d823bed06df0a02890797
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Jun 27 14:38:43 2014 +0200

    replace the custom element name in preset table style definition
    
    script:
    
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0">
        <xsl:output method="xml" indent="yes"/>
        <xsl:template match="presetTableStyles/*">
            <TableStyle name="name(.)">
                <xsl:attribute name="name">
                    <xsl:value-of select="name()"/>
                </xsl:attribute>
                <xsl:apply-templates select="@*|node()"/>
            </TableStyle>
        </xsl:template>
    
        <xsl:template match="@*|node()">
            <xsl:copy>
                <xsl:apply-templates select="@*|node()"/>
            </xsl:copy>
        </xsl:template>
    </xsl:stylesheet>
    
    Change-Id: I1693ca9f528244bb38619ac7bf95d95f972958cf

commit 36483af27b946cb2b26f847268a943991d3f3950
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Jun 27 14:28:49 2014 +0200

    add preset table styles
    
    Change-Id: I5616bb605ea98234d3651e4ebd86dfb6475c06d9

commit 7ef0bfb07312918f8db23dcc2995ce14ce3e808a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Jun 26 14:19:28 2014 +0200

    fix incorrect ScAnnotationsObj UNO API, fdo#80551
    
    The used index was a sheet local index but the returned position was
    from a global container.
    
    Change-Id: I0b9e9e7e9618c72daf8e6417bca9d3a1cb23abb1

commit 77d36ad464f1d451c6a427f99b3e9ca3d158fb6d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Jun 26 13:47:38 2014 +0200

    fix invalid memory access in chart tests
    
    Change-Id: I056101d146c939ff958c83efc57fd110e8d52509



More information about the Libreoffice-commits mailing list