]> git.lyx.org Git - lyx.git/commit
This is intended to be a pure renaming of the Inset::name() routine,
authorRichard Heck <rgheck@comcast.net>
Mon, 28 Mar 2011 22:33:04 +0000 (22:33 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 28 Mar 2011 22:33:04 +0000 (22:33 +0000)
commit3f27f951cbc2521edfbf78792839d61306bdb978
treee39d196dda3e540c87ade6cc888a5f477fc45669
parent9c9abe843fac080bf2c7d1172ba49b6233d07e39
This is intended to be a pure renaming of the Inset::name() routine,
preparatory to fixing #7080. Note that mathed uses the same routine, but
for a completely different purpose, so I did not rename it there. I have
seen no difference in behavior after testing, e.g., opening and
exporting Math.lyx, and also re-saving it and looking at the diff.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38109 a592a061-630c-0410-9148-cb99ea01b6c8
36 files changed:
src/BufferView.cpp
src/CutAndPaste.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetArgument.h
src/insets/InsetBox.cpp
src/insets/InsetBox.h
src/insets/InsetBranch.h
src/insets/InsetCaption.cpp
src/insets/InsetCaption.h
src/insets/InsetCollapsable.h
src/insets/InsetERT.h
src/insets/InsetFlex.h
src/insets/InsetFloat.cpp
src/insets/InsetFloat.h
src/insets/InsetFoot.h
src/insets/InsetFootlike.cpp
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetInfo.cpp
src/insets/InsetInfo.h
src/insets/InsetListings.h
src/insets/InsetMarginal.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetPhantom.cpp
src/insets/InsetPhantom.h
src/insets/InsetPreview.h
src/insets/InsetQuotes.cpp
src/insets/InsetQuotes.h
src/insets/InsetScript.cpp
src/insets/InsetScript.h
src/insets/InsetWrap.cpp
src/insets/InsetWrap.h
src/mathed/InsetMath.cpp
src/mathed/InsetMath.h