*"* local class implementation for public class *"* use this source file for the implementation part of *"* local helper classes *"* use this source file for any type declarations (class *"* definitions, interfaces or data types) you need for method *"* implementation or private method's signature *"* use this source file for any macro definitions you need *"* in the implementation part of the class method CONSTRUCTOR. CREATE OBJECT font. CREATE OBJECT fill. CREATE OBJECT borders. CREATE OBJECT alignment. CREATE OBJECT number_format. CREATE OBJECT protection. * Start of insertion # issue 139 - Dateretention of cellstyles IF ip_guid IS NOT INITIAL. me->guid = ip_guid. ELSE. * End of insertion # issue 139 - Dateretention of cellstyles CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = me->guid. * Start of insertion # issue 139 - Dateretention of cellstyles ENDIF. * End of insertion # issue 139 - Dateretention of cellstyles endmethod. method GET_GUID. ep_guid = me->guid. endmethod.