]> git.lyx.org Git - features.git/commit
Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 13 May 2008 08:23:44 +0000 (08:23 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 13 May 2008 08:23:44 +0000 (08:23 +0000)
commit1e51e87f680a7a903d1c24bccf26598459efec47
tree2229896fdbafb0f7321b5dbffd0aeea2b091959e
parent842587a1a688adb1df8606e7a72a9ec6a77fe231
Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24747 a592a061-630c-0410-9148-cb99ea01b6c8
27 files changed:
src/TocBackend.cpp
src/TocBackend.h
src/frontends/qt4/Menus.cpp
src/insets/Inset.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/InsetText.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h