]> git.lyx.org Git - lyx.git/commit
Add string << operators for the other streams as well, and removes
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 5 Dec 2001 08:04:20 +0000 (08:04 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 5 Dec 2001 08:04:20 +0000 (08:04 +0000)
commit33a28bdc9cdf978601d5d40b693f13924801ad9e
tree2279409a5818b2b10d4c6f505b7630370f0ba519
parente1eb45f5d3e933d76214e74d3d8e3d09c8953533
Add string << operators for the other streams as well, and removes
c_str() all places where it is not needed anymore.
(I also add config.h to several files that was missing it)
+ added s string constructor to math_symbolinset

I also change some "while(" to "while ("

mmm ... yes ... I add a "zero()" function to LyXLength... an "empty()"
function did not seem appropriate. changed a couple of places that
checked on length.value() != 0.0.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3149 a592a061-630c-0410-9148-cb99ea01b6c8
60 files changed:
Makefile.am
src/BufferView_pimpl.C
src/ChangeLog
src/CutAndPaste.C
src/DepTable.C
src/buffer.C
src/chset.C
src/frontends/gnome/ChangeLog
src/frontends/gnome/FormCitation.C
src/frontends/gnome/GUIRunTime.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/qttableview.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormMinipage.C
src/frontends/xforms/xforms_helpers.C
src/insets/ChangeLog
src/insets/insetbib.C
src/insets/insettabular.C
src/insets/insettext.C
src/lastfiles.C
src/lyxgluelength.C
src/lyxlength.C
src/lyxlength.h
src/lyxlex.C
src/lyxlex_pimpl.C
src/lyxserver.C
src/mathed/ChangeLog
src/mathed/math_arrayinset.C
src/mathed/math_boxinset.C
src/mathed/math_decorationinset.C
src/mathed/math_deliminset.C
src/mathed/math_dotsinset.C
src/mathed/math_exfuncinset.C
src/mathed/math_exintinset.C
src/mathed/math_funcinset.C
src/mathed/math_funcliminset.C
src/mathed/math_gridinset.C
src/mathed/math_hullinset.C
src/mathed/math_kerninset.C
src/mathed/math_limitopinset.C
src/mathed/math_mathmlstream.C
src/mathed/math_sizeinset.C
src/mathed/math_streamstr.C
src/mathed/math_streamstr.h
src/mathed/math_stringinset.C
src/mathed/math_symbolinset.C
src/mathed/math_symbolinset.h
src/mathed/math_unknowninset.C
src/screen.C
src/support/ChangeLog
src/support/filetools.C
src/support/lstrings.C
src/support/lyxstring.C
src/tabular-old.C
src/tabular.C
src/text.C
src/trans_mgr.C
src/vc-backend.C
src/vspace.C