summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-24tdf#103788 sw: fix use-after-free in navigator dialogMichael Stahl2-15/+2
2016-11-24SwContentTree: fix bad static downcastsMichael Stahl1-6/+8
2016-11-24SwContentTree: assert downcasts of UserDataMichael Stahl1-1/+63
2016-11-24CppunitTest_xmlsecurity_signing: don't assume we always have a signing certMiklos Vajna3-45/+18
2016-11-24xmlsecurity mscrypto PDF sign: conditionally add back CAdES SubFilterMiklos Vajna1-4/+0
2016-11-24ditch a pile of other unused rsc stuffCaolán McNamara3-122/+1
2016-11-24can drop InitLangStringTupelListCaolán McNamara3-8/+0
2016-11-24these geometry things go nowhere nowCaolán McNamara3-31/+0
2016-11-24aLong unusedCaolán McNamara3-3/+0
2016-11-24fix indentCaolán McNamara1-9/+8
2016-11-24aIdLong is unusedCaolán McNamara3-5/+0
2016-11-24RscBreakRange is unusedCaolán McNamara2-38/+0
2016-11-24aNoZeroShort appears unusedCaolán McNamara3-6/+0
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara7-20/+6
2016-11-24starmath: Prefix members of SmFontNodeTakeshi Abe2-13/+13
2016-11-24xmlsecurity: instantiate SignatureVerifierImpl directly in XSecControllerMiklos Vajna13-20/+46
2016-11-24Blind fix for Clang 3.6Stephan Bergmann1-6/+10
2016-11-24Probably not a good idea to forget a break here.Kohei Yoshida1-0/+3
2016-11-24Remove dead registry/workben/ stuffStephan Bergmann4-710/+0
2016-11-24Some debug facility for AtkListener. Disabled at compile time.Kohei Yoshida1-2/+125
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