summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-10-27tdf#120703 PVS: variable is assigned values twice successivelyMike Kaganski1-1/+5
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski3-3/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen6-0/+6
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-21/+20
2018-10-26loplugin:singlevalfields improvementNoel Grandin2-9/+0
2018-10-25Remove dead commentStephan Bergmann1-1/+0
2018-10-25Fix typosAndrea Gelmini1-1/+1
2018-10-25Reorganize FrameBorderPrimitive creation (II)Armin Le Grand2-27/+191
2018-10-25tdf#120830 crash opening Form-Based FiltersNoel Grandin1-1/+1
2018-10-25tdf#120713 correctly handle boolean values in filtersLionel Elie Mamane1-3/+10
2018-10-24Fix typosAndrea Gelmini1-1/+1
2018-10-24Reorganize FrameBorderPrimitive creationArmin Le Grand4-624/+868
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin21-28/+25
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski3-3/+3
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin43-81/+75
2018-10-24FmInterfaceItem is deadNoel Grandin10-100/+1
2018-10-23remove all use_action_appearance linesCaolán McNamara5-53/+0
2018-10-23Special methods NewStandardLayer and SetStandardLayer not neededRegina Henschel1-24/+0
2018-10-23tdf#120794 crash while selecting a drawing lineNoel Grandin1-1/+0
2018-10-23Implement IsUnderlineAbove in vcl::FontJan-Marek Glogowski1-13/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara4-25/+34
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara4-22/+10
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara5-22/+14
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli1-1/+1
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin3-3/+3
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