]> git.lyx.org Git - features.git/commit
Move contents of paragraph_funcs.* to Text.h and Text.cpp.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 9 Aug 2009 17:30:41 +0000 (17:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 9 Aug 2009 17:30:41 +0000 (17:30 +0000)
commit2b9e44cb0110201ca4d6320266e6550160ee99b3
tree295c9cea063bd254cfefbb708ef6c3723f3fb7db
parenteef8720eca844d2647a4c14024dae03a1915b65c
Move contents of paragraph_funcs.* to Text.h and Text.cpp.
The goal is to simplify the code afterwards.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30955 a592a061-630c-0410-9148-cb99ea01b6c8
23 files changed:
development/scons/scons_manifest.py
src/Buffer.cpp
src/BufferView.cpp
src/Cursor.cpp
src/CutAndPaste.cpp
src/Makefile.am
src/Paragraph.cpp
src/ParagraphMetrics.cpp
src/Text.cpp
src/Text.h
src/Text2.cpp
src/Text3.cpp
src/TextMetrics.cpp
src/buffer_funcs.cpp
src/insets/InsetCaption.cpp
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp
src/output_docbook.cpp
src/output_latex.cpp
src/output_xhtml.cpp
src/paragraph_funcs.cpp [deleted file]
src/paragraph_funcs.h [deleted file]
src/rowpainter.cpp