]> git.lyx.org Git - lyx.git/commit
use the new sstream return non-pods as const, use string instead of char * in a lot...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 14 Sep 2000 17:53:12 +0000 (17:53 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 14 Sep 2000 17:53:12 +0000 (17:53 +0000)
commit45a03f4f67bb00f8142e465c615f348f0622eb32
tree29142f102c2bfebbf8352fe8c487aadc8cc41436
parentc00fe603385b4275c039c9bb35c2b241db93d021
use the new sstream return non-pods as const, use string instead of char * in a lot of places

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1019 a592a061-630c-0410-9148-cb99ea01b6c8
195 files changed:
ChangeLog
Makefile.am
configure.in
po/POTFILES.in
src/BackStack.h
src/BufferView.h
src/BufferView2.C
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/Bullet.C
src/Bullet.h
src/FloatList.C
src/FloatList.h
src/FontInfo.C
src/FontInfo.h
src/ImportNoweb.C
src/ImportNoweb.h
src/LColor.C
src/LColor.h
src/LaTeX.h
src/LaTeXFeatures.C
src/LaTeXFeatures.h
src/Lsstream.h [new file with mode: 0644]
src/LyXAction.C
src/LyXAction.h
src/LyXView.C
src/LyXView.h
src/Makefile.am
src/MenuBackend.h
src/PainterBase.h
src/Spacing.C
src/Spacing.h
src/Variables.C
src/Variables.h
src/WorkArea.C
src/WorkArea.h
src/buffer.C
src/buffer.h
src/bufferlist.C
src/bufferlist.h
src/bufferparams.C
src/bufferview_funcs.C
src/bufferview_funcs.h
src/bullet_forms_cb.C
src/chset.C
src/chset.h
src/combox.C
src/combox.h
src/converter.C
src/converter.h
src/filedlg.C
src/filedlg.h
src/font.C
src/font.h
src/frontends/xforms/FormDocument.C
src/frontends/xforms/Toolbar_pimpl.C
src/graphics/EPS_Renderer.C
src/graphics/EPS_Renderer.h
src/graphics/GraphicsCache.C
src/graphics/GraphicsCache.h
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsCacheItem.h
src/graphics/GraphicsCacheItem_pimpl.C
src/graphics/GraphicsCacheItem_pimpl.h
src/graphics/Renderer.C
src/graphics/XPM_Renderer.C
src/insets/figinset.C
src/insets/figinset.h
src/insets/inset.C
src/insets/insetbib.C
src/insets/insetbib.h
src/insets/insetbutton.h
src/insets/insetcite.C
src/insets/insetcite.h
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetexternal.C
src/insets/insetexternal.h
src/insets/insetfloat.C
src/insets/insetfloat.h
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetgraphicsParams.C
src/insets/insetgraphicsParams.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetindex.C
src/insets/insetindex.h
src/insets/insetinfo.C
src/insets/insetinfo.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetlist.C
src/insets/insetlist.h
src/insets/insetmarginal.C
src/insets/insetmarginal.h
src/insets/insetminipage.C
src/insets/insetminipage.h
src/insets/insetparent.C
src/insets/insetparent.h
src/insets/insetquotes.C
src/insets/insetquotes.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/insettheorem.C
src/insets/insettheorem.h
src/insets/insettoc.C
src/insets/insettoc.h
src/insets/inseturl.C
src/insets/inseturl.h
src/insets/lyxinset.h
src/kbmap.C
src/kbmap.h
src/kbsequence.C
src/kbsequence.h
src/lastfiles.h
src/layout.C
src/layout.h
src/lyx_cb.C
src/lyx_cb.h
src/lyx_main.C
src/lyxfont.C
src/lyxfont.h
src/lyxfr0.C
src/lyxfr0.h
src/lyxfunc.C
src/lyxfunc.h
src/lyxlex.C
src/lyxlex.h
src/lyxparagraph.h
src/lyxtext.h
src/mathed/array.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_defs.h
src/mathed/math_draw.C
src/mathed/math_hash.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_iter.C
src/mathed/math_iter.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_panel.C
src/mathed/math_parser.C
src/mathed/math_parser.h
src/mathed/math_symbols.C
src/mathed/math_write.C
src/minibuffer.h
src/paragraph.C
src/spellchecker.C
src/support/Makefile.am
src/support/copy.C
src/support/filetools.C
src/support/filetools.h
src/support/getUserName.C
src/support/lstrings.h
src/support/lyxlib.h
src/support/lyxstring.C
src/support/lyxsum.C
src/support/sstream.h [new file with mode: 0644]
src/support/syscall.h
src/support/syscontr.h
src/support/textutils.h
src/support/translator.h
src/table.C
src/table.h
src/tabular.C
src/tabular.h
src/tex-accent.h
src/tex-strings.h
src/text.C
src/text2.C
src/trans.C
src/trans.h
src/trans_mgr.C
src/trans_mgr.h
src/vc-backend.C
src/vc-backend.h
src/vspace.C
src/vspace.h