]> git.lyx.org Git - lyx.git/commit
Make members of FuncRequest private, per the FIXME there. Again, this is
authorRichard Heck <rgheck@comcast.net>
Fri, 9 Apr 2010 19:00:42 +0000 (19:00 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 9 Apr 2010 19:00:42 +0000 (19:00 +0000)
commitb79d8e5e2d20e8f294d47fe924c20de17dbd5c0b
treebf89462864fa54c9f7b7287a94df066cdb88407e
parent4c7a5d00245799695ea81aa0192151eed8f9c5fb
Make members of FuncRequest private, per the FIXME there. Again, this is
basically a massive renaming, with no real changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34106 a592a061-630c-0410-9148-cb99ea01b6c8
57 files changed:
src/Buffer.cpp
src/BufferView.cpp
src/CmdDef.cpp
src/Cursor.cpp
src/FuncRequest.cpp
src/FuncRequest.h
src/KeyMap.cpp
src/Text3.cpp
src/factory.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiCommandBuffer.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/TocWidget.cpp
src/frontends/qt4/Toolbars.cpp
src/insets/Inset.cpp
src/insets/InsetBibitem.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCaption.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetCommand.cpp
src/insets/InsetERT.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFlex.cpp
src/insets/InsetFloat.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetInclude.cpp
src/insets/InsetIndex.cpp
src/insets/InsetInfo.cpp
src/insets/InsetLabel.cpp
src/insets/InsetListings.cpp
src/insets/InsetNewline.cpp
src/insets/InsetNewpage.cpp
src/insets/InsetNomencl.cpp
src/insets/InsetNote.cpp
src/insets/InsetPhantom.cpp
src/insets/InsetSpace.cpp
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp
src/insets/InsetVSpace.cpp
src/insets/InsetWrap.cpp
src/lyxfind.cpp
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathScript.cpp
src/mathed/InsetMathSpace.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/MathMacroTemplate.cpp