LibreOffice Module sw (master)
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
sw
inc
IGrammarContact.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
#ifndef INCLUDED_SW_INC_IGRAMMARCONTACT_HXX
21
#define INCLUDED_SW_INC_IGRAMMARCONTACT_HXX
22
23
struct
SwPosition
;
24
class
SwTextNode
;
25
class
SwGrammarMarkUp
;
26
29
class
IGrammarContact
30
{
31
public
:
38
virtual
void
updateCursorPosition
(
const
SwPosition
& rNewPos) = 0;
39
45
virtual
SwGrammarMarkUp
*
getGrammarCheck
(
SwTextNode
& rTextNode,
bool
bCreate) = 0;
46
53
virtual
void
finishGrammarCheck
(
SwTextNode
& rTextNode) = 0;
54
55
public
:
56
virtual
~IGrammarContact
() {}
57
};
58
62
IGrammarContact
*
createGrammarContact
();
63
64
/* Helper functions */
65
69
IGrammarContact
*
getGrammarContact
(
const
SwTextNode
&);
70
74
void
finishGrammarCheck
(
SwTextNode
&);
75
76
#endif // INCLUDED_SW_INC_IGRAMMARCONTACT_HXX
77
78
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
IGrammarContact::finishGrammarCheck
virtual void finishGrammarCheck(SwTextNode &rTextNode)=0
finishGrammarCheck() has to be called if a grammar checking has been completed for a text node...
SwPosition
Marks a position in the document model.
Definition:
pam.hxx:36
IGrammarContact::updateCursorPosition
virtual void updateCursorPosition(const SwPosition &rNewPos)=0
Update cursor position reacts to a change of the current input cursor As long as the cursor in inside...
IGrammarContact::getGrammarCheck
virtual SwGrammarMarkUp * getGrammarCheck(SwTextNode &rTextNode, bool bCreate)=0
getGrammarCheck checks if the given text node is blocked by the current cursor if not...
getGrammarContact
IGrammarContact * getGrammarContact(const SwTextNode &)
getGrammarContact() delivers the grammar contact of the document (for a given textnode) ...
Definition:
docnew.cxx:806
finishGrammarCheck
void finishGrammarCheck(SwTextNode &)
finishGrammarCheck() calls the same function of the grammar contact of the document (for a given text...
Definition:
SwGrammarContact.cxx:183
IGrammarContact::~IGrammarContact
virtual ~IGrammarContact()
Definition:
IGrammarContact.hxx:56
SwTextNode
SwTextNode is a paragraph in the document model.
Definition:
ndtxt.hxx:79
IGrammarContact
Organizer of the contact between SwTextNodes and grammar checker.
Definition:
IGrammarContact.hxx:29
createGrammarContact
IGrammarContact * createGrammarContact()
Factory for a grammar contact.
Definition:
SwGrammarContact.cxx:178
SwGrammarMarkUp
Definition:
SwGrammarMarkUp.hxx:36
Generated on Tue May 24 2022 12:22:50 for LibreOffice Module sw (master) by
1.8.10