]> git.lyx.org Git - features.git/commit
Add a member to TocItem that tells us whether the item in question
authorRichard Heck <rgheck@lyx.org>
Fri, 8 Mar 2013 21:18:26 +0000 (16:18 -0500)
committerRichard Heck <rgheck@lyx.org>
Fri, 8 Mar 2013 21:38:18 +0000 (16:38 -0500)
commit86994bf75320524ec656fd70950633c83d445a6c
tree7a018e0f6261234d98a38854552483040da1b6e6
parentbb3629627519151f90cdca0df71d2bb508258181
Add a member to TocItem that tells us whether the item in question
is included in output.
36 files changed:
src/Buffer.cpp
src/Changes.cpp
src/Changes.h
src/Paragraph.cpp
src/Paragraph.h
src/TocBackend.cpp
src/TocBackend.h
src/insets/Inset.h
src/insets/InsetBranch.cpp
src/insets/InsetBranch.h
src/insets/InsetCaption.cpp
src/insets/InsetCaption.h
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h
src/insets/InsetFoot.cpp
src/insets/InsetFoot.h
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetLabel.cpp
src/insets/InsetLabel.h
src/insets/InsetMarginal.cpp
src/insets/InsetMarginal.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetRef.cpp
src/insets/InsetRef.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/insets/InsetText.cpp
src/insets/InsetText.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h