]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / buffer_funcs.h
index f7dd645df39db199963da9a090d7d930a78d7547..97449cc4b170299ecba63d5acb16948115842383 100644 (file)
@@ -47,7 +47,8 @@ Buffer * newUnnamedFile(support::FileName const & path,
 Buffer * loadIfNeeded(support::FileName const & fname);
 
 /// Count the number of words in the text between these two iterators
-int countWords(DocIterator const & from, DocIterator const & to);
+int countWords(DocIterator const & from, DocIterator const & to,
+               bool skipNoOutput = true);
 
 /// Count the number of chars in the text between these two iterators
 int countChars(DocIterator const & from, DocIterator const & to, bool with_blanks);