summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-29check seeks and readsCaolán McNamara6-36/+76
2015-08-28check for stream status after a read, not after a seekCaolán McNamara2-10/+15
2015-08-28check stream state after read attemptCaolán McNamara2-1/+5
2015-08-28check SeekToEndOfRecord for successCaolán McNamara2-1/+3
2015-08-28don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara5-40/+20
2015-08-28don't loop on overly-short nEndPosCaolán McNamara2-5/+14
2015-08-28check seekCaolán McNamara2-2/+4
2015-08-28check seeks and offsetsCaolán McNamara2-5/+10
2015-08-28avoid loops in atom chainsCaolán McNamara3-6/+24
2015-08-28check status of SeekToCaolán McNamara2-2/+4
2015-08-28check returns of SeekToEndOfRecordCaolán McNamara3-4/+22
2015-08-28clip strings to max available sizeCaolán McNamara2-7/+20
2015-08-28check seek for successCaolán McNamara2-1/+5
2015-08-28avoid hang in certain pptsCaolán McNamara2-1/+1
2015-08-28crashtesting: tiff loop detection too slowCaolán McNamara1-4/+4
2015-08-28xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl4-9/+26
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara4-38/+43
2015-08-27various hangs, check seeks and record lengthsCaolán McNamara3-44/+74
2015-08-26there might be no modelCaolán McNamara1-1/+1
2015-08-26don't hang on unreachable record endsCaolán McNamara3-3/+18
2015-08-26fix crash on loading certain pptsCaolán McNamara3-8/+10
2015-08-26there may be no storage available in older formatsCaolán McNamara2-2/+7
2015-08-26behave like the native format filter for non-insert modeCaolán McNamara1-0/+3
2015-08-26we only need the PaM for its Point and only to create a uno cursorCaolán McNamara3-24/+26
2015-08-26ensure editeng str len is in sync with attributesCaolán McNamara3-11/+59
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke8-9/+259
2015-08-25tdf#91969: Parts of paragraph border is missingZolnai Tamás1-2/+2
2015-08-25MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameterEike Rathke1-3/+3
2015-08-25Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke3-0/+29
2015-08-25tdf#92997 obtain a date/time edit format according to field valueEike Rathke4-16/+70
2015-08-25Avoid overflow in PBMReader::ImplReadHeaderStephan Bergmann1-0/+24
2015-08-25Handle non-aligned FFNsStephan Bergmann1-24/+123
2015-08-25in reality we are limited to max sal_Int32 hereCaolán McNamara2-5/+12
2015-08-25detect and reject loop in tifCaolán McNamara2-0/+12
2015-08-25Handle GetBaseCp overflowStephan Bergmann3-29/+52
2015-08-25Handle zero nPLCFStephan Bergmann1-1/+2
2015-08-25loop over successfully read bookmarksCaolán McNamara2-3/+2
2015-08-25limit seeks to valid areaCaolán McNamara2-5/+4
2015-08-25guard against hangs with bogus unsorted plcfsCaolán McNamara3-1/+19
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky1-6/+30
2015-08-24dismiss bad seek offsets earlyCaolán McNamara1-1/+2
2015-08-24fix crash with empty booknamesCaolán McNamara1-3/+4
2015-08-23check for bad locationsCaolán McNamara2-8/+18
2015-08-23check that src index is in doc rangeCaolán McNamara2-3/+10
2015-08-23avoid hang in certain ww6 docsCaolán McNamara2-1/+1
2015-08-21Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke5-20/+34
2015-08-21don't crash due to earlier short readsCaolán McNamara2-0/+3
2015-08-21fix another ww6 crashCaolán McNamara2-0/+1
2015-08-21clip text to skip to max text availableCaolán McNamara2-2/+3
2015-08-21if read string was truncated, then truncate attributes range to matchCaolán McNamara3-8/+9