]> git.lyx.org Git - lyx.git/commit
split LyXFunc::getStatus() into inset specific chunks
authorAndré Pönitz <poenitz@gmx.net>
Thu, 18 Mar 2004 13:57:20 +0000 (13:57 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 18 Mar 2004 13:57:20 +0000 (13:57 +0000)
commitb634b3eb3b5cc1c47fd3bc63294e16536d4f7664
tree07039d92f386e8e4403a4107deb4706ac7dd6f51
parent9e78fe66dec4adbbbf9f0a990ff098023cec86de
split LyXFunc::getStatus() into inset specific chunks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8500 a592a061-630c-0410-9148-cb99ea01b6c8
25 files changed:
src/FuncStatus.C
src/FuncStatus.h
src/MenuBackend.C
src/bufferview_funcs.C
src/bufferview_funcs.h
src/cursor.C
src/frontends/LyXView.C
src/frontends/qt2/QLPopupMenu.C
src/frontends/qt2/QLToolbar.C
src/frontends/xforms/XFormsMenubar.C
src/frontends/xforms/XFormsToolbar.C
src/insets/insetbase.C
src/insets/insetbase.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/lyxfunc.C
src/lyxtext.h
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/text2.C
src/text3.C