]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
DocBook: fix for nomenclature xml:id and glossary paragraphs.
[lyx.git] / src / BufferView.h
index fbbd1e7f2645440eac78fe2158ea3c74ae9b762c..74e29c6424681ff0048a9dc660bb8768acd0659f 100644 (file)
@@ -34,9 +34,9 @@ class Change;
 class CoordCache;
 class Cursor;
 class CursorSlice;
+class Dimension;
 class DispatchResult;
 class DocIterator;
-class DocumentClass;
 class FuncRequest;
 class FuncStatus;
 class Intl;
@@ -44,11 +44,8 @@ class Inset;
 class Length;
 class MathData;
 class MathRow;
-class ParIterator;
 class ParagraphMetrics;
 class Point;
-class Row;
-class TexRow;
 class Text;
 class TextMetrics;
 
@@ -221,7 +218,7 @@ public:
        /// return the inline completion postfix.
        docstring const & inlineCompletion() const;
        /// return the number of unique characters in the inline completion.
-       size_t const & inlineCompletionUniqueChars() const;
+       size_t inlineCompletionUniqueChars() const;
        /// return the position in the buffer of the inline completion postfix.
        DocIterator const & inlineCompletionPos() const;
        /// make sure inline completion position is OK
@@ -313,7 +310,7 @@ public:
        /// is the caret currently visible in the view
        bool caretInView() const;
        /// get the position and height of the caret
-       void caretPosAndHeight(Point & p, int & h) const;
+       void caretPosAndDim(Point & p, Dimension & dim) const;
 
        ///
        void draw(frontend::Painter & pain, bool paint_caret);