summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe44-90/+82
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe16-27/+25
2015-09-11LOK: Implement an own trivial InteractionHandler.Jan Holesovsky4-1/+173
2015-09-11tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.Jan Holesovsky1-2/+0
2015-09-11tdf#94031 - slideshow: bind correct GL context for prepareEnvironmentLubosz Sarnecki1-0/+1
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl12-36/+65
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-6/+8
2015-09-11sw: add unit test for the redline frame duplication regressionMichael Stahl2-0/+108
2015-09-11Revert "Fix single node CopyRange"Michael Stahl4-36/+31
2015-09-11tdf#92145: Writer table rows/columns can't be resizedLászló Németh1-0/+6
2015-09-11check stream status more oftenCaolán McNamara2-15/+32
2015-09-11tdf#93243 replace boost::bind with C++11 lambdas in Metadatable.cxxn.r.pearson1-15/+6
2015-09-11LOK: don't use unstable API unconditionally when including the GTK headerMiklos Vajna2-1/+1
2015-09-11Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara2-0/+192
2015-09-11tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr>Matthew Nicholls3-17/+16
2015-09-11tdf#94045: negative margins in OOXML reenabledOliver Specht3-3/+37
2015-09-11Useless cargo cult?Stephan Bergmann1-34/+0
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht12-20/+139
2015-09-11lokdocview: GTK+ calls should be made from the main threadMiklos Vajna1-2/+12
2015-09-11downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara1-8/+10
2015-09-11valgrind: silence worrying invalid pthread lock/unlock warnings on exitCaolán McNamara1-0/+1
2015-09-11coverity#1323754 we apparently can survive std::abort for a whileCaolán McNamara1-0/+1
2015-09-11coverity#1323755 Using invalid iteratorCaolán McNamara1-1/+1
2015-09-11Missing dependencyStephan Bergmann1-0/+1
2015-09-11sw: indentation fixesMiklos Vajna2-3/+3
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna3-2/+14
2015-09-11convert Link<> to typedNoel Grandin6-49/+37
2015-09-11convert Link<> to typedNoel Grandin8-103/+89
2015-09-11convert Link<> to typedNoel Grandin4-8/+6
2015-09-11convert Link<> to typedNoel Grandin78-144/+170
2015-09-11convert Link<> to typedNoel Grandin2-14/+13
2015-09-11convert Link<> to typedNoel Grandin9-31/+17
2015-09-11convert Link<> to typedNoel Grandin3-7/+7
2015-09-11tdf#93957 fix Emoji pattern of horizontal ellipsisLászló Németh2-2/+2
2015-09-10loplugin:staticmethodsStephan Bergmann3-3/+3
2015-09-10Remove unused INetMIMEMessage partsStephan Bergmann2-627/+22
2015-09-10More INetMIMEMessageStream clean upStephan Bergmann2-104/+86
2015-09-10Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann3-127/+92
2015-09-10No need for INetMIMEMessageStream encodingStephan Bergmann2-549/+5
2015-09-10A charset is not a content transfer encodingStephan Bergmann1-2/+3
2015-09-10Remove unused INetMessageOStream functionalityStephan Bergmann2-749/+2
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann3-70/+15
2015-09-10Check for "multipart/" prefixStephan Bergmann1-1/+1
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann3-0/+142
2015-09-10coverity#1323752 Logically dead codeCaolán McNamara1-6/+1
2015-09-10coverity#1323759 Uninitialized pointer fieldCaolán McNamara1-2/+3
2015-09-10coverity#1323760 Uninitialized scalar fieldCaolán McNamara1-1/+6
2015-09-10coverity#1323758 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-09-10coverity#1323757 Dereference before null checkCaolán McNamara1-16/+22
2015-09-10coverity#1323753 Logically dead codeCaolán McNamara1-54/+47