]> git.lyx.org Git - features.git/commit
This commit terminates the great InsetCollapsable shrink party
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Jul 2009 21:14:39 +0000 (21:14 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Jul 2009 21:14:39 +0000 (21:14 +0000)
commit0585f2b2b4be956c8eef2e57dda4d6205d711f8f
tree430660f005107598338c1eb2eb3cce3761b43400
parent3dad722072e4e2c5ec81751bb5c564b91e844758
This commit terminates the great InsetCollapsable shrink party

 * rename InsetLayout::isForceLtr to forceLTR
 * move InsetCollapsable::xhtml to InsetText
 * move InsetCollapsable::tocString to InsetText.
 * move forcePlainLayout and allowParagraphCustomization from IC to IT
 * use isPassThru instead of forceLTR in places where it seems to make
   sense (was introduced in r21285)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30591 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/Inset.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetLayout.h
src/insets/InsetText.cpp
src/insets/InsetText.h