summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Related tdf#105225: Remove old background tab page codeJim Raykowski1-1/+0
2019-12-15tdf#42949 Replace property_tre/json_parser.hpp with fw declaration headerGabor Kelemen1-1/+1
2019-12-14loplugin:expandablemethodsNoel Grandin15-52/+0
2019-12-14Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITYStephan Bergmann1-15/+0
2019-12-13loplugin:unusedmethodsNoel Grandin9-100/+0
2019-12-13loplugin:singlevalfieldsNoel Grandin1-1/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara197-280/+276
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-3/+0
2019-12-12Silence some Clang 10 trunk -Wdeprecated-copy-dtorStephan Bergmann1-0/+5
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann1-2/+0
2019-12-12loplugin:finalclassesNoel Grandin7-18/+14
2019-12-12Use std::transform instead of for loopMike Kaganski1-15/+12
2019-12-11tdf#119191 Implement SdrObjCustomShape::AdjustToMaxRectRegina Henschel1-0/+1
2019-12-11jsdialog: send items on status changeSzymon Kłos3-3/+1
2019-12-11Fix typoAndrea Gelmini1-1/+1
2019-12-11Fix typoAndrea Gelmini1-1/+1
2019-12-11lok: Support per-view help dataTamás Zolnai2-0/+8
2019-12-11tdf#128230 (related) Correct wording for the CT disabling dialogGabor Kelemen1-1/+1
2019-12-11clang-format for infobar filesSamuel Mehrbrodt1-67/+60
2019-12-11lok: fix welded dialogsHenry Castro1-0/+1
2019-12-11lok: evaluate assertion if LOK Windows container is emptyHenry Castro1-0/+3
2019-12-10Related: tdf#129300 rotation reference edge had no real descriptionCaolán McNamara1-0/+2
2019-12-10reorganize enum based translationCaolán McNamara1-19/+0
2019-12-10Related: tdf#129300 vertical justify had no descriptionCaolán McNamara1-1/+2
2019-12-10tdf#129300 alignment enums not translated in organizerCaolán McNamara1-1/+1
2019-12-10Resolves: tdf#129250 move redline type into RedlinData so we can sort on itCaolán McNamara1-1/+18
2019-12-10jsdialog: apply FillGradient with JSON argSzymon Kłos2-0/+2
2019-12-10Use EE_PARA_START to count para itemsSamuel Mehrbrodt1-21/+21
2019-12-09GetSource32 and GetSource are identicalMike Kaganski1-1/+0
2019-12-09only connect to tooltip query when we have toCaolán McNamara1-1/+2
2019-12-09Related tdf#108458 if no TooltipHdl set use usual tooltipCaolán McNamara1-2/+2
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski2-25/+8
2019-12-09tdf#108458 related: Add tooltip handling to TreeViewJim Raykowski2-0/+10
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara3-46/+1
2019-12-09weld Property BrowserCaolán McNamara6-2/+34
2019-12-09no longer have to worry about intra-module compatibilityCaolán McNamara1-2/+3
2019-12-08tdf#128785 Make an attention message more general v.2Roman Kuznetsov1-1/+1
2019-12-08document get_extents_relative_to return codeCaolán McNamara1-0/+9
2019-12-07Better not use constexpr hereStephan Bergmann1-1/+1
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann1-6/+8
2019-12-06Test results across all imported and inserted sheets.Eike Rathke1-0/+1
2019-12-06tdf#128785 Make an attention message more generalRoman Kuznetsov1-1/+1
2019-12-06loplugin:nullptrStephan Bergmann1-2/+2
2019-12-06tdf#128191 Show infobar when hyphenation info for text language is missingSamuel Mehrbrodt2-0/+19
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák1-16/+18
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt7-54/+68
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt1-2/+3
2019-12-05tdf#128468: Add Ruler::GetTabs()Tor Lillqvist1-0/+2
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky1-19/+0
2019-12-05use o3tl::optional instead of pointerNoel Grandin1-1/+2