OASIS Open Document Format for Office Applications (OpenDocument) TC

 View Only

Re: [office] my requirements

  • 1.  Re: [office] my requirements

    Posted 03-20-2007 18:33
    Hi Michael,
    
    * Clearly a). And b) if its technical possible.
    
    * Independence from internal numbering:
    
    Suppose you have two applications (X) and (Y). 
    
    (X) implements numbering in a post-increment way:
    
    Get the counter of the level of interrest and output it.
    Then increase the counter or reset it according to the current start-value given at the current style.
    
    (Y) implements numbering in a pre-increment way:
    
    Increase the counter of the level of interrest or reset it according to the start-value at the current style
    output the number.
    
    And application which follows the strategy (X) will then interpret
    
    
    
    
    as
    1. P1  // level 2 of the counters is reset to 1 according to the value in stlye L1
    1.1 P2
    1.2 P3
    
    whereas an application which follows stategy (Y) will produce
    1. P1
    1.10 P2 // level 2 of the counters if reset to 10 according to the value in style L2
    1.11 P3
    
    with
    
    
    
    ~Florian
    
    
    >>> Michael Brauer - Sun Germany - ham02 - Hamburg