]> git.lyx.org Git - lyx.git/commit
Make buffer's member variables private; use accessor functions.
authorAngus Leeming <leeming@lyx.org>
Tue, 9 Sep 2003 09:47:59 +0000 (09:47 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 9 Sep 2003 09:47:59 +0000 (09:47 +0000)
commitfd36f5ad7612a4034c21c3162e29c3bca42e353e
tree3eb3e2989ae0eac43e367a64a9a03816b5256a65
parent5020a84fc118eb68904258526eb10ffd5053144a
Make buffer's member variables private; use accessor functions.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7717 a592a061-630c-0410-9148-cb99ea01b6c8
53 files changed:
src/BufferView.C
src/BufferView_pimpl.C
src/CutAndPaste.C
src/InsetList.C
src/MenuBackend.C
src/buffer.C
src/buffer.h
src/buffer_funcs.C
src/bufferlist.C
src/bufferview_funcs.C
src/converter.C
src/exporter.C
src/factory.C
src/format.C
src/frontends/LyXView.C
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlDocument.C
src/frontends/controllers/ControlPreamble.C
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlSendto.C
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlVCLog.C
src/frontends/qt2/QLToolbar.C
src/frontends/screen.C
src/frontends/xforms/XFormsToolbar.C
src/graphics/PreviewLoader.C
src/insets/insetbibitem.C
src/insets/insetbibtex.C
src/insets/insetbranch.C
src/insets/insetcaption.C
src/insets/insetcite.C
src/insets/insetert.C
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetfloatlist.C
src/insets/insetgraphics.C
src/insets/insetinclude.C
src/insets/insetquotes.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insetwrap.C
src/lyxfunc.C
src/paragraph.C
src/paragraph_funcs.C
src/rowpainter.C
src/tabular.C
src/text.C
src/text2.C
src/text3.C
src/toc.C
src/undo_funcs.C
src/vspace.C