add mode lines to new files (and idls) since last run

Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
This commit is contained in:
Caolán McNamara
2013-09-21 14:42:35 +01:00
parent bcc8e86a1e
commit 3656a57e88
1206 changed files with 3482 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -22,3 +23,5 @@
#include "gstuno.cxx"
#include "gstwindow.cxx"
#include "gstframegrabber.cxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -26,3 +27,5 @@ struct Test98508Struct<T> { T member; };
interface Test98508Interface { Test98508Struct<long> get(); };
}; }; }; }; }; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -41,3 +42,5 @@ interface TestTransport {
};
}; }; }; }; }; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -57,3 +58,5 @@ interface XTest: com::sun::star::uno::XInterface
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -31,3 +32,5 @@ interface BaseInterface : com::sun::star::uno::XInterface {};
interface DerivedInterface : BaseInterface {};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -36,3 +37,5 @@ interface XTestInterface: com::sun::star::uno::XInterface
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -29,3 +30,5 @@ interface XRelay: com::sun::star::uno::XInterface {
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -71,3 +72,5 @@ interface XTestFactory : com::sun::star::uno::XInterface
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -39,3 +40,5 @@ interface XIfc {
};
}; }; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -422,3 +423,5 @@ singleton volatile: com::sun::star::uno::XNamingService;
singleton while: com::sun::star::uno::XNamingService;
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -142,3 +143,5 @@ void BodyNotInBlock::checkBody( const Stmt* body, SourceLocation stmtLocation, i
static Plugin::Registration< BodyNotInBlock > X( "bodynotinblock" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -35,3 +36,5 @@ class BodyNotInBlock
} // namespace
#endif // BODYNOTINBLOCK_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -136,3 +137,5 @@ void CheckConfigMacros::checkMacro( const Token& macroToken, SourceLocation loca
static Plugin::Registration< CheckConfigMacros > X( "bodynotinblock" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -295,3 +296,5 @@ bool RewritePlugin::reportEditFailure( SourceLocation loc )
}
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -218,3 +219,5 @@ RewritePlugin::RewriteOption operator|( RewritePlugin::RewriteOption option1, Re
} // namespace
#endif // COMPILEPLUGIN_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -251,3 +252,5 @@ bool LibreOfficeAction::ParseArgs( const CompilerInstance&, const vector< string
static FrontendPluginRegistry::Add< loplugin::LibreOfficeAction > X( "loplugin", "LibreOffice compile check plugin" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -55,3 +56,5 @@ class LibreOfficeAction
} // namespace
#endif // COMPILEPLUGIN_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -162,3 +163,5 @@ bool PointerToBool::ignoreConversion( const Stmt* stmt )
static Plugin::Registration< PointerToBool > X( "pointertobool" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -127,3 +128,5 @@ bool PostfixIncrementFix::shouldDoChange( const Expr* operand )
static Plugin::Registration< PostfixIncrementFix > X( "postfixincrementfix" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -35,3 +36,4 @@ class PostfixIncrementFix
#endif // POSTFIXINCREMENTFIX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -149,3 +150,5 @@ bool RtlConstAsciiMacro::VisitStringLiteral( const StringLiteral* literal )
static Plugin::Registration< RtlConstAsciiMacro > X( "rtlconstasciimacro" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -135,3 +136,5 @@ void SalLogAreas::readLogAreas()
static Plugin::Registration< SalLogAreas > X( "sallogareas" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -38,3 +39,5 @@ class SalLogAreas
} // namespace
#endif // SALLOGAREAS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -87,3 +88,5 @@ bool ChangeFunctionCalls::VisitCallExpr( const CallExpr* call )
static Plugin::Registration< ChangeFunctionCalls > X( "changefunctioncalls" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -49,3 +50,5 @@ bool LclStaticFix::VisitFunctionDecl( const FunctionDecl* declaration )
static Plugin::Registration< LclStaticFix > X( "lclstaticfix" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -30,3 +31,4 @@ class LclStaticFix
#endif // POSTFIXINCREMENTFIX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -192,3 +193,5 @@ static const Type* extractTemplateType(Expr* cce)
static Plugin::Registration< ReferenceCasting > X( "referencecasting" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -29,3 +30,5 @@ class ReferenceCasting
} // namespace
#endif // REFERENCECASTING_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -73,3 +74,5 @@ bool RemoveForwardStringDecl::tryRemoveStringForwardDecl( const Decl* decl )
static Plugin::Registration< RemoveForwardStringDecl > X( "removeforwardstringdecl" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -32,3 +33,4 @@ class RemoveForwardStringDecl
#endif // REMOVEFORWARDSTRINGDECL_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -63,3 +64,5 @@ bool Tutorial1::VisitReturnStmt( const ReturnStmt* returnstmt )
static Plugin::Registration< Tutorial1 > X( "tutorial1" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -36,3 +37,4 @@ class Tutorial1
#endif // POSTFIXINCREMENTFIX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// This is just an example file to see what AST looks like for return statements.
// To the AST, run :
// clang++ -fsyntax-only -Xclang -ast-dump tutorial1_example.cxx
@@ -16,3 +17,5 @@ bool h()
{
return 3 > 2;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -90,3 +91,5 @@ bool Tutorial2::isReturnFalse( const Stmt* stmt )
static Plugin::Registration< Tutorial2 > X( "tutorial2" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -35,3 +36,4 @@ class Tutorial2
#endif // POSTFIXINCREMENTFIX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// This is just an example file to see what AST looks like for return statements.
// To the AST, run :
// clang++ -fsyntax-only -Xclang -ast-dump tutorial1_example.cxx
@@ -13,3 +14,5 @@ bool g()
if( true )
return false;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -72,3 +73,5 @@ void Tutorial3::modifyReturnFalse( const Stmt* stmt )
static Plugin::Registration< Tutorial3 > X( "tutorial3" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -37,3 +38,4 @@ class Tutorial3
#endif // POSTFIXINCREMENTFIX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -73,3 +74,5 @@ bool UnusedCode::VisitFunctionDecl( const FunctionDecl* declaration )
static Plugin::Registration< UnusedCode > X( "unusedcode" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -146,3 +147,5 @@ void ConvertValueOf::removeCast( const Expr* arg )
static Plugin::Registration< ConvertValueOf > X( "convertvalueof" );
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -110,3 +111,5 @@ static Plugin::Registration< UnusedVariableCheck > X( "unusedvariablecheck" );
} // namespace
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -29,3 +30,5 @@ class UnusedVariableCheck
} // namespace
#endif // UNUSEDVARIABLECHECK_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -74,3 +75,5 @@ service JavaSupplier: XSupplier;
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -73,3 +74,5 @@ interface I : com::sun::star::uno::XInterface
}; //module test
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -36,3 +37,5 @@ interface XExceptionThrower : com::sun::star::uno::XInterface
}; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -29,3 +30,5 @@ module com { module sun { module star { module comp { module smoketest {
};};};};};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -29,3 +30,5 @@ module com { module sun { module star { module comp { module smoketest {
};};};};};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -62,3 +63,5 @@ namespace drawinglayer
//////////////////////////////////////////////////////////////////////////////
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -65,3 +66,5 @@ namespace drawinglayer
//////////////////////////////////////////////////////////////////////////////
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -61,3 +62,5 @@ namespace drawinglayer
} // end of namespace drawinglayer
//////////////////////////////////////////////////////////////////////////////
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -66,3 +67,5 @@ constants USER
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -40,3 +41,5 @@ enum Warning
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -36,3 +37,4 @@ exception RuntimeException : BaseException
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -38,3 +39,5 @@ struct Identifiers
// long _CapsMixedAlphas_; // should be not allowed
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -66,3 +67,5 @@ interface XTestComplexTypes : XBase
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -60,3 +61,4 @@ service BetterIdlTest
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -57,3 +58,4 @@ singleton SingletonTest
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -123,3 +124,4 @@ struct TestStruct : BaseStruct
}; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -79,3 +80,5 @@ struct TestStruct : BaseStruct
}; // test
}; // idlc
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -51,3 +52,4 @@ union U3 switch(char) {
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -71,3 +72,5 @@ namespace drawinglayer
//////////////////////////////////////////////////////////////////////////////
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -59,3 +60,5 @@ namespace drawinglayer
#endif // INCLUDED_DRAWINGLAYER_PROCESSOR2D_OBJECTINFOEXTRACTOR2D_HXX
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -77,3 +78,5 @@ namespace drawinglayer
#endif //INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSOR2DTOOLS_HXX
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -50,3 +51,5 @@ public:
#endif // _SVX_AFFINEMATRIXITEM_HXX
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -35,3 +36,5 @@ class SVX_DLLPUBLIC SvxColorChildWindow : public SfxChildWindow
#endif // _SVX_COLORCHILDWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -51,3 +52,5 @@ public:
#endif // _SVX_COLORVALUESET_HXX
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -45,3 +46,5 @@ public:
};
#endif // _XPROPERTYENTRY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -62,3 +63,5 @@ public:
//////////////////////////////////////////////////////////////////////////////
#endif //CHARTHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -70,3 +71,5 @@ public:
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -336,3 +337,4 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
}}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -23,3 +24,4 @@ namespace svx { namespace sidebar { namespace NBOutlineTypeMgrFact {
}}}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -84,3 +85,5 @@ namespace sdr
#endif //_SDR_OVERLAY_OVERLAYRECTANGLE_HXX
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -63,3 +64,5 @@ public:
#endif //_SDR_UNDOMANAGER_HXX
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -49,3 +50,5 @@ public :
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -63,3 +64,4 @@ private:
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -101,3 +102,5 @@ private:
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -42,3 +43,5 @@ public:
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -45,3 +46,5 @@ public :
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -71,3 +72,5 @@ private:
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -83,3 +84,4 @@ private:
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -40,3 +41,5 @@ protected:
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -155,3 +156,5 @@ class SVX_DLLPUBLIC SvxNumValueSet3 : public ValueSet
} } // end of namespace svx::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* empathy-ft-handler.h - Header for EmpathyFTHandler
* Copyright (C) 2009 Collabora Ltd.
@@ -124,3 +125,5 @@ gboolean empathy_ft_handler_is_cancelled (EmpathyFTHandler *handler);
G_END_DECLS
#endif /* __EMPATHY_FT_HANDLER_H__ */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -68,3 +69,5 @@ bool VCL_DLLPUBLIC WriteDIBV5(
#endif // _SV_DIBTOOLS_HXX
//////////////////////////////////////////////////////////////////////////////
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -41,3 +42,5 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource);
//////////////////////////////////////////////////////////////////////////////
#endif // _SV_GDIMETAFILETOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -108,3 +109,5 @@ module protocols { module urp {
};
}; }; }; }; }; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* this file was generated from idl_chapter_refs.txt by wikilinks.py */
@@ -5587,3 +5588,5 @@ service FormComponent {}
};
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -52,3 +53,5 @@ module my_module
raises (::com::sun::star::lang::IllegalArgumentException);
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -44,3 +45,4 @@ module com { module sun { module star { module test {
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -44,3 +45,4 @@ module com { module sun { module star { module test {
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -46,3 +47,4 @@ module com { module sun { module star { module test {
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -46,3 +47,4 @@ module com { module sun { module star { module test {
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -48,3 +49,5 @@ module org {
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -44,3 +45,5 @@ module org { module openoffice { module test {
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -51,3 +52,5 @@ interface XImageShrink {
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -48,3 +49,5 @@ interface XImageShrinkFilter {
}; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -45,3 +46,4 @@ module com { module sun { module star { module test {
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -51,3 +52,5 @@ module com { module sun { module star { module test {
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -58,3 +59,4 @@ module org {
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -136,3 +137,4 @@ library SO_ACTIVEXLib
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

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