summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Convert FontRights to scoped enumNoel Grandin1-1/+1
2016-06-02tdf#90834 Turn in-line version control history commentskrishna keshav1-7/+3
2016-06-02coverity#1362484 Dereference after null checkCaolán McNamara1-1/+1
2016-06-02Invalidate the AutoText Dialog after selectionSzymon Kłos2-0/+9
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe3-5/+5
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin1-1/+1
2016-06-02loplugin:unuseddefaultparamsNoel Grandin9-24/+16
2016-06-02loplugin:unusedfieldsNoel Grandin2-18/+0
2016-06-01sw UNO API XTextTable add TableTemplateName propertyJakub Trzebiatowski5-0/+37
2016-06-01tdf#99827 sw: don't create AutoText dialog's preview doc ReadOnlyMichael Stahl1-7/+5
2016-06-01RTF export: use auto where it improves code readabilityMiklos Vajna6-85/+81
2016-06-01remove unused SID constants and associated codeNoel Grandin2-6/+0
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin16-32/+32
2016-05-31tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips1-22/+30
2016-05-31tdf#94205 Use o3tl::make_unique instead of new + std::movekrishna keshav1-2/+2
2016-05-31Don't use pInsert after it has been movedStephan Bergmann1-1/+1
2016-05-31tdf#77349 RTF import: automatically generate names for images if neededMiklos Vajna2-0/+10
2016-05-31Sw UNO API SwXTextCellStyle; TableStyles createInstance, XNameAccessJakub Trzebiatowski10-16/+312
2016-05-31loplugin:unusedmethodsNoel Grandin1-13/+2
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin1-1/+1
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin2-7/+7
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin10-79/+80
2016-05-30Move accessibility relations to .ui files tdf#87026Muhammet Kara4-51/+65
2016-05-30tdf#98226: fix undo of table AutoFormatMichael Stahl6-11/+28
2016-05-30sw: prefix members of SwLayoutModeModifierMiklos Vajna2-7/+7
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl14-27/+32
2016-05-30fdo#34362 Setting table border from toolbar resets "spacing to content"Rodolfo Ribeiro Gomes1-3/+6
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann21-84/+63
2016-05-30Fix tools/date.hxx Date vs. css::uno::Date mismatchStephan Bergmann1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin5-13/+13
2016-05-30Convert SelectionMode to scoped enumNoel Grandin14-15/+15
2016-05-30loplugin:unusedmethodsNoel Grandin7-52/+21
2016-05-30tdf#99870 writer: don't delete selection with delete-commentJustin Luth1-0/+1
2016-05-29coverity#1362175 Uninitialized scalar fieldCaolán McNamara1-0/+4
2016-05-28LOK: ensure KeyInput is handled with the correct MapModeAshod Nakashian1-0/+5
2016-05-28LOK: invalidate annotation window upon showingAshod Nakashian1-0/+6
2016-05-28notebookbar: sw ui adjustmentSzymon Kłos1-80/+76
2016-05-28Improve alignment and use of space in Document Properties dialogAdolfo Jayme Barrientos1-30/+10
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin20-66/+66
2016-05-27sw: these all look like intended fall-throughsMichael Stahl4-5/+5
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin20-75/+162
2016-05-27improve exception throwing in java class util.utilsNoel Grandin1-1/+1
2016-05-26Sw UNO API TableStyles getByNameJakub Trzebiatowski5-20/+186
2016-05-26Various loplugin warningsStephan Bergmann9-56/+28
2016-05-26loplugin:overrideStephan Bergmann2-2/+2
2016-05-26VclPtr in container warningsCaolán McNamara1-1/+1
2016-05-26loplugin:nullptrTor Lillqvist1-6/+6
2016-05-26tdf#83830: Writer page sidebar deckRishabh Kumar18-0/+1857
2016-05-26loplugin:unusedmethodsNoel Grandin4-12/+0
2016-05-26loplugin:unusedreturntypesNoel Grandin7-14/+12