• Jacobo Aragunde Pérez's avatar
    ooxml: preserve checkbox sdt control · 64ad5756
    Jacobo Aragunde Pérez yazdı
    Checkbox controls in docx are implemented with a sdt block containing
    the property w:14:checkbox, which has several child elements.
    
    To implement the preservation of the field, we had to add several
    tags to the ooxml model file. Notice they belong to namespace w14,
    that's why we had to add a redundant definitions of CT_STRING,
    ST_STRING and their actions. Then, we just used the existing
    mechanisms on the importer and the exporter.
    
    Finally, added a unit test.
    
    TODO: the checkbox is preserved on export but it cannot be modified.
    We should import it like we do for combo and date boxes.
    
    Change-Id: I40f29b48ec24719c48482b9c8cff10176d1b188d
    64ad5756
Adı
Son kayıt (commit)
Son güncelleme
..
namespacemap.cxx Loading commit data...
namespaces-strict.txt Loading commit data...
namespaces.hxx.head Loading commit data...
namespaces.hxx.tail Loading commit data...
namespaces.pl Loading commit data...
namespaces.txt Loading commit data...
parsexsd.pl Loading commit data...
properties.hxx.head Loading commit data...
properties.hxx.tail Loading commit data...
properties.pl Loading commit data...
properties.txt Loading commit data...
propertynames.cxx Loading commit data...
tokenmap.cxx Loading commit data...
tokens.hxx.head Loading commit data...
tokens.hxx.tail Loading commit data...
tokens.pl Loading commit data...
tokens.txt Loading commit data...