]> git.lyx.org Git - lyx.git/commit
Paragraph:
authorAbdelrazak Younes <younes@lyx.org>
Sun, 19 Oct 2008 07:03:44 +0000 (07:03 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 19 Oct 2008 07:03:44 +0000 (07:03 +0000)
commit6a8219c190315a63426e6798290cc3a04dbc0f09
tree53c67b0683900057fb6a701f7c5e2a5f8fb2dc27
parentd579893c5bf60c754a87eed16e552db08cfcdbdc
Paragraph:
- constify some parameters
- getFontSettings():
- getFirstFontSettings(): return a const ref instead of a copy. This brings a consistent 4% improvement in LateX generation. Might speedup rtl handling too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26957 a592a061-630c-0410-9148-cb99ea01b6c8
src/CutAndPaste.cpp
src/Paragraph.cpp
src/Paragraph.h
src/Session.cpp
src/Text.cpp
src/frontends/qt4/GuiCompleter.cpp
src/lyxfind.cpp
src/paragraph_funcs.cpp