]> git.lyx.org Git - lyx.git/commit
'using namespace std' instead of 'using std::xxx'
authorAbdelrazak Younes <younes@lyx.org>
Wed, 12 Dec 2007 10:16:00 +0000 (10:16 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 12 Dec 2007 10:16:00 +0000 (10:16 +0000)
commit9383f4c3c6f9cfab2d658701ba66e2b54cd68bea
tree681ee77db1a77455631053db0080c547642386d6
parent15eae2fe68531cfe8838675027efede28c708ada
'using namespace std' instead of 'using std::xxx'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22097 a592a061-630c-0410-9148-cb99ea01b6c8
257 files changed:
src/ASpell.cpp
src/Author.cpp
src/BiblioInfo.cpp
src/Box.cpp
src/BranchList.cpp
src/Buffer.cpp
src/BufferList.cpp
src/BufferParams.cpp
src/BufferView.cpp
src/Bullet.cpp
src/Chktex.cpp
src/CmdDef.cpp
src/Color.cpp
src/Converter.cpp
src/ConverterCache.cpp
src/Counters.cpp
src/Cursor.cpp
src/CutAndPaste.cpp
src/DepTable.cpp
src/EmbeddedFiles.cpp
src/Encoding.cpp
src/ErrorList.cpp
src/Exporter.cpp
src/FloatList.cpp
src/Floating.cpp
src/Font.cpp
src/FontInfo.cpp
src/FontList.cpp
src/Format.cpp
src/FuncRequest.cpp
src/Graph.cpp
src/ISpell.cpp
src/InsetList.cpp
src/KeyMap.cpp
src/KeySequence.cpp
src/LaTeX.cpp
src/LaTeXFeatures.cpp
src/Language.cpp
src/Layout.cpp
src/Length.cpp
src/Lexer.cpp
src/LyX.cpp
src/LyXAction.cpp
src/LyXFunc.cpp
src/LyXRC.cpp
src/LyXVC.cpp
src/MenuBackend.cpp
src/MetricsInfo.cpp
src/ModuleList.cpp
src/Mover.cpp
src/PDFOptions.cpp
src/PSpell.cpp
src/Paragraph.cpp
src/ParagraphMetrics.cpp
src/ParagraphParameters.cpp
src/PrinterParams.cpp
src/Section.cpp
src/Server.cpp
src/ServerSocket.cpp
src/Session.cpp
src/Spacing.cpp
src/SpellBase.cpp
src/Text.cpp
src/Text2.cpp
src/Text3.cpp
src/TextClass.cpp
src/TextClassList.cpp
src/TextMetrics.cpp
src/Thesaurus.cpp
src/TocBackend.cpp
src/ToolbarBackend.cpp
src/Trans.cpp
src/Undo.cpp
src/VCBackend.cpp
src/VSpace.cpp
src/Variables.cpp
src/boost.cpp
src/client/Messages.cpp
src/client/boost.cpp
src/client/client.cpp
src/client/debug.cpp
src/client/gettext.cpp
src/factory.cpp
src/frontends/qt4/FloatPlacement.cpp
src/frontends/qt4/GuiAlert.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiBibtex.cpp
src/frontends/qt4/GuiBox.cpp
src/frontends/qt4/GuiBranch.cpp
src/frontends/qt4/GuiCharacter.cpp
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/GuiClipboard.cpp
src/frontends/qt4/GuiCommandBuffer.cpp
src/frontends/qt4/GuiDelimiter.cpp
src/frontends/qt4/GuiDialog.cpp
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiErrorList.cpp
src/frontends/qt4/GuiExternal.cpp
src/frontends/qt4/GuiFloat.cpp
src/frontends/qt4/GuiFontMetrics.cpp
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiInclude.cpp
src/frontends/qt4/GuiIndex.cpp
src/frontends/qt4/GuiKeySymbol.cpp
src/frontends/qt4/GuiListings.cpp
src/frontends/qt4/GuiLog.cpp
src/frontends/qt4/GuiMath.cpp
src/frontends/qt4/GuiMathMatrix.cpp
src/frontends/qt4/GuiNomencl.cpp
src/frontends/qt4/GuiNote.cpp
src/frontends/qt4/GuiPainter.cpp
src/frontends/qt4/GuiParagraph.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiPrint.cpp
src/frontends/qt4/GuiRef.cpp
src/frontends/qt4/GuiSearch.cpp
src/frontends/qt4/GuiSendto.cpp
src/frontends/qt4/GuiSpellchecker.cpp
src/frontends/qt4/GuiTabular.cpp
src/frontends/qt4/GuiTabularCreate.cpp
src/frontends/qt4/GuiTexinfo.cpp
src/frontends/qt4/GuiThesaurus.cpp
src/frontends/qt4/GuiToc.cpp
src/frontends/qt4/GuiToolbar.cpp
src/frontends/qt4/GuiToolbars.cpp
src/frontends/qt4/GuiVSpace.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/GuiWrap.cpp
src/frontends/qt4/LyXFileDialog.cpp
src/frontends/qt4/PanelStack.cpp
src/frontends/qt4/TocModel.cpp
src/frontends/qt4/Validator.cpp
src/frontends/qt4/qt_helpers.cpp
src/frontends/tests/biblio.cpp
src/graphics/GraphicsCache.cpp
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsConverter.cpp
src/graphics/GraphicsLoader.cpp
src/graphics/GraphicsParams.cpp
src/graphics/GraphicsTypes.cpp
src/graphics/PreviewImage.cpp
src/graphics/PreviewLoader.cpp
src/insets/ExternalSupport.cpp
src/insets/ExternalTemplate.cpp
src/insets/ExternalTransforms.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCaption.cpp
src/insets/InsetCitation.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetCommand.cpp
src/insets/InsetCommandParams.cpp
src/insets/InsetERT.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFlex.cpp
src/insets/InsetFloat.cpp
src/insets/InsetFloatList.cpp
src/insets/InsetFoot.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetGraphicsParams.cpp
src/insets/InsetHyperlink.cpp
src/insets/InsetInclude.cpp
src/insets/InsetIndex.cpp
src/insets/InsetInfo.cpp
src/insets/InsetLine.cpp
src/insets/InsetListings.cpp
src/insets/InsetListingsParams.cpp
src/insets/InsetNewline.cpp
src/insets/InsetNomencl.cpp
src/insets/InsetNote.cpp
src/insets/InsetQuotes.cpp
src/insets/InsetRef.cpp
src/insets/InsetSpace.cpp
src/insets/InsetSpecialChar.cpp
src/insets/InsetTOC.cpp
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp
src/insets/InsetTheorem.cpp
src/insets/InsetVSpace.cpp
src/insets/InsetWrap.cpp
src/insets/MailInset.cpp
src/insets/RenderPreview.cpp
src/lengthcommon.cpp
src/lyxfind.cpp
src/mathed/CommandInset.cpp
src/mathed/InsetFormulaMacro.cpp
src/mathed/InsetMath.cpp
src/mathed/InsetMathArray.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathDelim.cpp
src/mathed/InsetMathExFunc.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathMBox.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathNumber.cpp
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathRoot.cpp
src/mathed/InsetMathScript.cpp
src/mathed/InsetMathSpace.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/InsetMathXYArrow.cpp
src/mathed/MacroTable.cpp
src/mathed/MathAtom.cpp
src/mathed/MathAutoCorrect.cpp
src/mathed/MathData.cpp
src/mathed/MathExtern.cpp
src/mathed/MathFactory.cpp
src/mathed/MathMacro.cpp
src/mathed/MathMacroTemplate.cpp
src/mathed/MathParser.cpp
src/mathed/MathStream.cpp
src/mathed/MathSupport.cpp
src/output.cpp
src/output_docbook.cpp
src/output_latex.cpp
src/output_plaintext.cpp
src/paragraph_funcs.cpp
src/rowpainter.cpp
src/sgml.cpp
src/support/FileFilterList.cpp
src/support/FileMonitor.cpp
src/support/FileName.cpp
src/support/ForkedCalls.cpp
src/support/Messages.cpp
src/support/Package.cpp
src/support/convert.cpp
src/support/copy.cpp
src/support/debug.cpp
src/support/docstream.cpp
src/support/environment.cpp
src/support/filetools.cpp
src/support/gettext.cpp
src/support/lstrings.cpp
src/support/lyxsum.cpp
src/support/lyxtime.cpp
src/support/minizip/zipunzip.cpp
src/support/os_cygwin.cpp
src/support/os_unix.cpp
src/support/os_win32.cpp
src/support/socktools.cpp
src/support/tempname.cpp
src/support/unicode.cpp
src/support/userinfo.cpp
src/tex2lyx/Context.cpp
src/tex2lyx/Font.cpp
src/tex2lyx/Parser.cpp
src/tex2lyx/boost.cpp
src/tex2lyx/math.cpp
src/tex2lyx/preamble.cpp
src/tex2lyx/table.cpp
src/tex2lyx/tex2lyx.cpp
src/tex2lyx/text.cpp