• Tomaž Vajngerl's avatar
    Move (and rename) graphic stuff from svtools to vcl · 7fbb96c2
    Tomaž Vajngerl yazdı
    This is preparing to change how GraphicManager works where it
    won't base itself around GraphicObject anymore but Graphic. No
    functional or cosmetic change was made to the classes, only
    changes that were needed because of the move and rename.
    
    The only thing that wasn't moved is the GraphicRenderer as it
    is not needed in vcl for now (but makes sense to move it in the
    future to keep graphic stuff together).
    
    grfmgr was renamed to GraphicObject as the GraphicManager will be
    changed a lot and most likely moved out, so the name grfmgr won't
    make any sense anymore.
    
    All the UNO implementations were renamed with a prefix Uno and
    used the same name as the class name. This is made to be more
    specific which are the Uno objects (for example graphic.cxx
    contained the implementation of XGraphic, which is similar to
    graph.cxx contains Graphic).
    
    Change-Id: I54a2fa6c7e997469aaa7770db05244adb9f64137
    Reviewed-on: https://gerrit.libreoffice.org/51068Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
    7fbb96c2
CppunitTest_sc_mathematical_functions_test.mk 2.81 KB