diff options
Diffstat (limited to 'src')
41 files changed, 82 insertions, 0 deletions
diff --git a/src/conv/raw/vsd2raw.cpp b/src/conv/raw/vsd2raw.cpp index c3a8087..71876f9 100644 --- a/src/conv/raw/vsd2raw.cpp +++ b/src/conv/raw/vsd2raw.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -265,3 +266,4 @@ int main(int argc, char *argv[]) return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/conv/svg/vsd2xhtml.cpp b/src/conv/svg/vsd2xhtml.cpp index 3df2907..2b1904a 100644 --- a/src/conv/svg/vsd2xhtml.cpp +++ b/src/conv/svg/vsd2xhtml.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -95,3 +96,4 @@ int main(int argc, char *argv[]) return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSD11Parser.cpp b/src/lib/VSD11Parser.cpp index 877c5a5..75fedd2 100644 --- a/src/lib/VSD11Parser.cpp +++ b/src/lib/VSD11Parser.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -209,3 +210,4 @@ void libvisio::VSD11Parser::readFillAndShadow(WPXInputStream *input) fillFGTransparency, fillBGTransparency, shadowPattern, shfgc, shadowOffsetX, shadowOffsetY); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSD11Parser.h b/src/lib/VSD11Parser.h index 9c6794d..a454fb6 100644 --- a/src/lib/VSD11Parser.h +++ b/src/lib/VSD11Parser.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -59,3 +60,4 @@ private: } // namespace libvisio #endif // __VSD11PARSER_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSD6Parser.cpp b/src/lib/VSD6Parser.cpp index 3294a13..bafa900 100644 --- a/src/lib/VSD6Parser.cpp +++ b/src/lib/VSD6Parser.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -182,3 +183,4 @@ void libvisio::VSD6Parser::readFillAndShadow(WPXInputStream *input) m_collector->collectFillAndShadow(m_header.id, m_header.level, colourIndexFG, colourIndexBG, fillPattern, fillFGTransparency, fillBGTransparency, shadowPattern, shfgc); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSD6Parser.h b/src/lib/VSD6Parser.h index 6b8e92f..2741379 100644 --- a/src/lib/VSD6Parser.h +++ b/src/lib/VSD6Parser.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -59,3 +60,4 @@ private: } // namespace libvisio #endif // __VSD6PARSER_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDInternalStream.cpp b/src/lib/VSDInternalStream.cpp index 21a0e03..96044b6 100644 --- a/src/lib/VSDInternalStream.cpp +++ b/src/lib/VSDInternalStream.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -164,3 +165,4 @@ bool VSDInternalStream::atEOS() return false; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDInternalStream.h b/src/lib/VSDInternalStream.h index c48e55f..c7f2ac2 100644 --- a/src/lib/VSDInternalStream.h +++ b/src/lib/VSDInternalStream.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -68,3 +69,4 @@ private: }; #endif +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDSVGGenerator.cpp b/src/lib/VSDSVGGenerator.cpp index 540d8cf..7623ecf 100644 --- a/src/lib/VSDSVGGenerator.cpp +++ b/src/lib/VSDSVGGenerator.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -564,3 +565,4 @@ void libvisio::VSDSVGGenerator::writeStyle(bool /* isClosed */) m_outputSink << "fill-opacity: " << doubleToString(m_style["draw:opacity"]->getDouble()) << "; "; m_outputSink << "\""; // style } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDSVGGenerator.h b/src/lib/VSDSVGGenerator.h index 3aeee15..15dbe94 100644 --- a/src/lib/VSDSVGGenerator.h +++ b/src/lib/VSDSVGGenerator.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -82,3 +83,4 @@ private: } // namespace libvisio #endif // __VISIOSVGGENERATOR_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXCharacterList.cpp b/src/lib/VSDXCharacterList.cpp index b43473d..3d28cf3 100644 --- a/src/lib/VSDXCharacterList.cpp +++ b/src/lib/VSDXCharacterList.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -166,3 +167,4 @@ libvisio::VSDXCharacterListElement *libvisio::VSDXCharacterList::getElement(unsi else return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXCharacterList.h b/src/lib/VSDXCharacterList.h index db3f85d..3493879 100644 --- a/src/lib/VSDXCharacterList.h +++ b/src/lib/VSDXCharacterList.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -65,3 +66,4 @@ private: } // namespace libvisio #endif // __VSDXCHARACTERLIST_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXCollector.cpp b/src/lib/VSDXCollector.cpp index ce2871d..3f1a8f1 100644 --- a/src/lib/VSDXCollector.cpp +++ b/src/lib/VSDXCollector.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -39,3 +40,4 @@ const ::WPXString libvisio::VSDXCollector::getColourString(const struct Colour & sColour.sprintf("#%.2x%.2x%.2x", c.r, c.g, c.b); return sColour; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXCollector.h b/src/lib/VSDXCollector.h index 96f135c..292b4e6 100644 --- a/src/lib/VSDXCollector.h +++ b/src/lib/VSDXCollector.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -126,3 +127,4 @@ private: } // namespace libvisio #endif /* VSDXCOLLECTOR_H */ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXContentCollector.cpp b/src/lib/VSDXContentCollector.cpp index c2ff124..be8a1c7 100644 --- a/src/lib/VSDXContentCollector.cpp +++ b/src/lib/VSDXContentCollector.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -2010,3 +2011,4 @@ void libvisio::VSDXContentCollector::_appendUCS4(WPXString &text, unsigned ucs4C text.append(outbuf[i]); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXContentCollector.h b/src/lib/VSDXContentCollector.h index b21a92e..6bff1fa 100644 --- a/src/lib/VSDXContentCollector.h +++ b/src/lib/VSDXContentCollector.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -255,3 +256,4 @@ private: } // namespace libvisio #endif /* VSDXCONTENTCOLLECTOR_H */ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXDocumentStructure.h b/src/lib/VSDXDocumentStructure.h index 0786ce8..0c1bb9e 100644 --- a/src/lib/VSDXDocumentStructure.h +++ b/src/lib/VSDXDocumentStructure.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -125,3 +126,4 @@ #define VSD_FONTFACES 0xd8 #endif /* VSDXDOCUMENTSTRUCTURE_H */ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXGeometryList.cpp b/src/lib/VSDXGeometryList.cpp index e76490f..929fcaa 100644 --- a/src/lib/VSDXGeometryList.cpp +++ b/src/lib/VSDXGeometryList.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -488,3 +489,4 @@ libvisio::VSDXGeometryListElement *libvisio::VSDXGeometryList::getElement(unsign else return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXGeometryList.h b/src/lib/VSDXGeometryList.h index ded24f1..3d53816 100644 --- a/src/lib/VSDXGeometryList.h +++ b/src/lib/VSDXGeometryList.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -124,3 +125,4 @@ private: } // namespace libvisio #endif // __VSDXGEOMETRYLIST_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXOutputElementList.cpp b/src/lib/VSDXOutputElementList.cpp index 0c6fbe9..6080e52 100644 --- a/src/lib/VSDXOutputElementList.cpp +++ b/src/lib/VSDXOutputElementList.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -473,3 +474,4 @@ void libvisio::VSDXOutputElementList::clear() delete (*iter); m_elements.clear(); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXOutputElementList.h b/src/lib/VSDXOutputElementList.h index 2b95799..ad99bb6 100644 --- a/src/lib/VSDXOutputElementList.h +++ b/src/lib/VSDXOutputElementList.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -76,3 +77,4 @@ private: } // namespace libvisio #endif // __VSDXOUTPUTELEMENTLIST_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXPages.cpp b/src/lib/VSDXPages.cpp index 21a3966..fc34f33 100644 --- a/src/lib/VSDXPages.cpp +++ b/src/lib/VSDXPages.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -121,3 +122,4 @@ libvisio::VSDXPages::~VSDXPages() { } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXPages.h b/src/lib/VSDXPages.h index 0abf059..1747821 100644 --- a/src/lib/VSDXPages.h +++ b/src/lib/VSDXPages.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -66,3 +67,4 @@ private: } // namespace libvisio #endif // __VSDXPAGES_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXParagraphList.cpp b/src/lib/VSDXParagraphList.cpp index 48127a6..47d66e4 100644 --- a/src/lib/VSDXParagraphList.cpp +++ b/src/lib/VSDXParagraphList.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -159,3 +160,4 @@ libvisio::VSDXParagraphListElement *libvisio::VSDXParagraphList::getElement(unsi else return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXParagraphList.h b/src/lib/VSDXParagraphList.h index 2a4b700..3b6f89b 100644 --- a/src/lib/VSDXParagraphList.h +++ b/src/lib/VSDXParagraphList.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -65,3 +66,4 @@ private: } // namespace libvisio #endif // __VSDXPARAGRAPHLIST_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXParser.cpp b/src/lib/VSDXParser.cpp index 0401b54..8bdbfcf 100644 --- a/src/lib/VSDXParser.cpp +++ b/src/lib/VSDXParser.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -1545,3 +1546,4 @@ void libvisio::VSDXParser::readStyleSheet(WPXInputStream *input) m_collector->collectStyleSheet(m_header.id, m_header.level, lineStyle, fillStyle, textStyle); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXParser.h b/src/lib/VSDXParser.h index 4912e69..fb6e337 100644 --- a/src/lib/VSDXParser.h +++ b/src/lib/VSDXParser.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -150,3 +151,4 @@ struct Pointer } // namespace libvisio #endif // __VSDXPARSER_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXShapeList.cpp b/src/lib/VSDXShapeList.cpp index 087e4ef..4e88670 100644 --- a/src/lib/VSDXShapeList.cpp +++ b/src/lib/VSDXShapeList.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -113,3 +114,4 @@ void libvisio::VSDXShapeList::clear() m_elements.clear(); m_elementsOrder.clear(); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXShapeList.h b/src/lib/VSDXShapeList.h index 7768c2b..6bb6967 100644 --- a/src/lib/VSDXShapeList.h +++ b/src/lib/VSDXShapeList.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -59,3 +60,4 @@ private: } // namespace libvisio #endif // __VSDXSHAPELIST_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXStencils.cpp b/src/lib/VSDXStencils.cpp index 7690df0..8ea26eb 100644 --- a/src/lib/VSDXStencils.cpp +++ b/src/lib/VSDXStencils.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -154,3 +155,4 @@ const libvisio::VSDXStencil *libvisio::VSDXStencils::getStencil(unsigned idx) co else return 0; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXStencils.h b/src/lib/VSDXStencils.h index 7c6da57..ae08502 100644 --- a/src/lib/VSDXStencils.h +++ b/src/lib/VSDXStencils.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -93,3 +94,4 @@ private: } // namespace libvisio #endif // __VSDXSTENCILS_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXStyles.cpp b/src/lib/VSDXStyles.cpp index 46ab4c0..e487c34 100644 --- a/src/lib/VSDXStyles.cpp +++ b/src/lib/VSDXStyles.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -348,3 +349,4 @@ const libvisio::VSDXParaStyle libvisio::VSDXStyles::getParaStyle(unsigned textSt return libvisio::VSDXParaStyle(); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXStyles.h b/src/lib/VSDXStyles.h index 905ed8e..7a94f42 100644 --- a/src/lib/VSDXStyles.h +++ b/src/lib/VSDXStyles.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -243,3 +244,4 @@ private: } // namespace libvisio #endif // __VSDXSTYLES_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXStylesCollector.cpp b/src/lib/VSDXStylesCollector.cpp index ef7d40e..9fe36c0 100644 --- a/src/lib/VSDXStylesCollector.cpp +++ b/src/lib/VSDXStylesCollector.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -441,3 +442,4 @@ void libvisio::VSDXStylesCollector::_flushShapeList() m_shapeList.clear(); } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXStylesCollector.h b/src/lib/VSDXStylesCollector.h index 540748a..4ca42ad 100644 --- a/src/lib/VSDXStylesCollector.h +++ b/src/lib/VSDXStylesCollector.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -169,3 +170,4 @@ private: } #endif /* VSDXSTYLESCOLLECTOR_H */ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VSDXTypes.h b/src/lib/VSDXTypes.h index 2c69aef..5b23812 100644 --- a/src/lib/VSDXTypes.h +++ b/src/lib/VSDXTypes.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -166,3 +167,4 @@ enum TextFormat { VSD_TEXT_ANSI, VSD_TEXT_UTF16 }; } // namespace libvisio #endif /* VSDXTYPES_H */ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VisioDocument.cpp b/src/lib/VisioDocument.cpp index c4bff7a..83bdd10 100644 --- a/src/lib/VisioDocument.cpp +++ b/src/lib/VisioDocument.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -131,3 +132,4 @@ bool libvisio::VisioDocument::generateSVG(::WPXInputStream *input, WPXString &ou output = WPXString(""); return result; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/VisioDocument.h b/src/lib/VisioDocument.h index 0644f43..913177f 100644 --- a/src/lib/VisioDocument.h +++ b/src/lib/VisioDocument.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -52,3 +53,4 @@ public: } // namespace libvisio #endif // __VISIODOCUMENT_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/libvisio.h b/src/lib/libvisio.h index 9a375d3..ff454a9 100644 --- a/src/lib/libvisio.h +++ b/src/lib/libvisio.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -35,3 +36,4 @@ #include "VisioDocument.h" #endif +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/libvisio_utils.cpp b/src/lib/libvisio_utils.cpp index 1c789ba..1606226 100644 --- a/src/lib/libvisio_utils.cpp +++ b/src/lib/libvisio_utils.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -84,3 +85,4 @@ double libvisio::readDouble(WPXInputStream *input) return tmpUnion.d; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ diff --git a/src/lib/libvisio_utils.h b/src/lib/libvisio_utils.h index 7b3cb37..8e940c7 100644 --- a/src/lib/libvisio_utils.h +++ b/src/lib/libvisio_utils.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -95,3 +96,4 @@ class GenericException } // namespace libvisio #endif // __LIBVISIO_UTILS_H__ +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ |