]> git.lyx.org Git - features.git/commit
Replace LString.h with support/std_string.h,
authorAngus Leeming <leeming@lyx.org>
Fri, 5 Sep 2003 17:23:11 +0000 (17:23 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 5 Sep 2003 17:23:11 +0000 (17:23 +0000)
commit236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df
tree7a4ef1caab059de2401542e77e8ec6c8b502d9bc
parent91de22ef340abbf1e9ba7d422bcd9024fa90d63f
Replace LString.h with support/std_string.h,
Lsstream.h with support/std_sstream.h,
support/LIstream.h with support/std_istream.h,
support/LOstream.h with support/std_ostream.h.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7685 a592a061-630c-0410-9148-cb99ea01b6c8
304 files changed:
src/BranchList.h
src/BufferView.h
src/Bullet.h
src/ChangeLog
src/Chktex.h
src/DepTable.h
src/FloatList.h
src/Floating.h
src/LColor.h
src/LString.h [deleted file]
src/LaTeX.h
src/LaTeXFeatures.C
src/LaTeXFeatures.h
src/Lsstream.h [deleted file]
src/LyXAction.h
src/Makefile.am
src/MenuBackend.h
src/ParagraphParameters.C
src/ParagraphParameters.h
src/Sectioning.h
src/Spacing.C
src/Spacing.h
src/SpellBase.h
src/TextCache.h
src/Thesaurus.h
src/ToolbarBackend.h
src/Variables.h
src/WordLangTuple.h
src/author.C
src/author.h
src/box.C
src/buffer.C
src/buffer.h
src/buffer_funcs.h
src/bufferlist.h
src/bufferparams.C
src/bufferparams.h
src/bufferview_funcs.C
src/bufferview_funcs.h
src/chset.h
src/counters.C
src/counters.h
src/debug.h
src/encoding.h
src/errorlist.h
src/exporter.h
src/format.h
src/frontends/Alert_pimpl.h
src/frontends/Dialogs.h
src/frontends/FileDialog.h
src/frontends/LyXKeySym.h
src/frontends/LyXView.h
src/frontends/Menubar.h
src/frontends/Painter.h
src/frontends/Toolbar.h
src/frontends/controllers/BCView.h
src/frontends/controllers/ButtonController.h
src/frontends/controllers/ButtonPolicies.h
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlCommandBuffer.h
src/frontends/controllers/ControlDocument.h
src/frontends/controllers/ControlForks.h
src/frontends/controllers/ControlParagraph.C
src/frontends/controllers/ControlPreamble.h
src/frontends/controllers/ControlPrefs.h
src/frontends/controllers/ControlPrint.h
src/frontends/controllers/ControlSearch.h
src/frontends/controllers/ControlSendto.h
src/frontends/controllers/ControlSpellchecker.h
src/frontends/controllers/Dialog.h
src/frontends/controllers/Kernel.h
src/frontends/controllers/ViewBase.h
src/frontends/controllers/biblio.C
src/frontends/controllers/biblio.h
src/frontends/controllers/frnt_lang.h
src/frontends/controllers/helper_funcs.h
src/frontends/controllers/tex_helpers.h
src/frontends/font_metrics.h
src/frontends/gnome/GAbout.C
src/frontends/gnome/lyx_gui.C
src/frontends/gtk/FileDialogPrivate.C
src/frontends/gtk/GBC.h
src/frontends/gtk/GLyXKeySym.h
src/frontends/gtk/GMiniBuffer.h
src/frontends/gtk/GPainter.C
src/frontends/gtk/GPainter.h
src/frontends/gtk/GPrint.h
src/frontends/gtk/GText.h
src/frontends/gtk/GToolbar.h
src/frontends/gtk/IdSc.h
src/frontends/gtk/lyx_gui.C
src/frontends/gtk/xftFontLoader.h
src/frontends/guiapi.h
src/frontends/lyx_gui.h
src/frontends/qt2/BulletsModule.h
src/frontends/qt2/FileDialog_private.h
src/frontends/qt2/QAbout.C
src/frontends/qt2/QCharacter.h
src/frontends/qt2/QDelimiterDialog.h
src/frontends/qt2/QDocumentDialog.h
src/frontends/qt2/QLMenubar.h
src/frontends/qt2/QLPainter.h
src/frontends/qt2/QLPopupMenu.h
src/frontends/qt2/QLog.C
src/frontends/qt2/QLyXKeySym.h
src/frontends/qt2/QMathDialog.h
src/frontends/qt2/QMathMatrixDialog.C
src/frontends/qt2/QParagraph.h
src/frontends/qt2/QPrefs.C
src/frontends/qt2/QRef.h
src/frontends/qt2/QSearchDialog.h
src/frontends/qt2/QVCLog.C
src/frontends/qt2/floatplacement.h
src/frontends/qt2/iconpalette.h
src/frontends/qt2/panelstack.h
src/frontends/qt2/qlkey.h
src/frontends/qt2/qt_helpers.h
src/frontends/xforms/Color.C
src/frontends/xforms/Color.h
src/frontends/xforms/FontInfo.h
src/frontends/xforms/FormAboutlyx.C
src/frontends/xforms/FormBase.h
src/frontends/xforms/FormColorpicker.h
src/frontends/xforms/FormDialogView.h
src/frontends/xforms/FormFiledialog.h
src/frontends/xforms/FormMathsDelim.C
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormVCLog.C
src/frontends/xforms/Tooltips.h
src/frontends/xforms/XFormsMenubar.h
src/frontends/xforms/XLyXKeySym.h
src/frontends/xforms/XMiniBuffer.h
src/frontends/xforms/XPainter.h
src/frontends/xforms/forms/Makefile.am
src/frontends/xforms/forms_gettext.h
src/frontends/xforms/lyx_gui.C
src/frontends/xforms/xfont_loader.h
src/frontends/xforms/xfont_metrics.h
src/frontends/xforms/xforms_helpers.h
src/funcrequest.C
src/funcrequest.h
src/gettext.h
src/graph.h
src/graphics/GraphicsCache.h
src/graphics/GraphicsCacheItem.h
src/graphics/GraphicsConverter.C
src/graphics/GraphicsConverter.h
src/graphics/GraphicsImage.h
src/graphics/GraphicsLoader.h
src/graphics/GraphicsParams.C
src/graphics/GraphicsParams.h
src/graphics/GraphicsTypes.h
src/graphics/PreviewImage.h
src/graphics/PreviewLoader.C
src/graphics/PreviewLoader.h
src/graphics/PreviewedInset.h
src/graphics/Previews.h
src/importer.h
src/insets/ExternalTemplate.h
src/insets/insetbase.h
src/insets/insetbranch.C
src/insets/insetcaption.C
src/insets/insetcommand.C
src/insets/insetcommandparams.h
src/insets/insetexternal.C
src/insets/insetexternal.h
src/insets/insetfloat.C
src/insets/insetfoot.C
src/insets/insetgraphics.C
src/insets/insetgraphicsParams.h
src/insets/insetinclude.C
src/insets/insetlatexaccent.h
src/insets/insetlist.C
src/insets/insetmarginal.C
src/insets/insetminipage.C
src/insets/insetnote.C
src/insets/insetspace.h
src/insets/insetspecialchar.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.h
src/insets/insettheorem.C
src/insets/insetwrap.C
src/insets/mailinset.h
src/intl.h
src/kbmap.h
src/kbsequence.h
src/language.h
src/lastfiles.h
src/lengthcommon.h
src/lyx_cb.h
src/lyx_main.h
src/lyx_sty.h
src/lyxfind.h
src/lyxfont.C
src/lyxfont.h
src/lyxfunc.C
src/lyxfunc.h
src/lyxgluelength.C
src/lyxgluelength.h
src/lyxlayout.h
src/lyxlength.C
src/lyxlength.h
src/lyxlex.h
src/lyxserver.h
src/lyxtextclass.h
src/lyxtextclasslist.h
src/lyxvc.h
src/mathed/command_inset.C
src/mathed/formula.C
src/mathed/formulabase.C
src/mathed/formulamacro.C
src/mathed/math_arrayinset.C
src/mathed/math_autocorrect.C
src/mathed/math_biginset.h
src/mathed/math_binaryopinset.C
src/mathed/math_boxinset.C
src/mathed/math_boxinset.h
src/mathed/math_braceinset.C
src/mathed/math_casesinset.C
src/mathed/math_charinset.C
src/mathed/math_commentinset.C
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_decorationinset.C
src/mathed/math_decorationinset.h
src/mathed/math_deliminset.h
src/mathed/math_envinset.C
src/mathed/math_ertinset.C
src/mathed/math_extern.C
src/mathed/math_extern.h
src/mathed/math_factory.C
src/mathed/math_factory.h
src/mathed/math_fontinset.C
src/mathed/math_fontoldinset.C
src/mathed/math_gridinfo.h
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_hullinset.C
src/mathed/math_inset.h
src/mathed/math_kerninset.h
src/mathed/math_lefteqninset.C
src/mathed/math_macro.h
src/mathed/math_macrotable.h
src/mathed/math_macrotemplate.h
src/mathed/math_parinset.C
src/mathed/math_parser.C
src/mathed/math_parser.h
src/mathed/math_sizeinset.C
src/mathed/math_splitinset.h
src/mathed/math_streamstr.h
src/mathed/math_substackinset.C
src/mathed/math_support.C
src/mathed/math_support.h
src/mathed/math_xarrowinset.h
src/mathed/textpainter.C
src/messages.h
src/metricsinfo.h
src/paragraph.C
src/paragraph.h
src/paragraph_funcs.C
src/sgml.C
src/sgml.h
src/support/DebugStream.h
src/support/FileInfo.h
src/support/FileMonitor.h
src/support/LIstream.h [deleted file]
src/support/LOstream.h [deleted file]
src/support/Makefile.am
src/support/copy.C
src/support/filename.h
src/support/filetools.C
src/support/filetools.h
src/support/forkedcall.h
src/support/forkedcallqueue.h
src/support/forkedcontr.h
src/support/lstrings.C
src/support/lstrings.h
src/support/lyxlib.h
src/support/lyxmanip.h
src/support/mkdir.C
src/support/os.h
src/support/path.h
src/support/path_defines.h
src/support/sstream.h
src/support/std_istream.h [new file with mode: 0644]
src/support/std_ostream.h [new file with mode: 0644]
src/support/std_sstream.h [new file with mode: 0644]
src/support/std_string.h [new file with mode: 0644]
src/support/systemcall.h
src/support/tempname.C
src/support/tostr.C
src/support/tostr.h
src/support/userinfo.h
src/tabular.C
src/tex2lyx/gettext.h
src/text2.C
src/text3.C
src/toc.h
src/trans.h
src/trans_decl.h
src/trans_mgr.h
src/vc-backend.h
src/vspace.h