summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15remove unused DECL_OBJHINT and IMPL_OBJHINT macrosNoel Grandin3-22/+11
2014-10-15I think this is what was meant, see cf7832d6Adolfo Jayme Barrientos1-2/+2
2014-10-15Trying to make the Find & Replace dialog a bit more compactAdolfo Jayme Barrientos1-399/+322
2014-10-15coverity#1244937 Unchecked return valueCaolán McNamara1-2/+3
2014-10-15Make ImportCGM signature match ImportCGMPointer (in sdcgmfilter.cxx)Stephan Bergmann1-4/+1
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna34-160/+160
2014-10-15runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch1-1/+1
2014-10-15rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch2-44/+43
2014-10-15convert PORTION_KIND constants to enumNoel Grandin5-77/+84
2014-10-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke1-4/+0
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke2-4/+46
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke3-1/+32
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks1-31/+23
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks1-291/+170
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks1-2/+31
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks1-2/+6
2014-10-15sc: fix temp file leak in ScHTMLExportTestMichael Stahl1-7/+12
2014-10-15cppunittester: make tracking down temp file leaks easierMichael Stahl1-0/+3
2014-10-15sc: fix temp file leaks in ucalc TestMichael Stahl1-0/+3
2014-10-15sc: fix temp file leak in ScFiltersTestMichael Stahl1-0/+2
2014-10-15sc: fix temp file leak in ScExportTestMichael Stahl1-0/+1
2014-10-15sot: stop leaking temp files from StgTmpStrmMichael Stahl1-1/+1
2014-10-15ww8: warning C4701: potentially uninitialized local variableMichael Stahl1-0/+1
2014-10-14fix tinderboxen with the right sort of brackets.Michael Meeks1-1/+1
2014-10-14fdo#82071 RTF import: get rid of unexpected underlining in TOC fieldMiklos Vajna3-0/+62
2014-10-14Missing ModelessDialog -> ModalDialogStephan Bergmann1-1/+1
2014-10-14fdo#75757: remove inheritance to std::mapTakeshi Abe2-20/+23
2014-10-14Resolves: fdo#72587 make template dialog ModalCaolán McNamara3-2/+5
2014-10-14valgrind: init GroupLevelsCaolán McNamara1-4/+2
2014-10-14stray ;s all other the placeCaolán McNamara2-76/+18
2014-10-14valgrind: multiple errorsCaolán McNamara2-6/+26
2014-10-14check for short readsCaolán McNamara1-4/+9
2014-10-14sal_True->trueCaolán McNamara1-1/+1
2014-10-14valgrind: Source and destination overlap in memcpyCaolán McNamara1-2/+2
2014-10-14valgrind: Mismatched free() / delete / delete []Caolán McNamara1-5/+1
2014-10-14valgrind: Mismatched free() / delete / delete []Caolán McNamara1-2/+1
2014-10-14Resolves: fdo#84887 TabBar::ImplShowPage crashCaolán McNamara3-5/+407
2014-10-14add cgm loading testCaolán McNamara6-0/+5
2014-10-14coverity#706320 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#1242739 Untrusted loop boundCaolán McNamara1-5/+18
2014-10-14coverity#1242791 Untrusted loop boundCaolán McNamara1-1/+4
2014-10-14coverity#1242918 Untrusted loop boundCaolán McNamara2-1/+10
2014-10-14coverity#735315 Unchecked return valueCaolán McNamara1-2/+2
2014-10-14coverity#982180 Unchecked return valueCaolán McNamara1-1/+1
2014-10-14coverity#1242430 Dereference after null checkCaolán McNamara1-3/+2
2014-10-14make sure the denominator is not 0David Tardon1-2/+6
2014-10-14make sure the denominator is not 0David Tardon1-2/+4
2014-10-14simplify conditionDavid Tardon1-1/+1
2014-10-14just check if the fraction is < 0David Tardon7-17/+15
2014-10-14do not forward-declare templatesDavid Tardon14-22/+24