]> git.lyx.org Git - features.git/commit
* LyXView: the accessor methods now return a reference to the member
authorAngus Leeming <leeming@lyx.org>
Tue, 13 Aug 2002 14:40:38 +0000 (14:40 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 13 Aug 2002 14:40:38 +0000 (14:40 +0000)
commitc10dfd15cd79499dd23f161d8f1716c00a143e09
treee55df3426184146e762e3a9ed1beb8634896e827
parentd5bf18637ffb0b73a0b54af9b30a88760aedee40
* LyXView: the accessor methods now return a reference to the member
variables, not a pointer.
* WordLangTuple: you can forward-declare a return type you know ;-)
* Qt: get it to compile again, having broken it yesterday.
* Everything else? See above.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4957 a592a061-630c-0410-9148-cb99ea01b6c8
71 files changed:
src/BufferView.h
src/BufferView2.C
src/BufferView_pimpl.C
src/ChangeLog
src/SpellBase.h
src/WordLangTuple.h
src/buffer.C
src/converter.C
src/frontends/ChangeLog
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlConnections.C
src/frontends/controllers/ControlSpellchecker.h
src/frontends/controllers/ControlTexinfo.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/FileDialog_private.C
src/frontends/qt2/Menubar_pimpl.C
src/frontends/qt2/Qt2Base.h
src/frontends/qt2/QtView.C
src/frontends/qt2/Toolbar_pimpl.C
src/frontends/qt2/lyx_gui.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FileDialog.C
src/frontends/xforms/FormMathsDelim.C
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/Menubar_pimpl.C
src/frontends/xforms/Toolbar_pimpl.C
src/frontends/xforms/XFormsView.C
src/frontends/xforms/lyx_gui.C
src/importer.C
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetbib.C
src/insets/insetcite.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/inseterror.C
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetfloatlist.C
src/insets/insetgraphics.C
src/insets/insetinclude.C
src/insets/insetindex.C
src/insets/insetminipage.C
src/insets/insetparent.C
src/insets/insetref.C
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/insettoc.C
src/insets/inseturl.C
src/ispell.C
src/lyxfunc.C
src/lyxtext.h
src/lyxvc.C
src/mathed/ChangeLog
src/mathed/formulabase.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/ref_inset.C
src/pspell.C
src/text.C
src/toc.C
src/vc-backend.C