summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-1/+1
2018-10-21cppcheck: variableScopeMark Dobo1-2/+1
2018-10-20ensure m_aMutex ctor called before m_aMutex usedCaolán McNamara1-2/+2
2018-10-20return by unique_ptr from CreateFieldControlNoel Grandin3-12/+12
2018-10-20use equal_range instead of lower_bound+upper_boundNoel Grandin1-3/+2
2018-10-20when calling std::lower_boundNoel Grandin1-1/+1
2018-10-19copy and paste errorCaolán McNamara1-1/+1
2018-10-19copy and paste errorCaolán McNamara2-1/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin13-18/+18
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-18convert SdrLayer::nType to boolNoel Grandin1-4/+4
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin3-15/+4
2018-10-17loplugin:unusedmethodsNoel Grandin1-46/+0
2018-10-17weld BrokenRecoveryDialogCaolán McNamara3-118/+125
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin13-109/+101
2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara2-0/+4
2018-10-16loplugin:singlevalfields in vclNoel Grandin4-8/+4
2018-10-15loplugin:staticconstfield improvementsNoel Grandin4-17/+16
2018-10-15loplugin:constantparamNoel Grandin2-3/+3
2018-10-15loplugin:unusedmethodsNoel Grandin1-5/+0
2018-10-15tdf#120429 - Functions Insert Columns Exist Two Timesheiko tietze1-2/+2
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen5-0/+5
2018-10-15add SvStream::TellEndNoel Grandin5-17/+8
2018-10-15use range based loops over B2DPolyPolygon in svxJochen Nitschke8-36/+25
2018-10-15tdf#120593: properly handle tab pos identical to right indentMike Kaganski1-1/+9
2018-10-14MoreButton is solely used by toolkitCaolán McNamara1-1/+0
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara2-2/+0
2018-10-14weld SwFrameAddPageCaolán McNamara1-48/+4
2018-10-14drop now unused orienthelperCaolán McNamara2-150/+0
2018-10-14svxlo-DialControl gone from .uis nowCaolán McNamara1-2/+0
2018-10-14weld SchAxisLabelTabPageCaolán McNamara1-0/+5
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke1-1/+1
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin1-2/+2
2018-10-12tdf#117721 draw ui: modify Optimize/Distribute RowHeightJustin Luth1-6/+18
2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth4-36/+88
2018-10-10weld FmShowColsDialogCaolán McNamara1-1/+1
2018-10-10Resolves: tdf#120407 support popover getting replacedCaolán McNamara1-0/+1
2018-10-10optimize adding a block of entries at one timeCaolán McNamara2-19/+38
2018-10-10clean up column pos vs column idLionel Elie Mamane1-1/+1
2018-10-10tdf#119564 column id is not always the same as positionLionel Elie Mamane1-2/+2
2018-10-09filling the language list just to replace it entirelyCaolán McNamara1-19/+0
2018-10-09use freeze/thawCaolán McNamara1-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann7-11/+11
2018-10-09loplugin:unusedmethodsNoel Grandin1-25/+0
2018-10-09cppcheck: redundantAssignmentRéka Csékei1-2/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin22-149/+117
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin2-22/+11
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen9-0/+9
2018-10-08loplugin:constfields in svxNoel Grandin101-386/+367