summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-24tdf#103852 avoid clipboard deadlockTomaž Vajngerl4-3/+40
2016-11-24coverity#1371267 Missing move assignment operatorCaolán McNamara2-0/+12
2016-11-24Related: coverity#1371267 copy ctor broken, nPagePos not copiedCaolán McNamara1-0/+1
2016-11-24coverity#1394416 ensure there's enough data to readCaolán McNamara1-1/+2
2016-11-24CompilerTest_compilerplugins_clang: fix this to work with clang-3.7Miklos Vajna1-0/+5
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth10-35/+3
2016-11-24loplugin:unnecessaryoverride (dtors) in unotoolsStephan Bergmann4-44/+0
2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann5-9/+0
2016-11-24loplugin:unnecessaryoverride (dtors) in vbahelperStephan Bergmann1-5/+1
2016-11-24loplugin:unnecessaryoverride (dtors) in writerfilterStephan Bergmann4-13/+0
2016-11-24vcl mscrypto PDF sign: write ESSCertIDv2Miklos Vajna1-10/+105
2016-11-24move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara8-51/+23
2016-11-24Show also the message for the last Windows error in our own error handlerTor Lillqvist1-1/+13
2016-11-24can have gtk >= 3.10.0 with cairo < 1.14.0Caolán McNamara1-0/+6
2016-11-24coverity#1394669 Uninitialized pointer fieldCaolán McNamara1-8/+4
2016-11-24Nothing from that namespace used hereTor Lillqvist1-3/+0
2016-11-24Bin copy-pasted comment that is meaningless hereTor Lillqvist1-4/+0
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin43-93/+101
2016-11-24cairo_surface_set_device_scale is in >= cairo 1.14.0Caolán McNamara2-1/+6
2016-11-24extend markup support (/italic/ and -strikeout-)TiagoSantos1-11/+29
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin49-143/+179
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin5-14/+15
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin15-103/+105
2016-11-24replace custom list with std::forward_listJochen Nitschke1-33/+16
2016-11-24tdf#48140 Change types of variables and remove uneeded codeBartosz Kosiorek4-90/+37
2016-11-24don't use memset on std::vectorJochen Nitschke1-1/+0
2016-11-24Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida2-128/+131
2016-11-23Reduce the indirection count...Kohei Yoshida1-3/+7
2016-11-24Use std::unique_ptr for the input handler instance here.Kohei Yoshida3-12/+14
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara11-28/+44
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann9-48/+74
2016-11-23loplugin:unnecessaryoverride (dtors) in ooxStephan Bergmann5-46/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann4-28/+0
2016-11-23loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann10-53/+1
2016-11-23Updated coreOlivier Hallot1-0/+0
2016-11-23loplugin:externandnotdefinedStephan Bergmann3-4/+4
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann13-79/+18
2016-11-23Remove dead sal/workben/ stuffStephan Bergmann42-7145/+0
2016-11-23Make PS on Unix printing use the new layout engineKhaled Hosny4-8/+64
2016-11-23Updated coreChristina Accione1-0/+0
2016-11-23reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara5-7/+20
2016-11-23This code is only ever compiled on UnixKhaled Hosny3-48/+3
2016-11-23loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann23-251/+0
2016-11-23loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann4-21/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in basctlStephan Bergmann1-4/+0
2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann1-10/+0
2016-11-23with wayland scaling cairo is meddling with our fontCaolán McNamara6-26/+20
2016-11-23tdf#100826: use console for -h and --version also on WindowsMike Kaganski6-338/+134
2016-11-23add initial test case for ScAddress/ScRange testsMarkus Mohrhard3-0/+231
2016-11-23mpStream's content needs to outlive mpStreamStephan Bergmann1-2/+3