mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
whitespace + Inset::haveParagraphs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6876 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
76cf529711
commit
4d1bbfdd26
@ -1,3 +1,8 @@
|
||||
|
||||
2003-04-29 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* ParagraphList.C: whitespace
|
||||
|
||||
2003-04-28 John Levon <levon@movementarian.org>
|
||||
|
||||
* bufferlist.C: changes for unsaved changes dialog
|
||||
|
@ -1,4 +1,8 @@
|
||||
|
||||
2003-04-29 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
|
||||
|
||||
2003-04-28 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
|
||||
|
@ -270,6 +270,10 @@ public:
|
||||
virtual Paragraph * firstParagraph() const { return 0; }
|
||||
///
|
||||
virtual Paragraph * getFirstParagraph(int /*num*/) const { return 0; }
|
||||
///
|
||||
virtual bool haveParagraphs() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// return the cursor if we own one otherwise giv'em just the
|
||||
/// BufferView cursor to work with.
|
||||
|
@ -1,3 +1,9 @@
|
||||
|
||||
2003-04-29 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* Makefile.am:
|
||||
texparser.h: whitespace
|
||||
|
||||
2003-04-20 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* table.C: use string::erase(), not string::clear() to enable older
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user