[Libreoffice-commits] core.git: Changes to 'feature/inherited-number-format-removal'

Markus Mohrhard markus.mohrhard at googlemail.com
Mon May 6 16:18:45 PDT 2013


New branch 'feature/inherited-number-format-removal' available with the following commits:
commit 1a9bbcc0050b223c786bff450c23c2c87147fe5d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue May 7 00:59:48 2013 +0200

    initial work on removing some ScFormulaCell instances
    
    These cells where using a ScFormulaCell to calculate the result of a
    formula and get the number format. Use the new ScSimpleFormulaCalculator
    which is a simplified version that has only a few limitations.
    
    Change-Id: I71f01b8fa10506234627a6512cb434800dceca6a

commit b9bda72b38324689af55e2d2500cedb18d2429cc
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon May 6 22:53:25 2013 +0200

    we don't need this include in the header file
    
    Change-Id: Ic0dce5427c359a44c36a59acfce3427fc9815d97

commit a96a5a9d879b095c461068c02128c73f770ca090
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 23:28:23 2013 +0200

    a few more places without ScFormulaCell
    
    Change-Id: I13ae80429e06fad5e28f1166a585656e8e4ec29f

commit 8eaf25df4e5d40f70c313267869d97367a9726fa
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 22:54:53 2013 +0200

    preparations for inherited number format removal
    
    Without inherited number format these calls are unnecessary.
    
    Change-Id: I359cb217eb32d98df29bb6d2c0fbb14367e30425

commit f9d76a60c7075ed022bfc2b13f8e32442fa3a418
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 22:25:58 2013 +0200

    remove temporary String instances
    
    Change-Id: I8afd7636fa0dcbf53402e8a4393868526e56892b

commit 2047a43f136ccb8437208a15726d40f317cfcb3b
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 03:53:44 2013 +0200

    more String->OUString and early bail outs
    
    Change-Id: Ia573f27962b5fbb48e543a2e2a802e85db36fafd

commit b8c2800d8f42701bf5d9e44915e62ec6a97a29cf
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 03:42:56 2013 +0200

    String->OUString and bail out early
    
    Change-Id: I3fe720269be83840f3d76304042e92541ee14dbf

commit 0abc2e25cf041d1be15d8fff5b90abfb18d2f406
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 03:41:12 2013 +0200

    let us use scoped_ptr when possible
    
    Change-Id: Ia8199bdc63ee732bada51687df195c9ab9cae9aa

commit dfdc2fecf72c0ff46aa22419d301176cb0314253
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 3 03:09:30 2013 +0200

    make the method private
    
    Change-Id: I6f50edefd90c8fbedabfb455d655c07647fecfaf



More information about the Libreoffice-commits mailing list