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 'distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/res_ErrorBar.cxx
AgeCommit message (Expand)Author
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-20only some languages put a space between number and %Caolán McNamara
2017-06-02Add custom HID to the 'From Data Table' optionGabor Kelemen
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock
2017-04-25remove chart2 bitmaps from .src filesCaolán McNamara
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-25convert SvxChartKindError to scoped enumNoel Grandin
2016-08-25convert SvxChartIndicate to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-04-29Help MSVCStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-07-17fdo#77319: set spinbox value AFTER adjusting no. of decimal placesKatarina Behrens
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-10the return of callcatcherCaolán McNamara
2013-12-28WaE: private field 'm_pParentWindow' is not usedTor Lillqvist
2013-12-28Convert insert error bars dialog to widget UIOlivier Hallot
2013-12-27Convert chart error bars tab page to widget UIOlivier Hallot