summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke1-18/+22
2015-09-10fix crash on rightclicking image in tdf#93675 and pressing escCaolán McNamara3-38/+30
2015-09-10also add the relation for the vba stream to the xlsx fileMarkus Mohrhard1-0/+2
2015-09-10ucb: fix another duplicate WeakImplHelper<XInteractionRequest>Michael Stahl3-34/+19
2015-09-10ucb: fix mergedlib duplicate WeakImplHelper<XInteractionRequest>Michael Stahl3-36/+20
2015-09-10Related: tdf#93676 default to as-char inside captionsCaolán McNamara3-13/+60
2015-09-10split out useful code as standalone makeItemSetFromFormatAnchorCaolán McNamara3-10/+17
2015-09-10Handle IOException during filter detectionStephan Bergmann2-77/+86
2015-09-10Drop no-op skipBytes(0) callStephan Bergmann1-1/+0
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke6-6/+36
2015-09-10This presumably wants to swallow exceptions from XSeekable::seekStephan Bergmann1-5/+4
2015-09-10Calling empty std::function behaves different than calling empty LinkStephan Bergmann1-1/+4
2015-09-10GetCurFrameFormat->GetSelectedFrameFormatCaolán McNamara8-14/+14
2015-09-10GetSelectedFlyFrm+GetCurrFlyFrm -> GetSelectedOrCurrFlyFrmCaolán McNamara2-30/+25
2015-09-10bundle duplicate pattern into a GetCurrFlyFrm methodCaolán McNamara2-39/+30
2015-09-10GetCurrFlyFrm just forwards to GetSelectedFlyFrmCaolán McNamara4-9/+8
2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe30-61/+53
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe37-71/+79
2015-09-10vcl: fix utterly mysterious error C2064 term does not evaluateMichael Stahl1-1/+1
2015-09-10windows opengl: mpProgram seen as 0Miklos Vajna1-0/+6
2015-09-10windows opengl: mpCurrentProgram seen as 0Miklos Vajna1-0/+7
2015-09-10remove unused Link<> fieldNoel Grandin2-2/+1
2015-09-10this FindFlyFrm variant returns the Selected FlyFrmCaolán McNamara6-24/+24
2015-09-10convert Link<> to typedNoel Grandin44-146/+160
2015-09-10include algorithm for std::minCaolán McNamara1-0/+1
2015-09-10fix windows buildCaolán McNamara1-4/+5
2015-09-10Wizzard->WizzardCaolán McNamara3-3/+3
2015-09-10oox: work around Android build problemMiklos Vajna1-1/+1
2015-09-10Attempt at making CppunitTest_sc_macros_test work againStephan Bergmann1-0/+3
2015-09-10LOK: getFonts methodMihai Varga2-1/+69
2015-09-10LOK: added a general getCommandValues methodMihai Varga4-10/+32
2015-09-10Fixup low-prio idle's effect on min-period.Michael Meeks1-1/+1
2015-09-10fix size check related hangCaolán McNamara2-9/+10