mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Rename insets/insetxxx to insets/InsetXxx, part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
021a554335
commit
b6a2a76700
@ -609,7 +609,7 @@ Paragraph text.
|
||||
|
||||
2002-10-24 Rob Lahaye <lahaye@snu.ac.kr>
|
||||
|
||||
* insetgraphicsParams.h (scale): is now a float, not an unsigned int.
|
||||
* InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
|
||||
|
||||
2002-08-22 Rob Lahaye <lahaye@snu.ac.kr>
|
||||
|
||||
|
@ -9,7 +9,7 @@ project(insets)
|
||||
file(GLOB insets_sources ${TOP_SRC_DIR}/src/insets/${LYX_CPP_FILES})
|
||||
file(GLOB insets_headers ${TOP_SRC_DIR}/src/insets/${LYX_HPP_FILES})
|
||||
|
||||
list(REMOVE_ITEM insets_sources ${TOP_SRC_DIR}/src/insets/insettheorem.C)
|
||||
list(REMOVE_ITEM insets_sources ${TOP_SRC_DIR}/src/insets/InsetTheorem.cpp)
|
||||
|
||||
lyx_add_msvc_pch(insets)
|
||||
|
||||
|
@ -323,54 +323,54 @@ src_insets_header_files = Split('''
|
||||
ExternalSupport.h
|
||||
ExternalTemplate.h
|
||||
ExternalTransforms.h
|
||||
inset.h
|
||||
insetbase.h
|
||||
insetbibitem.h
|
||||
insetbibtex.h
|
||||
insetbox.h
|
||||
insetbranch.h
|
||||
insetcaption.h
|
||||
insetcharstyle.h
|
||||
insetcite.h
|
||||
insetcollapsable.h
|
||||
insetcommand.h
|
||||
insetcommandparams.h
|
||||
insetenv.h
|
||||
insetert.h
|
||||
insetexternal.h
|
||||
insetfloat.h
|
||||
insetfloatlist.h
|
||||
insetfoot.h
|
||||
insetfootlike.h
|
||||
insetgraphics.h
|
||||
insetgraphicsParams.h
|
||||
insethfill.h
|
||||
insetinclude.h
|
||||
insetindex.h
|
||||
insetlabel.h
|
||||
insetline.h
|
||||
insetmarginal.h
|
||||
insetnewline.h
|
||||
insetnomencl.h
|
||||
insetnote.h
|
||||
insetoptarg.h
|
||||
insetpagebreak.h
|
||||
insetquotes.h
|
||||
insetref.h
|
||||
insetspace.h
|
||||
insetspecialchar.h
|
||||
insettabular.h
|
||||
insettext.h
|
||||
insettheorem.h
|
||||
insettoc.h
|
||||
inseturl.h
|
||||
insetvspace.h
|
||||
insetwrap.h
|
||||
mailinset.h
|
||||
render_base.h
|
||||
render_button.h
|
||||
render_graphic.h
|
||||
render_preview.h
|
||||
Inset.h
|
||||
InsetBase.h
|
||||
InsetBibitem.h
|
||||
InsetBibtex.h
|
||||
InsetBox.h
|
||||
InsetBranch.h
|
||||
InsetCaption.h
|
||||
InsetCharStyle.h
|
||||
InsetCite.h
|
||||
InsetCollapsable.h
|
||||
InsetCommand.h
|
||||
InsetCommandParams.h
|
||||
InsetEnv.h
|
||||
InsetERT.h
|
||||
InsetExternal.h
|
||||
InsetFloat.h
|
||||
InsetFloatList.h
|
||||
InsetFoot.h
|
||||
InsetFootlike.h
|
||||
InsetGraphics.h
|
||||
InsetGraphicsParams.h
|
||||
InsetHFill.h
|
||||
InsetInclude.h
|
||||
InsetIndex.h
|
||||
InsetLabel.h
|
||||
InsetLine.h
|
||||
InsetMarginal.h
|
||||
InsetNewline.h
|
||||
InsetNomencl.h
|
||||
InsetNote.h
|
||||
InsetOptArg.h
|
||||
InsetPageBreak.h
|
||||
InsetQuotes.h
|
||||
InsetRef.h
|
||||
InsetSpace.h
|
||||
InsetSpecialChar.h
|
||||
InsetTabular.h
|
||||
InsetText.h
|
||||
InsetTheorem.h
|
||||
InsetTOC.h
|
||||
InsetUrl.h
|
||||
InsetVSpace.h
|
||||
InsetWrap.h
|
||||
MailInset.h
|
||||
RenderBase.h
|
||||
RenderButton.h
|
||||
RenderGraphic.h
|
||||
RenderPreview.h
|
||||
''')
|
||||
|
||||
|
||||
@ -378,52 +378,52 @@ src_insets_files = Split('''
|
||||
ExternalSupport.C
|
||||
ExternalTemplate.C
|
||||
ExternalTransforms.C
|
||||
inset.C
|
||||
insetbase.C
|
||||
insetbibitem.C
|
||||
insetbibtex.C
|
||||
insetbox.C
|
||||
insetbranch.C
|
||||
insetcaption.C
|
||||
insetcharstyle.C
|
||||
insetcite.C
|
||||
insetcollapsable.C
|
||||
insetcommand.C
|
||||
insetcommandparams.C
|
||||
insetenv.C
|
||||
insetert.C
|
||||
insetexternal.C
|
||||
insetfloat.C
|
||||
insetfloatlist.C
|
||||
insetfoot.C
|
||||
insetfootlike.C
|
||||
insetgraphics.C
|
||||
insetgraphicsParams.C
|
||||
insethfill.C
|
||||
insetinclude.C
|
||||
insetindex.C
|
||||
insetlabel.C
|
||||
insetline.C
|
||||
insetmarginal.C
|
||||
insetnewline.C
|
||||
insetnomencl.C
|
||||
insetnote.C
|
||||
insetoptarg.C
|
||||
insetpagebreak.C
|
||||
insetquotes.C
|
||||
insetref.C
|
||||
insetspace.C
|
||||
insetspecialchar.C
|
||||
insettabular.C
|
||||
insettext.C
|
||||
insettoc.C
|
||||
inseturl.C
|
||||
insetvspace.C
|
||||
insetwrap.C
|
||||
mailinset.C
|
||||
render_button.C
|
||||
render_graphic.C
|
||||
render_preview.C
|
||||
Inset.cpp
|
||||
InsetBase.cpp
|
||||
InsetBibitem.cpp
|
||||
InsetBibtex.cpp
|
||||
InsetBox.cpp
|
||||
InsetBranch.cpp
|
||||
InsetCaption.cpp
|
||||
InsetCharStyle.cpp
|
||||
InsetCite.cpp
|
||||
InsetCollapsable.cpp
|
||||
InsetCommand.cpp
|
||||
InsetCommandParams.cpp
|
||||
InsetEnv.cpp
|
||||
InsetERT.cpp
|
||||
InsetExternal.cpp
|
||||
InsetFloat.cpp
|
||||
InsetFloatList.cpp
|
||||
InsetFoot.cpp
|
||||
InsetFootlike.cpp
|
||||
InsetGraphics.cpp
|
||||
InsetGraphicsParams.cpp
|
||||
InsetHFill.cpp
|
||||
InsetInclude.cpp
|
||||
InsetIndex.cpp
|
||||
InsetLabel.cpp
|
||||
InsetLine.cpp
|
||||
InsetMarginal.cpp
|
||||
InsetNewline.cpp
|
||||
InsetNomencl.cpp
|
||||
InsetNote.cpp
|
||||
InsetOptArg.cpp
|
||||
InsetPageBreak.cpp
|
||||
InsetQuotes.cpp
|
||||
InsetRef.cpp
|
||||
InsetSpace.cpp
|
||||
InsetSpecialChar.cpp
|
||||
InsetTabular.cpp
|
||||
InsetText.cpp
|
||||
InsetTOC.cpp
|
||||
InsetUrl.cpp
|
||||
InsetVSpace.cpp
|
||||
InsetWrap.cpp
|
||||
MailInset.cpp
|
||||
RenderButton.cpp
|
||||
RenderGraphic.cpp
|
||||
RenderPreview.cpp
|
||||
''')
|
||||
|
||||
|
||||
|
@ -82,39 +82,39 @@ src/frontends/qt4/UrlView.C
|
||||
src/frontends/qt4/validators.C
|
||||
src/gettext.h
|
||||
src/importer.C
|
||||
src/insets/insetbase.C
|
||||
src/insets/insetbibtex.C
|
||||
src/insets/insetbox.C
|
||||
src/insets/insetbranch.C
|
||||
src/insets/insetcaption.C
|
||||
src/insets/insetcharstyle.C
|
||||
src/insets/insetcommand.C
|
||||
src/insets/insetcommandparams.C
|
||||
src/insets/insetenv.C
|
||||
src/insets/insetert.C
|
||||
src/insets/insetexternal.C
|
||||
src/insets/insetfloat.C
|
||||
src/insets/insetfloatlist.C
|
||||
src/insets/insetfoot.C
|
||||
src/insets/insetgraphics.C
|
||||
src/insets/insethfill.C
|
||||
src/insets/insetinclude.C
|
||||
src/insets/insetindex.C
|
||||
src/insets/insetmarginal.C
|
||||
src/insets/insetnomencl.C
|
||||
src/insets/insetnote.C
|
||||
src/insets/insetoptarg.C
|
||||
src/insets/insetpagebreak.h
|
||||
src/insets/insetref.C
|
||||
src/insets/insettabular.C
|
||||
src/insets/insettext.C
|
||||
src/insets/insettheorem.C
|
||||
src/insets/insettoc.C
|
||||
src/insets/inseturl.C
|
||||
src/insets/insetvspace.C
|
||||
src/insets/insetwrap.C
|
||||
src/insets/render_graphic.C
|
||||
src/insets/render_preview.C
|
||||
src/insets/InsetBase.cpp
|
||||
src/insets/InsetBibtex.cpp
|
||||
src/insets/InsetBox.cpp
|
||||
src/insets/InsetBranch.cpp
|
||||
src/insets/InsetCaption.cpp
|
||||
src/insets/InsetCharStyle.cpp
|
||||
src/insets/InsetCommand.cpp
|
||||
src/insets/InsetCommandParams.cpp
|
||||
src/insets/InsetEnv.cpp
|
||||
src/insets/InsetERT.cpp
|
||||
src/insets/InsetExternal.cpp
|
||||
src/insets/InsetFloat.cpp
|
||||
src/insets/InsetFloatList.cpp
|
||||
src/insets/InsetFoot.cpp
|
||||
src/insets/InsetGraphics.cpp
|
||||
src/insets/InsetHFill.cpp
|
||||
src/insets/InsetInclude.cpp
|
||||
src/insets/InsetIndex.cpp
|
||||
src/insets/InsetMarginal.cpp
|
||||
src/insets/InsetNomencl.cpp
|
||||
src/insets/InsetNote.cpp
|
||||
src/insets/InsetOptArg.cpp
|
||||
src/insets/InsetPageBreak.h
|
||||
src/insets/InsetRef.cpp
|
||||
src/insets/InsetTabular.cpp
|
||||
src/insets/InsetText.cpp
|
||||
src/insets/InsetTheorem.cpp
|
||||
src/insets/InsetTOC.cpp
|
||||
src/insets/InsetUrl.cpp
|
||||
src/insets/InsetVSpace.cpp
|
||||
src/insets/InsetWrap.cpp
|
||||
src/insets/RenderGraphic.cpp
|
||||
src/insets/RenderPreview.cpp
|
||||
src/ispell.C
|
||||
src/kbsequence.C
|
||||
src/lengthcommon.C
|
||||
|
@ -55,10 +55,10 @@
|
||||
#include "WordLangTuple.h"
|
||||
#include "metricsinfo.h"
|
||||
|
||||
#include "insets/insetbibtex.h"
|
||||
#include "insets/insetcommand.h" // ChangeRefs
|
||||
#include "insets/insetref.h"
|
||||
#include "insets/insettext.h"
|
||||
#include "insets/InsetBibtex.h"
|
||||
#include "insets/InsetCommand.h" // ChangeRefs
|
||||
#include "insets/InsetRef.h"
|
||||
#include "insets/InsetText.h"
|
||||
|
||||
#include "frontends/Alert.h"
|
||||
#include "frontends/FileDialog.h"
|
||||
|
@ -36,8 +36,8 @@
|
||||
#include "pariterator.h"
|
||||
#include "undo.h"
|
||||
|
||||
#include "insets/insetcharstyle.h"
|
||||
#include "insets/insettabular.h"
|
||||
#include "insets/InsetCharStyle.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/InsetMath.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "BranchList.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "insets/insetbranch.h"
|
||||
#include "insets/InsetBranch.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -41,8 +41,8 @@
|
||||
|
||||
#include "frontends/FontMetrics.h"
|
||||
|
||||
#include "insets/insetbibitem.h"
|
||||
#include "insets/insetoptarg.h"
|
||||
#include "insets/InsetBibitem.h"
|
||||
#include "insets/InsetOptArg.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/textutils.h"
|
||||
|
@ -201,7 +201,7 @@ bool TextMetrics::redoParagraph(pit_type const pit)
|
||||
|
||||
// redo insets
|
||||
// FIXME: We should always use getFont(), see documentation of
|
||||
// noFontChange() in insetbase.h.
|
||||
// noFontChange() in InsetBase.h.
|
||||
LyXFont const bufferfont = buffer.params().getFont();
|
||||
InsetList::const_iterator ii = par.insetlist.begin();
|
||||
InsetList::const_iterator iend = par.insetlist.end();
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "paragraph.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "insets/insetoptarg.h"
|
||||
#include "insets/InsetOptArg.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
|
||||
|
@ -50,10 +50,10 @@
|
||||
#include "undo.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "insets/insetbibitem.h"
|
||||
#include "insets/insetbibtex.h"
|
||||
#include "insets/insetinclude.h"
|
||||
#include "insets/insettext.h"
|
||||
#include "insets/InsetBibitem.h"
|
||||
#include "insets/InsetBibtex.h"
|
||||
#include "insets/InsetInclude.h"
|
||||
#include "insets/InsetText.h"
|
||||
|
||||
#include "mathed/MathMacroTemplate.h"
|
||||
#include "mathed/MathMacroTable.h"
|
||||
|
@ -37,10 +37,10 @@
|
||||
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
#include "insets/insetbibitem.h"
|
||||
#include "insets/insetcaption.h"
|
||||
#include "insets/insetinclude.h"
|
||||
#include "insets/insettabular.h"
|
||||
#include "insets/InsetBibitem.h"
|
||||
#include "insets/InsetCaption.h"
|
||||
#include "insets/InsetInclude.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/fs_extras.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "lyxtextclass.h"
|
||||
#include "paper.h"
|
||||
|
||||
#include "insets/insetquotes.h"
|
||||
#include "insets/InsetQuotes.h"
|
||||
|
||||
#include "support/copied_ptr.h"
|
||||
#include "support/types.h"
|
||||
|
@ -33,8 +33,8 @@
|
||||
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
#include "insets/insetcommand.h"
|
||||
#include "insets/insettext.h"
|
||||
#include "insets/InsetCommand.h"
|
||||
#include "insets/InsetText.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "lyxtext.h"
|
||||
|
||||
#include "insets/insetbase.h"
|
||||
#include "insets/InsetBase.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
@ -33,8 +33,8 @@
|
||||
#include "paragraph_funcs.h"
|
||||
#include "pariterator.h"
|
||||
|
||||
#include "insets/insettabular.h"
|
||||
#include "insets/insettext.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
#include "insets/InsetText.h"
|
||||
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/InsetMath.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef CURSORSLICE_H
|
||||
#define CURSORSLICE_H
|
||||
|
||||
#include "insets/insetbase.h"
|
||||
#include "insets/InsetBase.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "mathed/MathData.h"
|
||||
#include "mathed/InsetMath.h"
|
||||
|
||||
#include "insets/insettabular.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/current_function.hpp>
|
||||
|
@ -23,37 +23,37 @@
|
||||
#include "lyx_main.h"
|
||||
#include "paragraph.h"
|
||||
|
||||
#include "insets/insetbibitem.h"
|
||||
#include "insets/insetbibtex.h"
|
||||
#include "insets/insetcaption.h"
|
||||
#include "insets/insetcite.h"
|
||||
#include "insets/insetcharstyle.h"
|
||||
#include "insets/insetenv.h"
|
||||
#include "insets/insetert.h"
|
||||
#include "insets/insetexternal.h"
|
||||
#include "insets/insetfloat.h"
|
||||
#include "insets/insetfloatlist.h"
|
||||
#include "insets/insetfoot.h"
|
||||
#include "insets/insetgraphics.h"
|
||||
#include "insets/insethfill.h"
|
||||
#include "insets/insetinclude.h"
|
||||
#include "insets/insetindex.h"
|
||||
#include "insets/insetnomencl.h"
|
||||
#include "insets/insetlabel.h"
|
||||
#include "insets/insetline.h"
|
||||
#include "insets/insetmarginal.h"
|
||||
#include "insets/insetnote.h"
|
||||
#include "insets/insetbox.h"
|
||||
#include "insets/insetbranch.h"
|
||||
#include "insets/insetoptarg.h"
|
||||
#include "insets/insetpagebreak.h"
|
||||
#include "insets/insetref.h"
|
||||
#include "insets/insetspace.h"
|
||||
#include "insets/insettabular.h"
|
||||
#include "insets/insettoc.h"
|
||||
#include "insets/inseturl.h"
|
||||
#include "insets/insetvspace.h"
|
||||
#include "insets/insetwrap.h"
|
||||
#include "insets/InsetBibitem.h"
|
||||
#include "insets/InsetBibtex.h"
|
||||
#include "insets/InsetCaption.h"
|
||||
#include "insets/InsetCite.h"
|
||||
#include "insets/InsetCharStyle.h"
|
||||
#include "insets/InsetEnv.h"
|
||||
#include "insets/InsetERT.h"
|
||||
#include "insets/InsetExternal.h"
|
||||
#include "insets/InsetFloat.h"
|
||||
#include "insets/InsetFloatList.h"
|
||||
#include "insets/InsetFoot.h"
|
||||
#include "insets/InsetGraphics.h"
|
||||
#include "insets/InsetHFill.h"
|
||||
#include "insets/InsetInclude.h"
|
||||
#include "insets/InsetIndex.h"
|
||||
#include "insets/InsetNomencl.h"
|
||||
#include "insets/InsetLabel.h"
|
||||
#include "insets/InsetLine.h"
|
||||
#include "insets/InsetMarginal.h"
|
||||
#include "insets/InsetNote.h"
|
||||
#include "insets/InsetBox.h"
|
||||
#include "insets/InsetBranch.h"
|
||||
#include "insets/InsetOptArg.h"
|
||||
#include "insets/InsetPageBreak.h"
|
||||
#include "insets/InsetRef.h"
|
||||
#include "insets/InsetSpace.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
#include "insets/InsetTOC.h"
|
||||
#include "insets/InsetUrl.h"
|
||||
#include "insets/InsetVSpace.h"
|
||||
#include "insets/InsetWrap.h"
|
||||
|
||||
#include "mathed/MathMacroTemplate.h"
|
||||
#include "mathed/InsetMathHull.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "ControlBox.h"
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetbox.h"
|
||||
#include "insets/InsetBox.h"
|
||||
#include "gettext.h"
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "bufferparams.h"
|
||||
#include "BranchList.h"
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetbranch.h"
|
||||
#include "insets/InsetBranch.h"
|
||||
|
||||
|
||||
using std::string;
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "ControlCommand.h"
|
||||
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetcommand.h"
|
||||
#include "insets/InsetCommand.h"
|
||||
|
||||
|
||||
using std::string;
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "insets/insetcommandparams.h"
|
||||
#include "insets/InsetCommandParams.h"
|
||||
|
||||
namespace lyx {
|
||||
namespace frontend {
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "insets/insetert.h" // InsetERT::ERTStatus
|
||||
#include "insets/InsetERT.h" // InsetERT::ERTStatus
|
||||
|
||||
namespace lyx {
|
||||
namespace frontend {
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "graphics/GraphicsCacheItem.h"
|
||||
#include "graphics/GraphicsImage.h"
|
||||
|
||||
#include "insets/insetexternal.h"
|
||||
#include "insets/InsetExternal.h"
|
||||
#include "insets/ExternalSupport.h"
|
||||
#include "insets/ExternalTemplate.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "ControlFloat.h"
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetfloat.h"
|
||||
#include "insets/InsetFloat.h"
|
||||
|
||||
|
||||
using std::string;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "graphics/GraphicsCacheItem.h"
|
||||
#include "graphics/GraphicsImage.h"
|
||||
|
||||
#include "insets/insetgraphics.h"
|
||||
#include "insets/InsetGraphics.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/filefilterlist.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "gettext.h"
|
||||
#include "lyxrc.h"
|
||||
|
||||
#include "insets/insetinclude.h"
|
||||
#include "insets/InsetInclude.h"
|
||||
|
||||
#include "support/filefilterlist.h"
|
||||
#include "support/filetools.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
#include "Dialog.h"
|
||||
#include "insets/insetcommandparams.h"
|
||||
#include "insets/InsetCommandParams.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "ControlNote.h"
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetnote.h"
|
||||
#include "insets/InsetNote.h"
|
||||
#include "gettext.h"
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "funcrequest.h"
|
||||
#include "lyxrc.h"
|
||||
#include "paragraph.h"
|
||||
#include "insets/insettabular.h"
|
||||
#include "insets/InsetTabular.h"
|
||||
|
||||
|
||||
using std::string;
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "ButtonController.h"
|
||||
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetvspace.h"
|
||||
#include "insets/InsetVSpace.h"
|
||||
|
||||
|
||||
using std::istringstream;
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "ControlWrap.h"
|
||||
#include "funcrequest.h"
|
||||
#include "insets/insetwrap.h"
|
||||
#include "insets/InsetWrap.h"
|
||||
|
||||
|
||||
using std::string;
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "FloatPlacement.h"
|
||||
#include "qt_helpers.h"
|
||||
|
||||
#include "insets/insetfloat.h"
|
||||
#include "insets/InsetFloat.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
using lyx::support::contains;
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "controllers/ControlBox.h"
|
||||
#include "controllers/helper_funcs.h"
|
||||
|
||||
#include "insets/insetbox.h"
|
||||
#include "insets/InsetBox.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "controllers/ControlBranch.h"
|
||||
|
||||
#include "insets/insetbranch.h"
|
||||
#include "insets/InsetBranch.h"
|
||||
|
||||
#include <QPushButton>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "controllers/ControlExternal.h"
|
||||
|
||||
#include "insets/ExternalTemplate.h"
|
||||
#include "insets/insetexternal.h"
|
||||
#include "insets/InsetExternal.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/convert.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "controllers/ControlFloat.h"
|
||||
|
||||
#include "insets/insetfloat.h"
|
||||
#include "insets/InsetFloat.h"
|
||||
|
||||
#include <QPushButton>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "controllers/ControlGraphics.h"
|
||||
#include "controllers/helper_funcs.h"
|
||||
|
||||
#include "insets/insetgraphicsParams.h"
|
||||
#include "insets/InsetGraphicsParams.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "controllers/ControlGraphics.h"
|
||||
|
||||
#include "insets/insetgraphicsParams.h"
|
||||
#include "insets/InsetGraphicsParams.h"
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QPushButton>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "controllers/ControlNote.h"
|
||||
|
||||
#include "insets/insetnote.h"
|
||||
#include "insets/InsetNote.h"
|
||||
|
||||
#include <qradiobutton.h>
|
||||
#include <qpushbutton.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "controllers/ButtonController.h"
|
||||
#include "controllers/ControlRef.h"
|
||||
|
||||
#include "insets/insetref.h"
|
||||
#include "insets/InsetRef.h"
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QCheckBox>
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "controllers/ControlWrap.h"
|
||||
|
||||
#include "insets/insetwrap.h"
|
||||
#include "insets/InsetWrap.h"
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "frontends/Application.h" // hexName
|
||||
|
||||
#include "insets/inset.h"
|
||||
#include "insets/Inset.h"
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/forkedcall.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "lyxrc.h"
|
||||
#include "paragraph.h"
|
||||
|
||||
#include "insets/inset.h"
|
||||
#include "insets/Inset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "ExternalSupport.h"
|
||||
#include "ExternalTemplate.h"
|
||||
#include "ExternalTransforms.h"
|
||||
#include "insetexternal.h"
|
||||
#include "InsetExternal.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "converter.h"
|
||||
|
@ -4,118 +4,118 @@ noinst_LTLIBRARIES = libinsets.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
pch.h \
|
||||
insettheorem.C \
|
||||
insettheorem.h
|
||||
InsetTheorem.cpp \
|
||||
InsetTheorem.h
|
||||
|
||||
BUILT_SOURCES = $(PCH_FILE)
|
||||
|
||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
||||
|
||||
libinsets_la_SOURCES = \
|
||||
mailinset.C \
|
||||
mailinset.h \
|
||||
MailInset.cpp \
|
||||
MailInset.h \
|
||||
ExternalSupport.C \
|
||||
ExternalSupport.h \
|
||||
ExternalTemplate.C \
|
||||
ExternalTemplate.h \
|
||||
ExternalTransforms.C \
|
||||
ExternalTransforms.h \
|
||||
render_base.h \
|
||||
render_button.C \
|
||||
render_button.h \
|
||||
render_graphic.C \
|
||||
render_graphic.h \
|
||||
render_preview.C \
|
||||
render_preview.h \
|
||||
inset.C \
|
||||
inset.h \
|
||||
insetbase.h \
|
||||
insetbase.C \
|
||||
insetbibitem.C \
|
||||
insetbibitem.h \
|
||||
insetbibtex.C \
|
||||
insetbibtex.h \
|
||||
insetbox.C \
|
||||
insetbox.h \
|
||||
insetbranch.C \
|
||||
insetbranch.h \
|
||||
insetcaption.C \
|
||||
insetcaption.h \
|
||||
insetcharstyle.C \
|
||||
insetcharstyle.h \
|
||||
insetcite.C \
|
||||
insetcite.h \
|
||||
insetcollapsable.C \
|
||||
insetcollapsable.h \
|
||||
insetcommand.C \
|
||||
insetcommand.h \
|
||||
insetcommandparams.C \
|
||||
insetcommandparams.h \
|
||||
insetenv.C \
|
||||
insetenv.h \
|
||||
insetert.C \
|
||||
insetert.h \
|
||||
insetexternal.C \
|
||||
insetexternal.h \
|
||||
insetfloat.h \
|
||||
insetfloat.C \
|
||||
insetfloatlist.C \
|
||||
insetfloatlist.h \
|
||||
insetfoot.C \
|
||||
insetfoot.h \
|
||||
insetfootlike.C \
|
||||
insetfootlike.h \
|
||||
insetgraphicsParams.h \
|
||||
insetgraphicsParams.C \
|
||||
insetgraphics.C \
|
||||
insetgraphics.h \
|
||||
insethfill.C \
|
||||
insethfill.h \
|
||||
insetinclude.C \
|
||||
insetinclude.h \
|
||||
insetindex.C \
|
||||
insetindex.h \
|
||||
insetlabel.C \
|
||||
insetlabel.h \
|
||||
insetline.C \
|
||||
insetline.h \
|
||||
insetmarginal.h \
|
||||
insetmarginal.C \
|
||||
insetnewline.C \
|
||||
insetnewline.h \
|
||||
insetnomencl.C \
|
||||
insetnomencl.h \
|
||||
insetnote.C \
|
||||
insetnote.h \
|
||||
insetoptarg.C \
|
||||
insetoptarg.h \
|
||||
insetpagebreak.C \
|
||||
insetpagebreak.h \
|
||||
insetquotes.C \
|
||||
insetquotes.h \
|
||||
insetref.C \
|
||||
insetref.h \
|
||||
insetspace.C \
|
||||
insetspace.h \
|
||||
insetspecialchar.C \
|
||||
insetspecialchar.h \
|
||||
insettabular.C \
|
||||
insettabular.h \
|
||||
insettext.C \
|
||||
insettext.h \
|
||||
insettoc.C \
|
||||
insettoc.h \
|
||||
inseturl.C \
|
||||
inseturl.h \
|
||||
insetvspace.C \
|
||||
insetvspace.h \
|
||||
insetwrap.h \
|
||||
insetwrap.C
|
||||
RenderBase.h \
|
||||
RenderButton.cpp \
|
||||
RenderButton.h \
|
||||
RenderGraphic.cpp \
|
||||
RenderGraphic.h \
|
||||
RenderPreview.cpp \
|
||||
RenderPreview.h \
|
||||
Inset.cpp \
|
||||
Inset.h \
|
||||
InsetBase.h \
|
||||
InsetBase.cpp \
|
||||
InsetBibitem.cpp \
|
||||
InsetBibitem.h \
|
||||
InsetBibtex.cpp \
|
||||
InsetBibtex.h \
|
||||
InsetBox.cpp \
|
||||
InsetBox.h \
|
||||
InsetBranch.cpp \
|
||||
InsetBranch.h \
|
||||
InsetCaption.cpp \
|
||||
InsetCaption.h \
|
||||
InsetCharStyle.cpp \
|
||||
InsetCharStyle.h \
|
||||
InsetCite.cpp \
|
||||
InsetCite.h \
|
||||
InsetCollapsable.cpp \
|
||||
InsetCollapsable.h \
|
||||
InsetCommand.cpp \
|
||||
InsetCommand.h \
|
||||
InsetCommandParams.cpp \
|
||||
InsetCommandParams.h \
|
||||
InsetEnv.cpp \
|
||||
InsetEnv.h \
|
||||
InsetERT.cpp \
|
||||
InsetERT.h \
|
||||
InsetExternal.cpp \
|
||||
InsetExternal.h \
|
||||
InsetFloat.h \
|
||||
InsetFloat.cpp \
|
||||
InsetFloatList.cpp \
|
||||
InsetFloatList.h \
|
||||
InsetFoot.cpp \
|
||||
InsetFoot.h \
|
||||
InsetFootlike.cpp \
|
||||
InsetFootlike.h \
|
||||
InsetGraphicsParams.h \
|
||||
InsetGraphicsParams.cpp \
|
||||
InsetGraphics.cpp \
|
||||
InsetGraphics.h \
|
||||
InsetHFill.cpp \
|
||||
InsetHFill.h \
|
||||
InsetInclude.cpp \
|
||||
InsetInclude.h \
|
||||
InsetIndex.cpp \
|
||||
InsetIndex.h \
|
||||
InsetLabel.cpp \
|
||||
InsetLabel.h \
|
||||
InsetLine.cpp \
|
||||
InsetLine.h \
|
||||
InsetMarginal.h \
|
||||
InsetMarginal.cpp \
|
||||
InsetNewline.cpp \
|
||||
InsetNewline.h \
|
||||
InsetNomencl.cpp \
|
||||
InsetNomencl.h \
|
||||
InsetNote.cpp \
|
||||
InsetNote.h \
|
||||
InsetOptArg.cpp \
|
||||
InsetOptArg.h \
|
||||
InsetPageBreak.cpp \
|
||||
InsetPageBreak.h \
|
||||
InsetQuotes.cpp \
|
||||
InsetQuotes.h \
|
||||
InsetRef.cpp \
|
||||
InsetRef.h \
|
||||
InsetSpace.cpp \
|
||||
InsetSpace.h \
|
||||
InsetSpecialChar.cpp \
|
||||
InsetSpecialChar.h \
|
||||
InsetTabular.cpp \
|
||||
InsetTabular.h \
|
||||
InsetText.cpp \
|
||||
InsetText.h \
|
||||
InsetTOC.cpp \
|
||||
InsetTOC.h \
|
||||
InsetUrl.cpp \
|
||||
InsetUrl.h \
|
||||
InsetVSpace.cpp \
|
||||
InsetVSpace.h \
|
||||
InsetWrap.h \
|
||||
InsetWrap.cpp
|
||||
|
||||
# insetlist.C \
|
||||
# insetlist.h \
|
||||
# insetsection.h \
|
||||
# insetsection.C \
|
||||
# insettheorem.C \
|
||||
# insettheorem.h
|
||||
# InsetTheorem.cpp \
|
||||
# InsetTheorem.h
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file inset.C
|
||||
* \file Inset.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "inset.h"
|
||||
#include "Inset.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "debug.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file inset.h
|
||||
* \file Inset.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -15,7 +15,7 @@
|
||||
#ifndef INSETOLD_H
|
||||
#define INSETOLD_H
|
||||
|
||||
#include "insetbase.h"
|
||||
#include "InsetBase.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
@ -53,7 +53,7 @@ private:
|
||||
|
||||
/** \c InsetBase_code is a wrapper for InsetBase::Code.
|
||||
* It can be forward-declared and passed as a function argument without
|
||||
* having to expose inset.h.
|
||||
* having to expose Inset.h.
|
||||
*/
|
||||
class InsetBase_code {
|
||||
InsetBase::Code val_;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetbase.C
|
||||
* \file InsetBase.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetbase.h"
|
||||
#include "InsetBase.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "coordcache.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetbase.h
|
||||
* \file InsetBase.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetbibitem.C
|
||||
* \file InsetBibitem.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetbibitem.h"
|
||||
#include "InsetBibitem.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "BufferView.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetbibitem.h
|
||||
* \file InsetBibitem.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#define INSET_BIBITEM_H
|
||||
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetbibtex.C
|
||||
* \file InsetBibtex.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetbibtex.h"
|
||||
#include "InsetBibtex.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetbibtex.h
|
||||
* \file InsetBibtex.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
#include <vector>
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
#include "support/filename.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetbox.C
|
||||
* \file InsetBox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetbox.h"
|
||||
#include "InsetBox.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "cursor.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetbox.h
|
||||
* \file InsetBox.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,9 +13,9 @@
|
||||
#ifndef INSETBOX_H
|
||||
#define INSETBOX_H
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "InsetCollapsable.h"
|
||||
#include "lyxlength.h"
|
||||
#include "mailinset.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetbranch.C
|
||||
* \file InsetBranch.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetbranch.h"
|
||||
#include "InsetBranch.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetbranch.h
|
||||
* \file InsetBranch.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,8 +12,8 @@
|
||||
#ifndef INSETBRANCH_H
|
||||
#define INSETBRANCH_H
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "mailinset.h"
|
||||
#include "InsetCollapsable.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetcaption.C
|
||||
* \file InsetCaption.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,9 +10,9 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetcaption.h"
|
||||
#include "insetfloat.h"
|
||||
#include "insetwrap.h"
|
||||
#include "InsetCaption.h"
|
||||
#include "InsetFloat.h"
|
||||
#include "InsetWrap.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetcaption.h
|
||||
* \file InsetCaption.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
#ifndef INSETCAPTION_H
|
||||
#define INSETCAPTION_H
|
||||
|
||||
#include "insettext.h"
|
||||
#include "InsetText.h"
|
||||
#include "lyxtextclass.h"
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetcharstyle.C
|
||||
* \file InsetCharStyle.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetcharstyle.h"
|
||||
#include "InsetCharStyle.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetcharstyle.h
|
||||
* \file InsetCharStyle.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#ifndef INSETCHARSTYLE_H
|
||||
#define INSETCHARSTYLE_H
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "InsetCollapsable.h"
|
||||
#include "lyxtextclass.h"
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetcite.C
|
||||
* \file InsetCite.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetcite.h"
|
||||
#include "InsetCite.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetcite.h
|
||||
* \file InsetCite.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -14,7 +14,7 @@
|
||||
#define INSET_CITE_H
|
||||
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
#include "frontends/controllers/biblio.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetcollapsable.C
|
||||
* \file InsetCollapsable.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "InsetCollapsable.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetcollapsable.h
|
||||
* \file InsetCollapsable.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -14,8 +14,8 @@
|
||||
#ifndef INSETCOLLAPSABLE_H
|
||||
#define INSETCOLLAPSABLE_H
|
||||
|
||||
#include "inset.h"
|
||||
#include "insettext.h"
|
||||
#include "Inset.h"
|
||||
#include "InsetText.h"
|
||||
|
||||
#include "box.h"
|
||||
#include "lyxfont.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetcommand.C
|
||||
* \file InsetCommand.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "dispatchresult.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetcommand.h
|
||||
* \file InsetCommand.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,10 +13,10 @@
|
||||
#ifndef INSET_LATEXCOMMAND_H
|
||||
#define INSET_LATEXCOMMAND_H
|
||||
|
||||
#include "inset.h"
|
||||
#include "insetcommandparams.h"
|
||||
#include "render_button.h"
|
||||
#include "mailinset.h"
|
||||
#include "Inset.h"
|
||||
#include "InsetCommandParams.h"
|
||||
#include "RenderButton.h"
|
||||
#include "MailInset.h"
|
||||
#include "cursor.h"
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetcommandparams.C
|
||||
* \file InsetCommandParams.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetcommandparams.h"
|
||||
#include "InsetCommandParams.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "gettext.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetcommandparams.h
|
||||
* \file InsetCommandParams.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetenv.C
|
||||
* \file InsetEnv.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetenv.h"
|
||||
#include "InsetEnv.h"
|
||||
|
||||
#include "bufferparams.h"
|
||||
#include "gettext.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetenv.h
|
||||
* \file InsetEnv.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
#ifndef INSETENVIRONMENT_H
|
||||
#define INSETENVIRONMENT_H
|
||||
|
||||
#include "insettext.h"
|
||||
#include "InsetText.h"
|
||||
#include "lyxlayout_ptr_fwd.h"
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetert.C
|
||||
* \file InsetERT.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetert.h"
|
||||
#include "InsetERT.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetert.h
|
||||
* \file InsetERT.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,8 +13,8 @@
|
||||
#ifndef INSETERT_H
|
||||
#define INSETERT_H
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "mailinset.h"
|
||||
#include "InsetCollapsable.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetexternal.C
|
||||
* \file InsetExternal.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,12 +10,12 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetexternal.h"
|
||||
#include "InsetExternal.h"
|
||||
#include "insets/ExternalSupport.h"
|
||||
#include "insets/ExternalTemplate.h"
|
||||
#include "insets/render_button.h"
|
||||
#include "insets/render_graphic.h"
|
||||
#include "insets/render_preview.h"
|
||||
#include "insets/RenderButton.h"
|
||||
#include "insets/RenderGraphic.h"
|
||||
#include "insets/RenderPreview.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "cursor.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetexternal.h
|
||||
* \file InsetExternal.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
#ifndef INSET_EXTERNAL_H
|
||||
#define INSET_EXTERNAL_H
|
||||
|
||||
#include "inset.h"
|
||||
#include "Inset.h"
|
||||
#include "ExternalTransforms.h"
|
||||
|
||||
#include "support/filename.h"
|
||||
@ -21,7 +21,7 @@
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/signals/trackable.hpp>
|
||||
|
||||
#include "mailinset.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
|
||||
/** No two InsetExternalParams variables can have the same temporary file.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetfloat.C
|
||||
* \file InsetFloat.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetfloat.h"
|
||||
#include "InsetFloat.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetfloat.h
|
||||
* \file InsetFloat.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,8 +13,8 @@
|
||||
#ifndef INSETFLOAT_H
|
||||
#define INSETFLOAT_H
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "mailinset.h"
|
||||
#include "InsetCollapsable.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetfloatlist.C
|
||||
* \file InsetFloatList.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetfloatlist.h"
|
||||
#include "InsetFloatList.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bufferparams.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetfloatlist.h
|
||||
* \file InsetFloatList.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#define INSET_FLOATLIST_H
|
||||
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetfoot.C
|
||||
* \file InsetFoot.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetfoot.h"
|
||||
#include "InsetFoot.h"
|
||||
|
||||
#include "gettext.h"
|
||||
// the following are needed just to get the layout of the enclosing
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetfoot.h
|
||||
* \file InsetFoot.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#ifndef INSETFOOT_H
|
||||
#define INSETFOOT_H
|
||||
|
||||
#include "insetfootlike.h"
|
||||
#include "InsetFootlike.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetfootlike.C
|
||||
* \file InsetFootlike.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetfootlike.h"
|
||||
#include "InsetFootlike.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "BufferView.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetfootlike.h
|
||||
* \file InsetFootlike.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
#ifndef INSETFOOTLIKE_H
|
||||
#define INSETFOOTLIKE_H
|
||||
|
||||
#include "insetcollapsable.h"
|
||||
#include "InsetCollapsable.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetgraphics.C
|
||||
* \file InsetGraphics.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -49,8 +49,8 @@ TODO
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insets/insetgraphics.h"
|
||||
#include "insets/render_graphic.h"
|
||||
#include "insets/InsetGraphics.h"
|
||||
#include "insets/RenderGraphic.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "BufferView.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetgraphics.h
|
||||
* \file InsetGraphics.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,9 +13,9 @@
|
||||
#ifndef INSET_GRAPHICS_H
|
||||
#define INSET_GRAPHICS_H
|
||||
|
||||
#include "inset.h"
|
||||
#include "insetgraphicsParams.h"
|
||||
#include "mailinset.h"
|
||||
#include "Inset.h"
|
||||
#include "InsetGraphicsParams.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/signals/trackable.hpp>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetgraphicsParams.C
|
||||
* \file InsetGraphicsParams.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetgraphicsParams.h"
|
||||
#include "InsetGraphicsParams.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "lyx_main.h" // for use_gui
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetgraphicsParams.h
|
||||
* \file InsetGraphicsParams.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insethfill.C
|
||||
* \file InsetHFill.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insethfill.h"
|
||||
#include "InsetHFill.h"
|
||||
#include "gettext.h"
|
||||
|
||||
#include "support/std_ostream.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insethfill.h
|
||||
* \file InsetHFill.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#define INSET_HFILL_H
|
||||
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetinclude.C
|
||||
* \file InsetInclude.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetinclude.h"
|
||||
#include "InsetInclude.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "buffer_funcs.h"
|
||||
@ -38,7 +38,7 @@
|
||||
#include "graphics/PreviewImage.h"
|
||||
#include "graphics/PreviewLoader.h"
|
||||
|
||||
#include "insets/render_preview.h"
|
||||
#include "insets/RenderPreview.h"
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h" // contains
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetinclude.h
|
||||
* \file InsetInclude.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,10 +12,10 @@
|
||||
#ifndef INSET_INCLUDE_H
|
||||
#define INSET_INCLUDE_H
|
||||
|
||||
#include "inset.h"
|
||||
#include "insetcommandparams.h"
|
||||
#include "render_button.h"
|
||||
#include "mailinset.h"
|
||||
#include "Inset.h"
|
||||
#include "InsetCommandParams.h"
|
||||
#include "RenderButton.h"
|
||||
#include "MailInset.h"
|
||||
|
||||
#include "support/filename.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetindex.C
|
||||
* \file InsetIndex.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -9,7 +9,7 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
#include "insetindex.h"
|
||||
#include "InsetIndex.h"
|
||||
|
||||
#include "dispatchresult.h"
|
||||
#include "funcrequest.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetindex.h
|
||||
* \file InsetIndex.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#define INSET_INDEX_H
|
||||
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetlabel.C
|
||||
* \file InsetLabel.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetlabel.h"
|
||||
#include "InsetLabel.h"
|
||||
|
||||
#include "buffer.h"
|
||||
#include "BufferView.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetlabel.h
|
||||
* \file InsetLabel.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -12,7 +12,7 @@
|
||||
#ifndef INSET_LABEL_H
|
||||
#define INSET_LABEL_H
|
||||
|
||||
#include "insetcommand.h"
|
||||
#include "InsetCommand.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetline.C
|
||||
* \file InsetLine.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetline.h"
|
||||
#include "InsetLine.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "LColor.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file insetline.h
|
||||
* \file InsetLine.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -13,7 +13,7 @@
|
||||
#define INSET_LINE_H
|
||||
|
||||
|
||||
#include "inset.h"
|
||||
#include "Inset.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file insetmarginal.C
|
||||
* \file InsetMarginal.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "insetmarginal.h"
|
||||
#include "InsetMarginal.h"
|
||||
|
||||
#include "gettext.h"
|
||||
#include "paragraph.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user