]> git.lyx.org Git - features.git/commit
make operator<<(*stream, ...) free functions;
authorAndré Pönitz <poenitz@gmx.net>
Mon, 3 Dec 2001 16:24:50 +0000 (16:24 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 3 Dec 2001 16:24:50 +0000 (16:24 +0000)
commitaed2b1804c474ad4927a681c708b45bee6c4a36f
treec8a206e97b21fc181fbe3f3b7607badb973d48c0
parent8e88c36e20ca6b2446a0ccae6656ab255ebbd115
make operator<<(*stream, ...) free functions;
make *stream 'class' instead of 'struct' (not finished);
use LCOlor::mathline only for boxes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3140 a592a061-630c-0410-9148-cb99ea01b6c8
23 files changed:
src/mathed/Makefile.am
src/mathed/formula.C
src/mathed/formulabase.C
src/mathed/formulamacro.C
src/mathed/math_arrayinset.C
src/mathed/math_casesinset.C
src/mathed/math_charinset.C
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_decorationinset.C
src/mathed/math_extern.C
src/mathed/math_fracinset.C
src/mathed/math_gridinset.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_mathmlstream.C
src/mathed/math_mathmlstream.h
src/mathed/math_rootinset.C
src/mathed/math_scriptinset.C
src/mathed/math_splitinset.C
src/mathed/math_sqrtinset.C
src/mathed/math_streamstr.h [new file with mode: 0644]
src/mathed/math_support.C