]> git.lyx.org Git - lyx.git/commit
make boundary property an iterator property instead of a CursorSlice property
authorAndré Pönitz <poenitz@gmx.net>
Fri, 15 Jul 2005 15:49:40 +0000 (15:49 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 15 Jul 2005 15:49:40 +0000 (15:49 +0000)
commit41ecabf5197a74719dd125e974b062184208c96b
treebd34d50bfb3f596c5ab74c90523875c4aec5da1b
parentd825686252d727012529e1a0169d6a55ec488212
make boundary property an iterator property instead of a CursorSlice property

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10214 a592a061-630c-0410-9148-cb99ea01b6c8
24 files changed:
src/BufferView_pimpl.C
src/bufferview_funcs.C
src/bufferview_funcs.h
src/cursor.C
src/cursor.h
src/cursor_slice.C
src/cursor_slice.h
src/dociterator.h
src/insets/insetbase.C
src/insets/insetbase.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/lyxtext.h
src/mathed/math_mboxinset.C
src/mathed/math_mboxinset.h
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/text.C
src/text2.C
src/text3.C