AccessModifierOffset: -4 ConstructorInitializerIndentWidth: 4 AlignEscapedNewlinesLeft: false AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: true AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: false AlwaysBreakBeforeMultilineStrings: false BreakBeforeBinaryOperators: true BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: true BinPackParameters: true ColumnLimit: 100 ConstructorInitializerAllOnOneLineOrOnePerLine: false DerivePointerBinding: false ExperimentalAutoDetectBinPacking: false IndentCaseLabels: true KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 NamespaceIndentation: None ObjCSpaceBeforeProtocolList: true PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 60 PenaltyBreakString: 1000 PenaltyBreakFirstLessLess: 120 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerBindsToType: true ReflowComments: false SpacesBeforeTrailingComments: 1 Cpp11BracedListStyle: false Standard: Cpp11 IndentWidth: 4 TabWidth: 8 UseTab: Never BreakBeforeBraces: Allman IndentFunctionDeclarationAfterType: false SpacesInParentheses: false SpacesInAngles: false SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpaceAfterControlStatementKeyword: true SpaceBeforeAssignmentOperators: true ContinuationIndentWidth: 4 SortIncludes: false 3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-11-28check crcs when fuzzing after allCaolán McNamara
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-15do not clean up EncryptionData during SaveAsVasily Melenchuk
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-10Fix typosAndrea Gelmini
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov
2019-08-22oox: typos, comments, formattingAshod Nakashian
2019-08-22loplugin:constmethod in packageNoel Grandin
2019-08-22Deduplicate some codeMike Kaganski
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): packageStephan Bergmann