]> git.lyx.org Git - features.git/commit
Micro-optimisation, avoid rightMargin() call in two loop.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 8 Nov 2006 11:27:06 +0000 (11:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 8 Nov 2006 11:27:06 +0000 (11:27 +0000)
commit12df886453d931c5dab2fa8addea7194844623f4
tree06806e6707561c7d5368480bc10358c8a7965288
parent4c765ba8892b35cee5e107a842acb7eac71d4024
Micro-optimisation, avoid rightMargin() call in two loop.

* LyXText:
  - rowBreakPoint(): now requires the right margin value.
  - redoParagraph(): factorize rightMargin() call from two loops.
  - editXY(): add doxygen comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15802 a592a061-630c-0410-9148-cb99ea01b6c8
src/lyxtext.h
src/text.C