]> git.lyx.org Git - features.git/commit
Introduce Inset::isLabeled() in order to avoid reimplementing Inset::initView() every...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 10 Mar 2008 15:30:32 +0000 (15:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 10 Mar 2008 15:30:32 +0000 (15:30 +0000)
commit2ab77c16f64b5e966c351f4d7a544e4892825127
tree11e75a3898a2a877f05181c6c2a3b54c7bf26685
parent346839b59f788df1747f3aa073672e2d6d42d948
Introduce Inset::isLabeled() in order to avoid reimplementing Inset::initView() everywhere we need a labels update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23637 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetBibitem.h
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h
src/insets/InsetLabel.h
src/insets/InsetListings.h
src/insets/InsetRef.cpp
src/insets/InsetRef.h