]> git.lyx.org Git - features.git/commit
Resolve virtual function name clashes:
authorAngus Leeming <leeming@lyx.org>
Mon, 14 Jan 2002 16:10:29 +0000 (16:10 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 14 Jan 2002 16:10:29 +0000 (16:10 +0000)
commitde3b5aab16e517258d6bebb6122697adf8999ae5
treee46879df051c132fbf7eeab7805ef1cd70ebc45d
parentd5fefbb6d896356ed9aa2971a953ec33e03b3731
Resolve virtual function name clashes:
* Rename InsetMinipage's width and height functions as pageWidth and
pageHeight, respectivelyi as they are functionally distinct from
the InsetCollapsable's methods of the same name.
* Change the "bool const &" parameters of UpdateableInset::searchForward and
searchBackward to "bool". Ditto with other classes, so all are now consistent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3375 a592a061-630c-0410-9148-cb99ea01b6c8
21 files changed:
src/ChangeLog
src/buffer.C
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlMinipage.C
src/frontends/controllers/ControlMinipage.h
src/frontends/qt2/ChangeLog
src/frontends/qt2/QMinipage.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormMinipage.C
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetminipage.C
src/insets/insetminipage.h
src/insets/insettabular.C
src/insets/insettabular.h
src/mathed/ChangeLog
src/mathed/formulabase.C
src/mathed/formulabase.h