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

Alex Ivan alexnivan at yahoo.com
Sat Jun 22 09:25:13 PDT 2013


New branch 'feature/table-style' available with the following commits:
commit 24fa9beab933d83eef59a36852ab45301cb9dd86
Author: Alex Ivan <alexnivan at yahoo.com>
Date:   Sat Jun 22 18:19:35 2013 +0300

    Moved format information to SwTable*Fmt
    
    Attempted to move the functionality of the current autoformat into the
    table format classes: SwTableFmt, SwTableLineFmt, SwTableColFmt,
    SwTableBoxFmt.
    
    Issues:
    
    * Peculiar error when building after trying to implement SwTableColFmt.
    Attributes for columns will be properly modified in
    /sw/source/core/bastyp/init.cxx once this is solved.
    
    * Should discuss how pointers to default formats for boxes/lines/columns
    are to be initialized from now, or whether the mechanic should be
    removed.
    
    * Also, not sure what attributes should be stored by each class.
    Currently, they are basically stored identically to the AutoFormat
    classes which are in use at the moment.
    
    * The hierarchy of the SwTable*Fmt classes is also subject to
    modification, should it be deemed necessary.
    
    Change-Id: I9c8b24d95f0876e46a3914d71073a53bcf1203fb



More information about the Libreoffice-commits mailing list