]> git.lyx.org Git - features.git/commit
2003-02-13 John Levon <levon@movementarian.org>
authorJohn Levon <levon@movementarian.org>
Fri, 14 Feb 2003 00:41:44 +0000 (00:41 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 14 Feb 2003 00:41:44 +0000 (00:41 +0000)
commit609f0b332162a7764d1bdf8abb1d2c192494eda2
treefd58525f97f3cbc110170d7470d71813248f25e7
parent4f5ec9ec598fcc816b2af290b90f94530773e755
2003-02-13  John Levon  <levon@movementarian.org>

        * text.h:
        * text.C:
        * text2.C: move hfillExpansion(), numberOfSeparators(),
          rowLast(), rowLastPrintable(), numberofHfills(),
          numberOfLabelHfills() ...

        * lyxrow.h:
        * lyxrow.C: ... to member functions here.

        * paragraph.h:
        * paragraph.C:
        * lyxtext.h:
        * text.C: remove LyXText::beginningOfMainBody(), and call
          p->beginningOfMainBody() directly. Move the check for
          LABEL_MANUAL into the latter.

        * text.h:
        * text.C:
        * text2.C:
        * vspace.C:
        * BufferView.h:
        * BufferView.C: make defaultHeight() be a free defaultRowHeight()

        * text.h:
        * text.C:
        * text2.C:
        * text3.C:
        * frontends/screen.C: move bv_owner private, introduce isTopLevel()
          to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6143 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
src/BufferView.C
src/BufferView.h
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/ChangeLog
src/frontends/screen.C
src/insets/ChangeLog
src/insets/insettext.C
src/insets/insettext.h
src/lyxfont.h
src/lyxfunc.C
src/lyxrow.C
src/lyxrow.h
src/lyxtext.h
src/paragraph.C
src/text.C
src/text2.C
src/text3.C
src/vspace.C