summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt2-0/+21
2018-11-06replace Application::GetMainThreadIdentifier to Application::IsMainThreadAndras Timar1-1/+1
2018-11-06convert some macros to local functionsNoel Grandin1-8/+8
2018-11-05Fix typosAndrea Gelmini1-3/+3
2018-11-05tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-15/+7
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-4/+4
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-202/+118
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-82/+70
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-20/+17
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-26/+20
2018-11-03More !HAVE_FEATURE_AVMEDIA falloutTor Lillqvist1-0/+4
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist1-0/+3
2018-11-02Don't use ToolBox::KeyInput for escape key press in GalleryToolBoxJim Raykowski1-1/+4
2018-11-01tdf#92848: SvxTableShape doesn't implement css::text::XTextAppendStephan Bergmann1-1/+1
2018-11-01Resolves: tdf#105081 and tdf#113420Caolán McNamara2-12/+80
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai4-5/+5
2018-11-01replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara2-16/+16
2018-11-01tdf#120728 support SvxShape for SdrShape if not insertedArmin Le Grand1-2/+55
2018-11-01tdf#120997 Crash after Ctrl+Tab to traverse points of object, more fixNoel Grandin1-3/+2
2018-10-30tdf#120997 Crash after Ctrl+Tab to traverse points of objectNoel Grandin1-1/+3
2018-10-30Simplify static initializationMike Kaganski1-32/+22
2018-10-30Revert tdf#120782, tdf#120728, tdf#120152, tdf#120151Julien Nabet3-9/+3
2018-10-30fix use-after-moveNoel Grandin1-1/+2
2018-10-30Remove now unused mbUserDefinedLayer from SdrLayerRegina Henschel1-3/+1
2018-10-30tdf#120097 Revert "clang-tidy bugprone-virtual-near-miss in RecoveryDialog"Noel Grandin2-8/+8
2018-10-29tdf#114700 Single marker files are needed for HiDPI displayRegina Henschel1-0/+89
2018-10-29Avoid SvxSearchController::StateChanged during SvxSearchDialog sub-dialogStephan Bergmann1-5/+14
2018-10-28tdf#120782: fix crash when dragging column...Julien Nabet1-2/+2
2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara1-1/+0
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara9-11/+11
2018-10-28svx: remove newly unused XFillExchangeDataMichael Stahl4-139/+0
2018-10-28tdf#119235 svx,sd: fix drag&drop from ColorBarMichael Stahl1-17/+15
2018-10-27tdf#108751 Show currently selected color name in color button tooltipJim Raykowski3-10/+30
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