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
This commit is contained in:
Angus Leeming 2003-09-05 17:23:11 +00:00
parent 91de22ef34
commit 236ea81bc5
300 changed files with 331 additions and 322 deletions

View File

@ -30,7 +30,7 @@
#ifndef BRANCHES_H
#define BRANCHES_H
#include "LString.h"
#include "support/std_string.h"
#include <list>
class Branch {

View File

@ -15,7 +15,7 @@
#ifndef BUFFER_VIEW_H
#define BUFFER_VIEW_H
#include "LString.h"
#include "support/std_string.h"
#include "insets/inset.h"

View File

@ -13,7 +13,7 @@
#ifndef BULLET_H
#define BULLET_H
#include "LString.h"
#include "support/std_string.h"
///
class Bullet {

View File

@ -1,3 +1,12 @@
2003-09-05 Angus Leeming <leeming@lyx.org>
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.
Changes resulting throughout the tree.
2003-09-05 Angus Leeming <leeming@lyx.org>
* sgml.h: ensure that the header file can be compiled stand-alone.

View File

@ -12,7 +12,7 @@
#ifndef CHKTEX_H
#define CHKTEX_H
#include "LString.h"
#include "support/std_string.h"
class LyXLex;
class TeXErrors;

View File

@ -13,7 +13,7 @@
#ifndef DEP_TABLE_H
#define DEP_TABLE_H
#include "LString.h"
#include "support/std_string.h"
#include <map>
///

View File

@ -14,7 +14,7 @@
#include <map>
#include "LString.h"
#include "support/std_string.h"
class Floating;

View File

@ -12,7 +12,7 @@
#ifndef FLOATING_H
#define FLOATING_H
#include "LString.h"
#include "support/std_string.h"
/** This is a "float layout" object. It contains the parameters for how to
handle the different kinds of floats, default ones and user created ones.

View File

@ -19,7 +19,7 @@
#ifndef LCOLOR_H
#define LCOLOR_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/scoped_ptr.hpp>
/**

View File

@ -15,7 +15,7 @@
#define LATEX_H
#include "latexrunparams.h"
#include "LString.h"
#include "support/std_string.h"
#include <vector>
#include <set>

View File

@ -22,7 +22,7 @@
#include "FloatList.h"
#include "language.h"
#include "encoding.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "support/filetools.h"

View File

@ -15,7 +15,7 @@
#include "support/types.h"
#include "LString.h"
#include "support/std_string.h"
#include <set>
#include <list>

View File

@ -15,7 +15,7 @@
#include "lfuns.h"
#include "LString.h"
#include "support/std_string.h"
#include <boost/utility.hpp>
#include <map>

View File

@ -81,13 +81,11 @@ lyx_SOURCES = \
InsetList.h \
LColor.C \
LColor.h \
LString.h \
LaTeX.C \
LaTeX.h \
LaTeXFeatures.C \
LaTeXFeatures.h \
latexrunparams.h \
Lsstream.h \
LyXAction.C \
LyXAction.h \
MenuBackend.C \

View File

@ -13,7 +13,7 @@
#ifndef MENUBACKEND_H
#define MENUBACKEND_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/shared_ptr.hpp>

View File

@ -20,7 +20,7 @@
#include "buffer.h"
#include "BufferView.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "gettext.h"
#include "lyxtext.h"

View File

@ -14,7 +14,7 @@
#ifndef PARAGRAPHPARAMETERS_H
#define PARAGRAPHPARAMETERS_H
#include "LString.h"
#include "support/std_string.h"
#include "ShareContainer.h"
#include "layout.h"

View File

@ -14,7 +14,7 @@
#include <map>
#include "LString.h"
#include "support/std_string.h"
#include "lyxfont.h"
///

View File

@ -11,7 +11,7 @@
#include <config.h>
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "Spacing.h"
using std::ios;

View File

@ -14,7 +14,7 @@
#include <iosfwd>
#include "LString.h"
#include "support/std_string.h"
///
class Spacing {

View File

@ -13,7 +13,7 @@
#ifndef SPELL_BASE_H
#define SPELL_BASE_H
#include "LString.h" // can't forward declare...
#include "support/std_string.h" // can't forward declare...
class BufferParams;
class WordLangTuple;

View File

@ -12,7 +12,7 @@
#ifndef TEXT_CACHE_H
#define TEXT_CACHE_H
#include "LString.h"
#include "support/std_string.h"
#include <iosfwd>
#include <map>

View File

@ -15,7 +15,7 @@
#include <vector>
#include <map>
#include "LString.h"
#include "support/std_string.h"
#ifdef HAVE_LIBAIKSAURUS
#include AIKSAURUS_H_LOCATION
#endif

View File

@ -16,7 +16,7 @@
#include <vector>
#include <algorithm>
#include "LString.h"
#include "support/std_string.h"
class LyXLex;

View File

@ -13,7 +13,7 @@
#ifndef VARIABLES_H
#define VARIABLES_H
#include "LString.h"
#include "support/std_string.h"
#include <map>

View File

@ -12,7 +12,7 @@
#ifndef WORD_LANG_TUPLE_H
#define WORD_LANG_TUPLE_H
#include "LString.h"
#include "support/std_string.h"
/**
* A word and its given language code ("en_US").

View File

@ -13,7 +13,7 @@
#include "author.h"
#include "support/LAssert.h"
#include "support/LIstream.h"
#include "support/std_istream.h"
#include "support/lstrings.h"
using namespace lyx::support;

View File

@ -15,7 +15,7 @@
#include <map>
#include <iosfwd>
#include "LString.h"
#include "support/std_string.h"
class Author {
public:

View File

@ -14,7 +14,7 @@
#include "box.h"
#include "support/LOstream.h"
#include "support/std_ostream.h"
using std::ostream;

View File

@ -24,7 +24,7 @@
#include "gettext.h"
#include "language.h"
#include "exporter.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "format.h"
#include "ParagraphParameters.h"
#include "iterators.h"

View File

@ -12,7 +12,7 @@
#ifndef BUFFER_H
#define BUFFER_H
#include "LString.h"
#include "support/std_string.h"
#include "undo.h"
#include "support/limited_stack.h"

View File

@ -12,7 +12,7 @@
#ifndef BUFFER_FUNCS_H
#define BUFFER_FUNCS_H
#include "LString.h"
#include "support/std_string.h"
class Buffer;
class TeXErrors;

View File

@ -12,7 +12,7 @@
#ifndef BUFFER_LIST_H
#define BUFFER_LIST_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/utility.hpp>

View File

@ -21,7 +21,7 @@
#include "gettext.h"
#include "language.h"
#include "LaTeXFeatures.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "lyxlex.h"
#include "lyxtextclasslist.h"
#include "tex-strings.h"

View File

@ -15,7 +15,7 @@
#ifndef BUFFERPARAMS_H
#define BUFFERPARAMS_H
#include "LString.h"
#include "support/std_string.h"
#include "vspace.h"
#include "Spacing.h"
#include "Bullet.h"

View File

@ -26,7 +26,7 @@
#include "mathed/math_cursor.h"
#include "support/tostr.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "insets/insettext.h"

View File

@ -14,7 +14,7 @@
#ifndef BUFFERVIEW_FUNCS_H
#define BUFFERVIEW_FUNCS_H
#include "LString.h"
#include "support/std_string.h"
class BufferView;
class LyXFont;

View File

@ -16,7 +16,7 @@
#include <map>
#include <utility>
#include "LString.h"
#include "support/std_string.h"
/// a class for mapping char strings such as "\^{A}" to the integer value
class CharacterSet {

View File

@ -13,7 +13,7 @@
#include "counters.h"
#include "debug.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "support/lstrings.h"
#include "support/LAssert.h"

View File

@ -15,7 +15,7 @@
#ifndef COUNTERS_H
#define COUNTERS_H
#include "LString.h"
#include "support/std_string.h"
#include <map>

View File

@ -15,7 +15,7 @@
#include <iosfwd>
#include "LString.h"
#include "support/std_string.h"
/** Ideally this should have been a namespace, but since we try to be
compilable on older C++ compilators too, we use a struct instead.

View File

@ -13,7 +13,7 @@
#ifndef ENCODING_H
#define ENCODING_H
#include "LString.h"
#include "support/std_string.h"
#include "lyxrc.h"
#include <map>

View File

@ -12,7 +12,7 @@
#ifndef ERRORLIST_H
#define ERRORLIST_H
#include "LString.h"
#include "support/std_string.h"
#include <vector>

View File

@ -14,7 +14,7 @@
#define EXPORTER_H
#include <vector>
#include "LString.h"
#include "support/std_string.h"
class Buffer;
class Format;

View File

@ -13,7 +13,7 @@
#define FORMAT_H
#include "LString.h"
#include "support/std_string.h"
#include <vector>

View File

@ -11,7 +11,7 @@
// GUI-specific implementations
#include "LString.h"
#include "support/std_string.h"
int prompt_pimpl(string const & title, string const & question,

View File

@ -12,7 +12,7 @@
#define DIALOGS_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/utility.hpp>
#include <boost/scoped_ptr.hpp>

View File

@ -18,7 +18,7 @@
#include "lfuns.h"
#include "LString.h"
#include "support/std_string.h"
/**
* \class FileDialog

View File

@ -12,7 +12,7 @@
#ifndef LYXKEYSYM_H
#define LYXKEYSYM_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/shared_ptr.hpp>
/**

View File

@ -14,7 +14,7 @@
#define LYXVIEW_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/utility.hpp>
#include <boost/scoped_ptr.hpp>

View File

@ -14,7 +14,7 @@
#define MENUBAR_H
#include "LString.h"
#include "support/std_string.h"
/**
* The LyX GUI independent menubar class

View File

@ -14,7 +14,7 @@
#define PAINTER_H
#include "LString.h"
#include "support/std_string.h"
#include "LColor.h"
class LyXFont;

View File

@ -13,7 +13,7 @@
#define TOOLBAR_H
#include "LString.h"
#include "support/std_string.h"
#include "ToolbarBackend.h"
class LyXView;

View File

@ -15,7 +15,7 @@
#define BCVIEW_H
#include "LString.h"
#include "support/std_string.h"
#include <boost/shared_ptr.hpp>
#include <list>

View File

@ -15,7 +15,7 @@
#include "ButtonPolicies.h"
#include "LString.h"
#include "support/std_string.h"
#include <boost/scoped_ptr.hpp>

View File

@ -19,7 +19,7 @@
#include <vector>
#include <boost/utility.hpp>
#include "support/LOstream.h"
#include "support/std_ostream.h"
/** An abstract base class for button policies.
A state machine implementation of the various button policies used by the

View File

@ -15,7 +15,7 @@
#include "ControlAboutlyx.h"
#include "gettext.h"
#include "version.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "support/filetools.h" // FileSearch
#include "support/path_defines.h"

View File

@ -14,7 +14,7 @@
#ifndef CONTROLCOMMANDBUFFER_H
#define CONTROLCOMMANDBUFFER_H
#include "LString.h"
#include "support/std_string.h"
#include <vector>

View File

@ -15,7 +15,7 @@
#include <boost/scoped_ptr.hpp>
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
#include "bufferparams.h"
#include <vector>

View File

@ -14,7 +14,7 @@
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
#include <boost/signals/connection.hpp>

View File

@ -17,7 +17,7 @@
#include "lyxlex.h"
#include "ParagraphParameters.h"
#include "support/LAssert.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
using namespace lyx::support;

View File

@ -15,7 +15,7 @@
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
/** A controller for Preamble dialogs.
*/

View File

@ -14,7 +14,7 @@
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
#include "funcrequest.h"
#include "lyxrc.h"
#include "LColor.h"

View File

@ -16,7 +16,7 @@
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
class PrinterParams;

View File

@ -14,7 +14,7 @@
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
/** A controller for Search dialogs.
*/

View File

@ -14,7 +14,7 @@
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
#include <vector>

View File

@ -15,7 +15,7 @@
#include <boost/scoped_ptr.hpp>
#include "ControlDialog_impl.h"
#include "LString.h"
#include "support/std_string.h"
#include "WordLangTuple.h"
class SpellBase;

View File

@ -14,7 +14,7 @@
#include "Kernel.h"
#include "LString.h"
#include "support/std_string.h"
#include <boost/utility.hpp>
#include <boost/scoped_ptr.hpp>

View File

@ -13,7 +13,7 @@
#define KERNEL_H
#include "LString.h"
#include "support/std_string.h"
class Buffer;

View File

@ -15,7 +15,7 @@
class ControlButtons;
class ButtonController;
#include "LString.h"
#include "support/std_string.h"
#include <boost/utility.hpp>

View File

@ -13,7 +13,7 @@
#include "biblio.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "gettext.h" // for _()
#include "support/lstrings.h"

View File

@ -13,7 +13,7 @@
#define BIBLIOHELPERS_H
#include "LString.h"
#include "support/std_string.h"
#include <map>
#include <vector>

View File

@ -13,7 +13,7 @@
#define FRNT_LANG_H
#include "LString.h"
#include "support/std_string.h"
#include <utility>
#include <vector>

View File

@ -13,7 +13,7 @@
#define HELPERFUNCS_H
#include "LString.h"
#include "support/std_string.h"
#include <utility> // pair
#include <vector> // pair

View File

@ -13,7 +13,7 @@
#define TEX_HELPERS_H
#include "LString.h"
#include "support/std_string.h"
#include <utility>
#include <vector>

View File

@ -13,7 +13,7 @@
#ifndef FONT_METRICS_H
#define FONT_METRICS_H
#include "LString.h"
#include "support/std_string.h"
class LyXFont;

View File

@ -12,7 +12,7 @@
#include <config.h>
#include "support/lstrings.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "gnome_helpers.h"
#include "gnomeBC.h"

View File

@ -38,7 +38,7 @@
#include "xfont_loader.h"
#include "xformsImage.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include <iomanip>
#include <fcntl.h>
#include <boost/bind.hpp>

View File

@ -11,7 +11,7 @@
#include <config.h>
#include <gtkmm.h>
#include "LString.h"
#include "support/std_string.h"
#include "FileDialogPrivate.h"

View File

@ -16,7 +16,7 @@
#include "ButtonController.h"
#include "BCView.h"
#include "LString.h"
#include "support/std_string.h"
#include "gettext.h"
class GBC : public GuiBC<Gtk::Button, Gtk::Widget>

View File

@ -12,7 +12,7 @@
#ifndef GLYX_KEYSYM_H
#define GLYX_KEYSYM_H
#include "LString.h"
#include "support/std_string.h"
#include "frontends/LyXKeySym.h"
class GLyXKeySym : public LyXKeySym

View File

@ -14,7 +14,7 @@
#define GMINI_BUFFER_H
#include "frontends/Timeout.h"
#include "LString.h"
#include "support/std_string.h"
class ControlCommandBuffer;
class GMiniBuffer : public SigC::Object

View File

@ -12,7 +12,7 @@
#include <gtkmm.h>
#include "GPainter.h"
#include "LString.h"
#include "support/std_string.h"
#include "debug.h"
#include "GWorkArea.h"
#include "lyxrc.h"

View File

@ -17,7 +17,7 @@
#include <map>
#include "frontends/Painter.h"
#include "LString.h"
#include "support/std_string.h"
class LyXFont;
class GWorkArea;

View File

@ -12,7 +12,7 @@
#ifndef GPRINT_H
#define GPRINT_H
#include "LString.h"
#include "support/std_string.h"
#include "GViewBase.h"
class ControlPrint;

View File

@ -13,7 +13,7 @@
#define GTEXT_H
#include "GViewBase.h"
#include "LString.h"
#include "support/std_string.h"
class ControlCommand;

View File

@ -15,7 +15,7 @@
#include <gtkmm.h>
#include "frontends/Toolbar.h"
#include "ToolbarBackend.h"
#include "LString.h"
#include "support/std_string.h"
class GToolbar : public Toolbar, public SigC::Object
{

View File

@ -12,7 +12,7 @@
#ifndef ID_SC_H
#define ID_SC_H
#include "LString.h"
#include "support/std_string.h"
namespace id_sc
{

View File

@ -41,7 +41,7 @@
#include "xftFontLoader.h"
#include "GWorkArea.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include <iomanip>
#include <fcntl.h>
#include <boost/bind.hpp>

View File

@ -13,7 +13,7 @@
#define XFT_FONT_LOADER_H
#include "lyxfont.h"
#include "LString.h"
#include "support/std_string.h"
#include <X11/Xft/Xft.h>
class GWorkArea;

View File

@ -13,7 +13,7 @@
#define GUIAPI_H
#include "LString.h"
#include "support/std_string.h"
class Dialogs;

View File

@ -13,7 +13,7 @@
#define LYX_GUI_H
#include "LColor.h"
#include "LString.h"
#include "support/std_string.h"
#include "FuncStatus.h"
#include <vector>

View File

@ -14,7 +14,7 @@
#include "ui/BulletsModuleBase.h"
#include "LString.h"
#include "support/std_string.h"
#include <vector>
#include "Bullet.h"
#include <boost/array.hpp>

View File

@ -15,7 +15,7 @@
#include "frontends/FileDialog.h"
#include <qfiledialog.h>
#include "LString.h"
#include "support/std_string.h"
class QToolButton;

View File

@ -12,7 +12,7 @@
#include "support/lstrings.h"
#include "Lsstream.h"
#include "support/std_sstream.h"
#include "qt_helpers.h"
#include "ButtonController.h"
#include "ControlAboutlyx.h"

View File

@ -18,7 +18,7 @@
#include "controllers/character.h"
#include "controllers/frnt_lang.h"
#include "LString.h"
#include "support/std_string.h"
#include <vector>

View File

@ -14,7 +14,7 @@
#include "ui/QDelimiterDialogBase.h"
#include "LString.h"
#include "support/std_string.h"
class QMathDelimiter;
class IconPalette;

View File

@ -14,7 +14,7 @@
#include "ui/QDocumentDialogBase.h"
#include "LString.h"
#include "support/std_string.h"
#include "ui/BulletsModuleBase.h"
#include "BulletsModule.h"

View File

@ -15,7 +15,7 @@
#define QLMENUBAR_H
#include "frontends/Menubar.h"
#include "LString.h"
#include "support/std_string.h"
#include <map>
class LyXView;

View File

@ -14,7 +14,7 @@
#include "Painter.h"
#include "LString.h"
#include "support/std_string.h"
#include "LColor.h"
#include <boost/scoped_ptr.hpp>

Some files were not shown because too many files have changed in this diff Show More