KR102076552B1 - Apparatus for registering and performing macro, macro registration method - Google Patents

Apparatus for registering and performing macro, macro registration method Download PDF

Info

Publication number
KR102076552B1
KR102076552B1 KR1020180071887A KR20180071887A KR102076552B1 KR 102076552 B1 KR102076552 B1 KR 102076552B1 KR 1020180071887 A KR1020180071887 A KR 1020180071887A KR 20180071887 A KR20180071887 A KR 20180071887A KR 102076552 B1 KR102076552 B1 KR 102076552B1
Authority
KR
South Korea
Prior art keywords
macro
flowchart
registration
signal
response
Prior art date
Application number
KR1020180071887A
Other languages
Korean (ko)
Other versions
KR20200000065A (en
Inventor
안치연
최지희
정민옥
손찬주
Original Assignee
주식회사 한글과컴퓨터
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 한글과컴퓨터 filed Critical 주식회사 한글과컴퓨터
Priority to KR1020180071887A priority Critical patent/KR102076552B1/en
Publication of KR20200000065A publication Critical patent/KR20200000065A/en
Application granted granted Critical
Publication of KR102076552B1 publication Critical patent/KR102076552B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Abstract

본 발명에 따른 문서 편집 프로그램의 매크로 등록 장치는 적어도 하나의 프로세서, I/O 인터페이스 및 메모리를 포함하고, 상기 I/O 인터페이스는 상기 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 상기 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 상기 매크로의 등록을 종료하기 위한 종료 신호를 수신하고, 상기 프로세서는, 상기 시작 신호에 반응하여 상기 매크로에 식별자 및 상기 메모리 내의 저장 공간을 할당하고, 상기 적어도 하나의 동작을 상기 할당된 저장 공간에 저장하고, 상기 종료 신호에 반응하여 상기 매크로의 등록을 종료하고, 상기 메모리는, 상기 문서 편집 프로그램의 편집 기능의 동작을 실행하는 명령어 및 상기 매크로의 등록의 시작 및 종료를 수행하는 명령어를 저장한다.An apparatus for registering a macro of a document editing program according to the present invention includes at least one processor, an I / O interface, and a memory, wherein the I / O interface is a start signal for registering a macro for storing an operation group of the document editing program. Receive an operation signal indicating at least one operation corresponding to an editing function of the document editing program and an end signal for terminating the registration of the macro, and the processor is configured to respond to the start signal with an identifier and the identifier to the macro; Allocating a storage space in a memory, storing the at least one operation in the allocated storage space, terminating registration of the macro in response to the end signal, and the memory operating an editing function of the document editing program. Command to execute and start and end the registration of the macro Stores command.

Description

매크로 등록 및 실행 장치, 매크로 등록 방법{APPARATUS FOR REGISTERING AND PERFORMING MACRO, MACRO REGISTRATION METHOD}Macro registration and execution device, macro registration method {APPARATUS FOR REGISTERING AND PERFORMING MACRO, MACRO REGISTRATION METHOD}

본 발명은 문서 편집 프로그램에서 매크로를 등록하고 실행하는 기술에 관한 것이다.The present invention relates to a technique for registering and executing macros in a document editing program.

최근, 컴퓨터나 스마트폰 또는 태블릿 PC 등이 널리 보급됨에 따라, 이러한 단말기기를 이용하여 전자 문서를 열람, 작성, 편집할 수 있도록 하는 다양한 종류의 전자 문서 관련 프로그램들이 출시되고 있다.Recently, as computers, smartphones, tablet PCs, and the like are widely used, various kinds of electronic document-related programs for reading, creating, and editing electronic documents using such terminal devices have been released.

이러한 전자 문서 관련 프로그램들로는 기본적인 문서의 작성, 편집 등을 지원하는 워드프로세서, 데이터의 입력, 산술연산, 데이터 관리를 보조하는 스프레드시트, 발표자의 발표를 보조하기 위한 프레젠테이션 프로그램들이 있다.Such electronic document related programs include word processors that support the creation and editing of basic documents, data entry, arithmetic operations, spreadsheets to assist data management, and presentation programs to assist presenters.

매크로 명령은 컴퓨터 프로그램이나 프로그래밍 언어(비주얼 베이직, C, 어셈블러, PHP 등)에 반복된 수동 입력이 오류나 실수에 취약한 반복 작업을 중심으로 일련의 작업을 수행하도록 명령하는 명령 시퀀스이다.A macro command is a sequence of instructions that tells a computer program or programming language (Visual Basic, C, assembler, PHP, etc.) to perform a series of tasks centered on repetitive tasks that are vulnerable to errors or mistakes.

통상 매크로 기록기를 사용해 애플리케이션 매크로를 생성한다. 이 기록기는 사용자가 반복 작업하는 동안 키 입력을 기록, 매크로 이름이나 바로가기 키를 실행할 때마다 이 키 입력을 되풀이한다.Typically, you use macro recorders to create application macros. The logger records keystrokes during the repetitive task, and repeats this keystroke each time you execute a macro name or shortcut key.

문서 편집 프로그램 상에서도 다양한 작업들을 기록할 수 있도록 지원하는 매크로 기능을 제공하고 있다. 기존의 매크로 기능은 사용자가 매크로 기록을 위한 스크립트 언어를 알고 있어야 해서, 일반 사용자들이 매크로 기능을 이용하기가 쉽지 않은 면이 존재하였다.It also provides a macro function that allows you to record various tasks in a text editing program. In the existing macro function, the user needs to know the scripting language for recording the macro, which makes it difficult for general users to use the macro function.

따라서, 문서 편집 프로그램 상에서 사용자의 반복 작업 패턴을 고려하여 손쉽게 매크로 기록을 수행할 수 있도록 지원하고, 사용자가 별도의 스크립트 언어를 알지 못하더라도 매크로에 대한 수정을 손쉽게 수행할 수 있도록 지원하기 위한 기술의 도입이 필요하다. Therefore, it is possible to easily perform macro recording in consideration of the user's repetitive working pattern in the document editing program and to easily modify the macro even if the user does not know a separate scripting language. Introduction is necessary.

본 발명은 문서 작성에 자주 쓰이는 패턴을 매크로 기록을 사용하여 기록할 수 있도록 하고, 이를 통해 사용자가 비슷한 문서를 작성할 시 사용자 친화적으로 문서 작성에 도움을 줄 수 있는 매크로를 추천해 줄 수 있으며, 사용자가 직관적으로 매크로를 수정할 수 있도록 지원할 수 있는 기법을 제공하고자 한다.According to the present invention, it is possible to record a pattern frequently used for document creation using a macro record, and through this, a user can recommend a macro that can help a user to write a document when creating a similar document. We want to provide a technique that can help users modify macros intuitively.

본 발명의 일실시예에 따른 문서 편집 프로그램의 매크로 등록 장치에 있어서, 상기 매크로 등록 장치는, 적어도 하나의 프로세서, I/O 인터페이스 및 메모리를 포함하고, 상기 I/O 인터페이스는 상기 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 상기 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 상기 매크로의 등록을 종료하기 위한 종료 신호를 수신하고, 상기 프로세서는, 상기 시작 신호에 반응하여 상기 매크로에 식별자 및 상기 메모리 내의 저장 공간을 할당하고, 상기 적어도 하나의 동작을 상기 할당된 저장 공간에 저장하고, 상기 종료 신호에 반응하여 상기 매크로의 등록을 종료하고, 상기 메모리는, 상기 문서 편집 프로그램의 편집 기능의 동작을 실행하는 명령어 및 상기 매크로의 등록의 시작 및 종료를 수행하는 명령어를 저장할 수 있다.In the macro registration apparatus of a document editing program according to an embodiment of the present invention, the macro registration apparatus includes at least one processor, an I / O interface, and a memory, wherein the I / O interface is a device of the document editing program. Receiving a start signal for registering a macro storing an action group, an operation signal indicating at least one operation corresponding to an editing function of the document editing program, and an end signal for terminating the registration of the macro, Assign an identifier and a storage space in the memory to the macro in response to the start signal, store the at least one operation in the allocated storage space, terminate registration of the macro in response to the end signal, and The memory is an instruction for executing an operation of an editing function of the document editing program. And a command to start and end registration of the macro.

상기 매크로 등록 장치는, 디스플레이를 더 포함하고, 상기 프로세서는, 상기 적어도 하나의 동작에 대응하는 순서도를 생성하고, 상기 디스플레이는, 상기 순서도를 출력할 수 있다.The macro registration apparatus may further include a display, the processor may generate a flowchart corresponding to the at least one operation, and the display may output the flowchart.

상기 I/O 인터페이스는 상기 순서도를 수정하는 신호를 수신하고, 상기 프로세서는 상기 순서도를 수정하는 신호에 대응하여 상기 순서도를 수정하고, 상기 수정된 순서도에 대응하여 상기 적어도 하나의 동작을 수정하고, 상기 메모리는 상기 수정된 적어도 하나의 동작을 저장할 수 있다.The I / O interface receives a signal to modify the flowchart, the processor modifies the flowchart in response to a signal to modify the flowchart, modifies the at least one operation in response to the modified flowchart, The memory may store the modified at least one operation.

상기 프로세서는 상기 순서도를 수정하는 신호에 대응하여 상기 순서도에 포함된 상기 적어도 하나의 동작의 종류 또는 순서를 수정하고, 상기 메모리는, 상기 수정된 동작의 종류 또는 순서를 저장할 수 있다.The processor may modify the type or order of the at least one operation included in the flowchart in response to a signal for modifying the flowchart, and the memory may store the type or order of the modified operation.

또한, 본 발명의 일실시예에 따른 문서 편집 프로그램의 매크로 실행 장치에 있어서, 상기 매크로 실행 장치는, 적어도 하나의 프로세서, I/O 인터페이스, 디스플레이 및 적어도 하나의 매크로의 식별자 및 상기 매크로를 구성하는 적어도 하나의 동작을 저장하는 메모리를 포함하고, 상기 I/O 인터페이스는 상기 적어도 하나의 동작을 나타내는 동작 신호를 수신하고, 상기 프로세서는 상기 동작 신호의 수신에 반응하여 상기 매크로를 사용할지 여부에 대한 선택 요청을 상기 디스플레이로 출력하고, 상기 I/O 인터페이스는 상기 선택 요청에 대응하는 선택 신호를 수신하고, 상기 프로세서는, 상기 선택 신호가 상기 매크로를 사용하는 것을 나타내는 경우, 상기 매크로를 구성하는 동작을 실행하고, 상기 선택 신호가 상기 매크로를 사용하지 않는 것을 나타내는 경우, 상기 선택 요청의 표시를 종료할 수 있다.In addition, in the apparatus for executing a macro of a document editing program according to an embodiment of the present invention, the apparatus for executing a macro may include at least one processor, an I / O interface, a display, an identifier of at least one macro, and the macro; A memory storing at least one operation, wherein the I / O interface receives an operation signal indicative of the at least one operation, and wherein the processor is configured to use the macro in response to receiving the operation signal; Output a selection request to the display, the I / O interface receives a selection signal corresponding to the selection request, and wherein the processor configures the macro when the selection signal indicates to use the macro And select that the selection signal does not use the macro If that may end the display of the selected request.

또한, 본 발명의 일실시예에 따른 매크로 등록 방법은, 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 상기 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 상기 매크로의 등록을 종료하기 위한 종료 신호를 수신하는 단계, 상기 시작 신호에 반응하여 상기 매크로에 식별자 및 상기 메모리 내의 저장 공간을 할당하고, 상기 적어도 하나의 동작을 상기 할당된 저장 공간에 저장하는 단계, 상기 종료 신호에 반응하여 상기 매크로의 등록을 종료하는 단계, 상기 적어도 하나의 동작에 대응하는 순서도를 생성하는 단계 및 디스플레이에 의해 상기 순서도를 출력하는 단계를 포함할 수 있다.In addition, the macro registration method according to an embodiment of the present invention, the start signal for registering the macro for storing the operation group of the document editing program, the operation signal indicating at least one operation corresponding to the editing function of the document editing program And receiving an end signal for terminating registration of the macro, allocating an identifier and storage space in the memory to the macro in response to the start signal, and storing the at least one operation in the allocated storage space. The method may include terminating the registration of the macro in response to the end signal, generating a flowchart corresponding to the at least one operation, and outputting the flowchart by a display.

이때, 상기 매크로 등록 방법은 상기 순서도를 수정하는 신호를 수신하는 단계, 상기 순서도를 수정하는 신호에 대응하여 상기 순서도를 수정하고, 상기 수정된 순서도에 대응하여 상기 적어도 하나의 동작을 수정하는 단계 및 상기 메모리의 상기 저장 공간 상에 상기 수정된 적어도 하나의 동작을 저장 처리하는 단계를 더 포함할 수 있다.In this case, the method for registering a macro may include: receiving a signal for modifying the flowchart, modifying the flowchart in response to the signal for modifying the flowchart, and correcting the at least one operation in response to the modified flowchart; And storing the modified at least one operation on the storage space of the memory.

이때, 상기 수정하는 단계는 상기 순서도를 수정하는 신호에 대응하여 상기 순서도에 포함된 상기 적어도 하나의 동작의 종류 또는 순서를 수정하고, 상기 저장 처리하는 단계는 상기 메모리의 상기 저장 공간 상에 상기 수정된 동작의 종류 또는 순서를 저장 처리할 수 있다.In this case, the modifying may include modifying the type or order of the at least one operation included in the flowchart in response to a signal for modifying the flowchart, and the storing process may include the modification on the storage space of the memory. The type or order of the operations can be stored.

본 발명의 일실시예에 따른 컴퓨터 판독 가능 기록 매체는 상기 방법을 컴퓨터로 하여금 수행하도록 하는 프로그램을 기록할 수 있다.A computer readable recording medium according to an embodiment of the present invention may record a program for causing a computer to perform the method.

본 발명의 일실시예에 따른 컴퓨터 프로그램은 상기 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장될 수 있다.A computer program according to an embodiment of the present invention may be stored in a storage medium for executing the method in combination with a computer.

본 발명은 문서 작성에 자주 쓰이는 패턴을 매크로 기록을 사용하여 기록할 수 있도록 하고, 이를 통해 사용자가 비슷한 문서를 작성할 시 사용자 친화적으로 문서 작성에 도움을 줄 수 있는 매크로를 추천해 줄 수 있으며, 사용자가 직관적으로 매크로를 수정할 수 있도록 지원할 수 있는 기법을 제공할 수 있다.According to the present invention, it is possible to record a pattern frequently used for document creation using a macro record, and through this, a user can recommend a macro that can help a user to create a document when a user creates a similar document. It can provide a mechanism to help users modify macros intuitively.

도 1은 본 발명의 일실시예에 따른 매크로 등록 장치의 전체 구성을 도시한 도면이다.
도 2은 본 발명의 일실시예에 따른 매크로 등록 장치의 전체 동작을 도시한 순서도이다.
도 3은 본 발명의 일실시예에 따른 매크로 등록 장치의 동작을 설명하기 위한 일례를 도시한 도면이다.
도 4는 본 발명의 일실시예에 따른 매크로 실행 장치의 전체 구성을 도시한 도면이다.
도 5는 본 발명의 일실시예에 따른 매크로 등록 방법을 도시한 순서도이다.
1 is a diagram showing the overall configuration of a macro registration device according to an embodiment of the present invention.
2 is a flowchart illustrating the overall operation of the macro registration device according to an embodiment of the present invention.
3 is a diagram illustrating an example for explaining an operation of a macro registration device according to an embodiment of the present invention.
4 is a diagram showing the overall configuration of a macro execution apparatus according to an embodiment of the present invention.
5 is a flowchart illustrating a macro registration method according to an embodiment of the present invention.

이하에서, 첨부된 도면을 참조하여 실시예들을 상세하게 설명한다. 그러나, 실시예들에는 다양한 변경이 가해질 수 있어서 특허출원의 권리 범위가 이러한 실시예들에 의해 제한되거나 한정되는 것은 아니다. 실시예들에 대한 모든 변경, 균등물 내지 대체물이 권리 범위에 포함되는 것으로 이해되어야 한다.Hereinafter, exemplary embodiments will be described in detail with reference to the accompanying drawings. However, various changes may be made to the embodiments so that the scope of the patent application is not limited or limited by these embodiments. It is to be understood that all changes, equivalents, and substitutes for the embodiments are included in the scope of rights.

실시예에서 사용한 용어는 단지 설명을 목적으로 사용된 것으로, 한정하려는 의도로 해석되어서는 안된다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used herein is for the purpose of description and should not be construed as limiting. Singular expressions include plural expressions unless the context clearly indicates otherwise. In this specification, terms such as "comprise" or "have" are intended to indicate that there is a feature, number, step, operation, component, part, or combination thereof described on the specification, and one or more other features. It is to be understood that the present invention does not exclude the possibility of the presence or the addition of numbers, steps, operations, components, components, or a combination thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art. Terms such as those defined in the commonly used dictionaries should be construed as having meanings consistent with the meanings in the context of the related art, and shall not be construed in ideal or excessively formal meanings unless expressly defined in this application. Do not.

또한, 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조부호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다. 실시예를 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 실시예의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.In addition, in the description with reference to the accompanying drawings, the same components will be given the same reference numerals regardless of the reference numerals and duplicate description thereof will be omitted. In the following description of the embodiment, if it is determined that the detailed description of the related known technology may unnecessarily obscure the gist of the embodiment, the detailed description thereof will be omitted.

본 발명의 구현을 위한 문서 편집 프로그램은 정보에 대한 편집 가공 처리를 위한 매크로 또는 VBA(Visual Basic for Applications) 기능을 포함하는 스프레드시트에 적용되지만, 본 발명은 그러한 정보 편집 가공 처리 기능이 포함된 경우이면 어떠한 문서편집프로그램이라도 적용 가능함은 물론이다.The document editing program for the implementation of the present invention is applied to a spreadsheet containing a macro or Visual Basic for Applications (VBA) function for editing processing of information, but the present invention includes a case where such information editing processing function is included. Of course, any text editing program can be applied.

도 1은 본 발명의 일실시예에 따른 매크로 등록 장치의 전체 구성을 도시한 도면이다.1 is a diagram showing the overall configuration of a macro registration device according to an embodiment of the present invention.

본 발명의 일실시예에 따르면, 매크로 등록 장치(110)는 문서 편집 프로그램의 매크로의 등록 과정에서 매크로를 순서도로 시각적으로 표시할 수 있다. 매크로 등록 장치(110)는 매크로의 순서도를 편집할 수 있는 기능을 제공할 수 있다. 매크로 등록 장치(110)는 편집된 순서도에 대응하여 매크로를 편집할 수 있다. 이처럼, 매크로 등록 장치(110)는 매크로의 동작 순서를 순서도를 통하여 시각적으로 제공함으로써 매크로의 수정을 용이하게 할 수 있다. According to an embodiment of the present invention, the macro registration apparatus 110 may visually display the macros in a flowchart in the process of registering the macros of the document editing program. The macro registration apparatus 110 may provide a function of editing a flowchart of a macro. The macro registration device 110 may edit a macro in response to the edited flowchart. As such, the macro registration apparatus 110 may facilitate the modification of the macro by visually providing the operation sequence of the macro through a flowchart.

본 발명의 일실시예에 따르면, 매크로 등록 장치(110)는 I/O 인터페이스(101), 메모리(102), 프로세서(103)를 포함한다. 그리고, 매크로 등록 장치(110)는 디스플레이(104)를 더 포함할 수 있다. According to an embodiment of the present invention, the macro registration device 110 includes an I / O interface 101, a memory 102, and a processor 103. The macro registration device 110 may further include a display 104.

I/O 인터페이스(101)는 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 매크로의 등록을 종료하기 위한 종료 신호를 수신할 수 있다.The I / O interface 101 is a start signal for registering a macro that stores an operation group of a document editing program, an operation signal representing at least one operation corresponding to an editing function of the document editing program, and for terminating registration of a macro. An end signal may be received.

프로세서(103)는 시작 신호에 반응하여 매크로에 식별자 및 메모리 내의 저장 공간을 할당하고, 적어도 하나의 동작을 할당된 저장 공간에 저장하고, 종료 신호에 반응하여 매크로의 등록을 종료할 수 있다.The processor 103 may allocate an identifier and storage space in the memory to the macro in response to the start signal, store at least one operation in the allocated storage space, and terminate registration of the macro in response to the end signal.

메모리(102)는 문서 편집 프로그램의 편집 기능의 동작을 실행하는 명령어 및 매크로의 등록의 시작 및 종료를 수행하는 명령어를 저장할 수 있다.The memory 102 may store instructions for executing an operation of an editing function of a document editing program and instructions for starting and ending registration of a macro.

매크로 등록 장치(110)는 문서 작성에 반복적으로 사용되는 동작 패턴을 등록할 수 있다. 등록된 매크로는 고유의 식별자와 함께 메모리(102)에 저장될 수 있다. 매크로 등록 장치(110)는 매크로 자동 등록 모드를 제공할 수 있다. 매크로 자동 등록 모드가 활성화 상태인 경우, 매크로 등록 장치(110)는 문서 작성에 사용되는 동작 패턴을 자동으로 등록할 수 있다. The macro registration device 110 may register an operation pattern that is repeatedly used to create a document. The registered macro can be stored in the memory 102 with a unique identifier. The macro registration device 110 may provide a macro auto registration mode. When the macro auto registration mode is activated, the macro registration device 110 may automatically register an operation pattern used for document creation.

매크로 등록 장치(110)는 디스플레이(104)를 더 포함할 수 있다. 매크로 등록 장치(110)는 문서 작성에 2회 이상 사용된 동작 패턴이 입력될 경우, 매크로 자동 등록 모드를 옵션으로 제공할 수 있다. 디스플레이(104)는 매크로 자동 등록 모드를 사용할지 여부를 묻는 메시지 박스를 표시할 수 있다.The macro registration device 110 may further include a display 104. The macro registration device 110 may optionally provide a macro automatic registration mode when an operation pattern used two or more times for document creation is input. Display 104 may display a message box asking whether to use the macro auto-registration mode.

예를 들어, 매크로 등록 장치(110)는 매크로 자동 등록 모드를 활성화시킬 수 있다. 매크로 등록 장치(110)는 특정 셀의 선택 명령을 저장할 수 있다. 매크로 등록 장치(110)는 선택된 셀의 글자 속성에 대한 수정 명령을 저장할 수 있다. 매크로 등록 장치(110)는 특정 셀의 선택 명령 및 선택된 셀의 글자 속성에 대한 수정 명령을 하나의 매크로로 등록하고 식별자를 지정할 수 있다. For example, the macro registration device 110 may activate the macro auto registration mode. The macro registration device 110 may store a selection command of a specific cell. The macro registration device 110 may store a modification command for the text attribute of the selected cell. The macro registration apparatus 110 may register a selection command of a specific cell and a modification command of a text attribute of the selected cell as one macro and designate an identifier.

프로세서(103)는 동작 패턴을 나타내는 순서도를 생성할 수 있다. 디스플레이(104)는 순서도를 표시할 수 있다. 디스플레이(104)는 매크로 등록 중의 동작을 순서도로 표시할 수도 있고, 등록된 매크로의 동작을 순서도로 표시할 수도 있다.The processor 103 may generate a flowchart representing the operation pattern. Display 104 may display a flowchart. The display 104 may display an operation during macro registration in a flowchart, or may display an operation of a registered macro in a flowchart.

I/O 인터페이스(101)는 순서도를 수정하는 신호를 수신할 수 있다. 프로세서(103)는 순서도를 수정하는 신호에 대응하여 순서도를 수정할 수 있다. 프로세서(103)는 수정된 순서도에 대응하여 적어도 하나의 동작을 수정할 수 있다. 메모리(102)는 수정된 동작을 저장할 수 있다. 메모리(102)는 수정된 동작을 포함하는 동작 패턴을 저장할 수 있다.I / O interface 101 may receive a signal to modify the flowchart. The processor 103 may modify the flowchart in response to the signal for modifying the flowchart. The processor 103 may modify at least one operation in response to the modified flowchart. The memory 102 may store the modified operation. The memory 102 may store an operation pattern including the modified operation.

프로세서(103)는 순서도를 수정하는 신호에 대응하여 순서도에 포함된 적어도 하나의 동작의 종류 또는 순서를 수정하고, 메모리(102)는 수정된 동작의 종류 또는 순서를 저장할 수 있다.The processor 103 may modify the type or order of at least one operation included in the flowchart in response to the signal for modifying the flowchart, and the memory 102 may store the type or order of the modified operation.

예를 들어, 매크로 등록 장치(110)는 특정 셀의 선택 명령 및 선택된 셀의 글자 속성에 대한 수정 명령을 포함하는 등록된 매크로를 수정할 수 있다. 매크로 등록 장치(110)는 특정 셀의 선택 명령 및 선택된 셀의 글자 속성에 대한 수정 명령에 대응하는 순서도를 디스플레이(104)를 통해 표시할 수 있다. I/O 인터페이스(101)를 통해 선택된 셀의 글자 속성에 대한 수정 명령을 수정하는 신호가 수신될 수 있다. 매크로 등록 장치(110)는 수정하는 신호를 반영하여 등록된 매크로를 수정할 수 있다.For example, the macro registration apparatus 110 may modify a registered macro including a selection command of a specific cell and a modification command for a text attribute of the selected cell. The macro registration apparatus 110 may display, on the display 104, a flowchart corresponding to a selection command of a specific cell and a modification command for a text attribute of the selected cell. Through the I / O interface 101, a signal for modifying a modification command for a text attribute of a selected cell may be received. The macro registration device 110 may correct the registered macro by reflecting a signal to be corrected.

도 2은 본 발명의 일실시예에 따른 매크로 등록 장치의 전체 동작을 도시한 순서도이다. 2 is a flowchart illustrating the overall operation of the macro registration device according to an embodiment of the present invention.

매크로 등록 장치(110)는 등록된 매크로에 대응하는 순서도를 시각적으로 표시할 수 있다. 사용자는 순서도에서 원하는 동작을 간편하게 수정할 수 있다. 매크로 등록 장치(110)는 순서도에서 수정된 동작에 대응하여 매크로의 대응 동작을 수정할 수 있다. 이처럼, 매크로 등록 장치(110)는 매크로에 대한 직관적인 인터페이스를 제공함으로써 사용자가 손쉽게 매크로를 등록하거나 수정할 수 있는 기회를 제공할 수 있다. The macro registration device 110 may visually display a flowchart corresponding to a registered macro. The user can easily modify the desired action in the flowchart. The macro registration apparatus 110 may modify the corresponding operation of the macro in response to the operation modified in the flowchart. As such, the macro registration apparatus 110 may provide an opportunity for a user to easily register or modify a macro by providing an intuitive interface for the macro.

본 발명의 일실시예에 따르면, 단계(201)에서, 매크로 등록 장치(110)는 매크로에 대응하는 순서도를 출력할 수 있다. 예를 들어, 특정 셀의 선택 명령을 포함하는 박스와 선택된 셀의 글자 속성에 대한 수정 명령을 포함하는 박스가 연결된 순서도가 생성될 수 있다. 매크로 등록 장치(110)는 해당 순서도를 디스플레이(104)를 통해 출력함으로써 사용자에게 직관적인 인터페이스를 제공할 수 있다.According to an embodiment of the present invention, in operation 201, the macro registration device 110 may output a flowchart corresponding to the macro. For example, a flowchart may be generated in which a box including a command for selecting a specific cell and a box including a command for modifying a text attribute of the selected cell are connected. The macro registration device 110 may provide an intuitive interface to the user by outputting the corresponding flowchart on the display 104.

본 발명의 일실시예에 따르면, 단계(203)에서, 매크로 등록 장치(110)는 사용자 입력에 따라 순서도를 수정할 수 있다. 사용자가 순서도에서 수정하고자 하는 동작을 선택하면, 수정 모드가 활성화될 수 있다. 수정 모드가 활성화된 상태에서, 사용자는 새로운 동작을 실행할 수 있다. 매크로 등록 장치(110)는 새로운 동작으로 순서도에서 선택된 동작을 교체할 수 있다.According to one embodiment of the invention, in step 203, the macro registration device 110 may modify the flowchart according to the user input. When the user selects an operation to be modified in the flowchart, the modification mode may be activated. With the modify mode activated, the user can execute a new action. The macro registration apparatus 110 may replace the operation selected in the flowchart with the new operation.

본 발명이 일실시예에 따르면, 단계(205)에서, 매크로 등록 장치(110)는 수정된 순서도에 따라 매크로를 수정할 수 있다. 매크로 등록 장치(110)는 교체된 동작을 포함하는 동작 패턴으로 매크로를 수정하여 등록할 수 있다.According to an embodiment of the present invention, in step 205, the macro registration device 110 may modify the macro according to the modified flowchart. The macro registration device 110 may register a macro by modifying the macro to an operation pattern including the replaced operation.

도 3은 본 발명의 일실시예에 따른 매크로 등록 장치의 동작을 설명하기 위한 일례를 도시한 도면이다.3 is a view showing an example for explaining the operation of the macro registration device according to an embodiment of the present invention.

본 발명의 일실시예에 따르면, 등록된 매크로는 스크립트 언어로 저장될 수 있다. According to an embodiment of the present invention, the registered macro may be stored in a script language.

도 3을 참조하면, "글자색상변경" 매크로가 등록될 수 있다. "글자색상변경" 매크로는 글자 폰트의 선택 명령, 글자 색상 선택 명령 및 기울기/음영 선택 명령을 포함할 수 있다. 글자 폰트의 선택 명령은 "Selection.Font"로 표시되고, 글자 색상 선택 명령은 ".Color = -16776961"로 표시되고, 기울기/음영 선택 명령은 ".TintAndShade = 0"으로 표시될 수 있다.Referring to FIG. 3, a macro “change color of text” may be registered. The "change text color" macro may include a selection command of a text font, a text color selection command, and a gradient / shading selection command. The selection command of the text font may be displayed as "Selection.Font", the text color selection command may be displayed as ".Color = -16776961", and the tilt / shading selection command may be displayed as ".TintAndShade = 0".

스크립트 언어를 사용하기 위해선 전문적인 지식이 필요하다. 매크로 등록 장치(110)는 등록된 매크로에 대한 순서도를 시각적으로 표시함으로써 스크립트 언어에 대한 지식 없이도 매크로의 수정을 용이하게 할 수 있다. 매크로 등록 장치(110)는 이처럼 직관적인 인터페이스를 사용자에게 제공할 수 있다. To use the scripting language, you need to have expert knowledge. The macro registration apparatus 110 may visually display a flowchart of registered macros, thereby facilitating modification of the macro without knowledge of the script language. The macro registration device 110 may provide a user with such an intuitive interface.

사용자는 순서도에 표시된 "글자 폰트의 선택 명령"을 수정할 수 있다. 예를 들어, 사용자는 "글자 폰트의 선택 명령"을 "명조체 선택"으로 수정할 수 있다. 매크로 등록 장치(110)는 수정된 순서도에 대응하여 매크로를 수정할 수 있다. 이에 따라, "글자색상변경" 매크로는 명조체 선택 명령, 글자 색상 선택 명령 및 기울기/음영 선택 명령을 포함할 수 있다. The user can modify the "selection command of the character font" displayed in the flowchart. For example, the user can modify the "selection command of the character font" to "select a name font". The macro registration device 110 may modify the macro in response to the modified flowchart. Accordingly, the "change text color" macro may include a Myeongjo font selection command, a text color selection command, and a gradient / shadow selection command.

도 4는 본 발명의 일실시예에 따른 매크로 실행 장치의 전체 구성을 도시한 도면이다. 4 is a diagram showing the overall configuration of a macro execution apparatus according to an embodiment of the present invention.

본 발명의 일실시예에 따르면, 문서 편집 프로그램의 매크로 실행 장치(410)는 적어도 하나의 프로세서(403), I/O 인터페이스(401), 디스플레이(404) 및 메모리(402)를 포함한다. According to an embodiment of the present invention, the macro execution apparatus 410 of the document editing program includes at least one processor 403, an I / O interface 401, a display 404, and a memory 402.

메모리(402)는 적어도 하나의 매크로의 식별자 및 매크로를 구성하는 적어도 하나의 동작을 저장한다. 예를 들어, 메모리(402)는 특정 셀의 선택 명령 및 선택된 셀의 글자 속성에 대한 수정 명령을 포함하는 매크로를 매크로 1에 대응하여 저장할 수 있다. 여기서, 매크로 1은 식별자를 나타낼 수 있다.The memory 402 stores identifiers of at least one macro and at least one operation constituting the macro. For example, the memory 402 may store a macro corresponding to macro 1 including a selection command of a specific cell and a modification command for a text attribute of the selected cell. Here, macro 1 may represent an identifier.

I/O 인터페이스(401)는 적어도 하나의 동작을 나타내는 동작 신호를 수신할 수 있다. 사용자는 문서 편집 프로그램을 사용하는 도중에 매크로 1에 등록된 시작 동작을 수행할 수 있다. The I / O interface 401 may receive an operation signal indicating at least one operation. The user can perform the start operation registered in Macro 1 while using the document editing program.

프로세서(403)는 동작 신호의 수신에 반응하여 매크로를 사용할지 여부에 대한 선택 요청을 디스플레이로 출력할 수 있다. 매크로 1에 등록된 시작 동작에 반응하여, 매크로 1을 사용할 지 여부에 대한 선택 요청이 디스플레이(404)에 표시될 수 있다. The processor 403 may output a selection request on whether to use a macro in response to receiving the operation signal. In response to the start operation registered with macro 1, a selection request whether to use macro 1 may be displayed on display 404.

I/O 인터페이스(401)는 선택 요청에 대응하는 선택 신호를 수신할 수 있다. 프로세서(403)는 선택 신호가 매크로를 사용하는 것을 나타내는 경우, 매크로를 구성하는 동작을 실행하고, 선택 신호가 매크로를 사용하지 않는 것을 나타내는 경우, 선택 요청의 표시를 종료할 수 있다. 예를 들어, 선택 신호가 매크로를 사용하는 것을 나타내는 경우, 매크로 1에 등록된 특정 셀의 선택 명령 및 선택된 셀의 글자 속성에 대한 수정 명령이 실행될 수 있다.The I / O interface 401 may receive a selection signal corresponding to the selection request. The processor 403 may execute an operation of constructing the macro when the selection signal indicates to use the macro, and terminate the display of the selection request when the selection signal indicates not to use the macro. For example, when the selection signal indicates that the macro is used, the selection command of the specific cell registered in the macro 1 and the correction command for the text attribute of the selected cell may be executed.

도 5는 본 발명의 일실시예에 따른 매크로 등록 방법을 도시한 순서도이다.5 is a flowchart illustrating a macro registration method according to an embodiment of the present invention.

단계(510)에서는 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 매크로의 등록을 종료하기 위한 종료 신호를 수신할 수 있다.In step 510, a start signal for registering a macro storing an operation group of the document editing program, an operation signal indicating at least one operation corresponding to the editing function of the document editing program, and an end signal for terminating the registration of the macro Can be received.

단계(520)에서는 시작 신호에 반응하여 매크로에 식별자 및 메모리 내의 저장 공간을 할당하고, 적어도 하나의 동작을 할당된 저장 공간에 저장할 수 있다.In operation 520, an identifier and a storage space in a memory may be allocated to the macro in response to the start signal, and at least one operation may be stored in the allocated storage space.

단계(530)에서는 종료 신호에 반응하여 매크로의 등록을 종료할 수 있다.In operation 530, the registration of the macro may be terminated in response to the termination signal.

단계(540)에서는 적어도 하나의 동작에 대응하는 순서도를 생성할 수 있다.In operation 540, a flowchart corresponding to at least one operation may be generated.

단계(550)에서는 디스플레이에 의해 순서도를 출력할 수 있다.In operation 550, a flowchart may be output by the display.

이때, 본 발명의 일실시예에 따르면, 상기 매크로 등록 방법은 상기 순서도를 수정하는 신호를 수신하는 단계, 상기 순서도를 수정하는 신호에 대응하여 상기 순서도를 수정하고, 상기 수정된 순서도에 대응하여 상기 적어도 하나의 동작을 수정하는 단계 및 상기 메모리의 상기 저장 공간에 상기 수정된 적어도 하나의 동작을 저장 처리하는 단계를 더 포함할 수 있다.In this case, according to an embodiment of the present invention, the method for registering a macro may include receiving a signal for modifying the flowchart, modifying the flowchart in response to the signal for modifying the flowchart, and in response to the modified flowchart. Modifying at least one operation and storing the modified at least one operation in the storage space of the memory.

이때, 본 발명의 일실시예에 따르면, 상기 수정하는 단계는 상기 순서도를 수정하는 신호에 대응하여 상기 순서도에 포함된 상기 적어도 하나의 동작의 종류 또는 순서를 수정할 수 있고, 상기 저장 처리하는 단계는 상기 메모리의 상기 저장 공간 상에 상기 수정된 동작의 종류 또는 순서를 저장 처리할 수 있다.In this case, according to an embodiment of the present disclosure, the modifying may modify the type or order of the at least one operation included in the flowchart in response to the signal for modifying the flowchart, and the storing may include: The type or order of the modified operation may be stored and processed on the storage space of the memory.

본 발명의 일실시예에 따른 매크로 등록 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.The macro registration method according to an embodiment of the present invention may be implemented as a computer program stored in a storage medium for execution by combining with a computer.

또한, 본 발명의 일실시예에 따른 매크로 등록 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. In addition, the macro registration method according to an embodiment of the present invention is implemented in the form of program instructions that can be executed by various computer means may be recorded in a computer readable medium. The computer readable medium may include program instructions, data files, data structures, and the like, alone or in combination. Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks such as floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, the present invention has been described by specific embodiments such as specific components and the like, but the embodiments and drawings are provided only to help a more general understanding of the present invention, and the present invention is not limited to the above embodiments. For those skilled in the art, various modifications and variations are possible from these descriptions.

따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.Accordingly, the spirit of the present invention should not be limited to the described embodiments, and all of the equivalents and equivalents of the claims, as well as the appended claims, will fall within the scope of the present invention. .

Claims (10)

문서 편집 프로그램의 매크로 등록 장치에 있어서,
상기 매크로 등록 장치는,
적어도 하나의 프로세서;
I/O 인터페이스;
메모리; 및
디스플레이를 포함하고,
상기 I/O 인터페이스는 상기 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 상기 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 상기 매크로의 등록을 종료하기 위한 종료 신호를 수신하고,
상기 프로세서는,
상기 시작 신호에 반응하여 상기 매크로에 식별자 및 상기 메모리 내의 저장 공간을 할당하고, 상기 적어도 하나의 동작을 상기 할당된 저장 공간에 저장하고, 상기 적어도 하나의 동작에 대응하는 명령이 포함된 박스를 연결함으로써, 상기 적어도 하나의 동작에 대응하는 순서도를 생성하고, 상기 종료 신호에 반응하여 상기 매크로의 등록을 종료하고,
상기 메모리는,
상기 문서 편집 프로그램의 편집 기능의 동작을 실행하는 명령어 및 상기 매크로의 등록의 시작 및 종료를 수행하는 명령어를 저장하고,
상기 디스플레이는, 상기 순서도를 출력하고,
상기 I/O 인터페이스는, 상기 순서도를 수정하는 신호를 수신하고,
상기 프로세서는, 상기 순서도를 수정하는 신호에 대응하여 상기 순서도에 포함된 상기 적어도 하나의 동작에 대응하는 명령의 종류 또는 순서를 수정함으로써 상기 순서도를 수정하고, 상기 수정된 순서도에 대응하여 상기 할당된 저장 공간에 저장되어 있는 상기 적어도 하나의 동작을 수정하고,
상기 프로세서는, 문서 작성에 2회 이상 사용된 적이 있는 동작 패턴이 입력될 경우, 매크로 자동 등록 모드를 활성화하여 상기 동작 패턴에 따른 동작과 상기 동작 패턴에 대응되는 매크로의 식별자를 상기 메모리에 저장함으로써, 매크로 자동 등록을 수행하는,
매크로 등록 장치.
In the macro registration device of the document editing program,
The macro registration device,
At least one processor;
I / O interface;
Memory; And
Including a display,
The I / O interface may include a start signal for registering a macro storing an operation group of the document editing program, an operation signal indicating at least one operation corresponding to an editing function of the document editing program, and terminating registration of the macro. Receive an end signal for
The processor,
In response to the start signal, allocate an identifier and storage space in the memory to the macro, store the at least one operation in the allocated storage space, and connect a box containing instructions corresponding to the at least one operation. Thereby generating a flowchart corresponding to the at least one operation, terminating registration of the macro in response to the end signal,
The memory,
Instructions for executing an operation of an editing function of the document editing program and instructions for starting and ending registration of the macro;
The display outputs the flowchart,
The I / O interface receives a signal for modifying the flowchart,
The processor may modify the flowchart by modifying a type or order of instructions corresponding to the at least one operation included in the flowchart in response to a signal for modifying the flowchart, and assigning the allocated flowchart in response to the modified flowchart. Modify the at least one operation stored in the storage space,
When the operation pattern that has been used more than two times for writing a document is input, the processor activates the macro auto registration mode to store an operation according to the operation pattern and an identifier of a macro corresponding to the operation pattern in the memory. To perform macro auto-registration,
Macro registration device.
삭제delete 삭제delete 삭제delete 삭제delete I/O 인터페이스가, 문서 편집 프로그램의 동작 그룹을 저장하는 매크로의 등록을 위한 시작 신호, 상기 문서 편집 프로그램의 편집 기능에 대응하는 적어도 하나의 동작을 나타내는 동작 신호 및 상기 매크로의 등록을 종료하기 위한 종료 신호를 수신하는 단계;
프로세서가, 상기 시작 신호에 반응하여 상기 매크로에 식별자 및 메모리 내의 저장 공간을 할당하고, 상기 적어도 하나의 동작을 상기 할당된 저장 공간에 저장하는 단계;
상기 프로세서가, 상기 종료 신호에 반응하여 상기 매크로의 등록을 종료하는 단계;
상기 프로세서가, 상기 적어도 하나의 동작에 대응하는 명령이 포함된 박스를 연결함으로써, 상기 적어도 하나의 동작에 대응하는 순서도를 생성하는 단계;
디스플레이가, 상기 순서도를 출력하는 단계;
상기 I/O 인터페이스가, 상기 순서도를 수정하는 신호를 수신하는 단계; 및
상기 프로세서가, 상기 순서도를 수정하는 신호에 대응하여 상기 순서도에 포함된 상기 적어도 하나의 동작에 대응하는 명령의 종류 또는 순서를 수정함으로써 상기 순서도를 수정하고, 상기 수정된 순서도에 대응하여 상기 할당된 저장 공간에 저장되어 있는 상기 적어도 하나의 동작을 수정하는 단계
를 포함하고,
상기 프로세서는, 문서 작성에 2회 이상 사용된 적이 있는 동작 패턴이 입력될 경우, 매크로 자동 등록 모드를 활성화하여 상기 동작 패턴에 따른 동작과 상기 동작 패턴에 대응되는 매크로의 식별자를 상기 메모리에 저장함으로써, 매크로 자동 등록을 수행하는,
매크로 등록 방법.
A start signal for registering a macro storing an operation group of a document editing program, an operation signal indicating at least one operation corresponding to an editing function of the document editing program, and an end of registration of the macro; Receiving an end signal;
A processor, in response to the start signal, allocating an identifier and storage space in memory to the macro, and storing the at least one operation in the allocated storage space;
Terminating, by the processor, registration of the macro in response to the end signal;
Generating, by the processor, a flowchart corresponding to the at least one operation by connecting a box containing an instruction corresponding to the at least one operation;
Displaying, by the display, the flowchart;
Receiving, by the I / O interface, a signal to modify the flowchart; And
The processor modifies the flowchart by modifying a type or order of instructions corresponding to the at least one operation included in the flowchart in response to a signal for modifying the flowchart, and assigns the allocated flowchart in response to the modified flowchart. Modifying the at least one operation stored in a storage space
Including,
When the operation pattern that has been used more than two times for writing a document is input, the processor activates the macro auto registration mode to store an operation according to the operation pattern and an identifier of a macro corresponding to the operation pattern in the memory. To perform macro auto-registration,
How to register a macro.
삭제delete 삭제delete 제6항의 방법을 수행하는 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer-readable recording medium having recorded thereon a program for performing the method of claim 6. 제6항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램.A computer program stored in a storage medium for executing the method of claim 6 in combination with a computer.
KR1020180071887A 2018-06-22 2018-06-22 Apparatus for registering and performing macro, macro registration method KR102076552B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180071887A KR102076552B1 (en) 2018-06-22 2018-06-22 Apparatus for registering and performing macro, macro registration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180071887A KR102076552B1 (en) 2018-06-22 2018-06-22 Apparatus for registering and performing macro, macro registration method

Publications (2)

Publication Number Publication Date
KR20200000065A KR20200000065A (en) 2020-01-02
KR102076552B1 true KR102076552B1 (en) 2020-02-12

Family

ID=69155258

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180071887A KR102076552B1 (en) 2018-06-22 2018-06-22 Apparatus for registering and performing macro, macro registration method

Country Status (1)

Country Link
KR (1) KR102076552B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2874138B2 (en) 1991-07-29 1999-03-24 日本電気ホームエレクトロニクス株式会社 Information processing device
JP3008872B2 (en) * 1997-01-08 2000-02-14 日本電気株式会社 GUI system automatic operation device and operation macro execution device
JP2007242038A (en) * 2007-04-13 2007-09-20 Murata Mach Ltd Document management device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101688788B1 (en) * 2015-04-06 2016-12-22 주식회사 인프라웨어 Method for syncronizing application menu among electronic devices and electronic device using the same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2874138B2 (en) 1991-07-29 1999-03-24 日本電気ホームエレクトロニクス株式会社 Information processing device
JP3008872B2 (en) * 1997-01-08 2000-02-14 日本電気株式会社 GUI system automatic operation device and operation macro execution device
JP2007242038A (en) * 2007-04-13 2007-09-20 Murata Mach Ltd Document management device

Also Published As

Publication number Publication date
KR20200000065A (en) 2020-01-02

Similar Documents

Publication Publication Date Title
US7636897B2 (en) System and method for property-based focus navigation in a user interface
US8132106B2 (en) Providing a document preview
JP6506412B2 (en) Application loading method and apparatus
US8782554B2 (en) Context menu dependency on many objects of different type
KR20160128940A (en) Method and system of automated generation of user form interface
US8079039B2 (en) Isolating, managing and communicating with user interface elements
KR20060046735A (en) An improved user interface for displaying selectable software functionality controls that are relevant to a selected object
CN109739600B (en) Data processing method, medium, device and computing equipment
JP2006107442A (en) Method, apparatus and computer-readable medium for managing specific type of content in electronic document
CN111813409A (en) Code generation method, device, equipment and storage medium of interactive interface
US10884905B2 (en) Test script creation based on abstract test user controls
US11687323B2 (en) Configurable multi-input web forms for code editors
KR101419759B1 (en) Electronic document driving apparatus and method for executing undo
KR102076552B1 (en) Apparatus for registering and performing macro, macro registration method
KR101498533B1 (en) Component separate display based electronic document display device and method
US20160313958A1 (en) Cross-platform command extensibility
US20210382713A1 (en) Electronic calculator, method, and storage medium
KR102076550B1 (en) Spreadsheet editing apparatus and method
CN109739664B (en) Information processing method, information processing apparatus, electronic device, and medium
JP7322255B2 (en) Electronic computer, method and program
JP4006477B2 (en) Form creation device, form creation method, and storage medium
JP6551082B2 (en) Test support apparatus, test support method, and test support program
JP5954309B2 (en) Program generation support apparatus, program generation support method, and program
JP7289940B2 (en) Program set, storage medium, and information processing method
JP5696474B2 (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant