• Noel Grandin's avatar
    tdf#69977: uno::Sequence is expensive · 58d8d8ac
    Noel Grandin yazdı
    when used as a mutable data-structure. Plain std::vector halves the time
    taken to display the chart dialog
    
    Create a class to represent the std::vector we are going to be passing
    around, and move some of the utility methods into it to make the code
    prettier.
    Also create an optimised append(&&) method for the common case of
    appending small temporaries.
    
    Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485
    58d8d8ac
sdrgrafprimitive2d.cxx 7.19 KB