summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Resolves: #i63015# always default to WinAnsiEncoding...Herbert Dürr1-1/+1
2014-10-15Resolves: fdo#85032 max len property of -1 -> crashCaolán McNamara1-1/+1
2014-10-15coverity#982478 Dereference after null checkCaolán McNamara1-6/+1
2014-10-15loplugin: cstylecastNoel Grandin48-262/+229
2014-10-15loplugin: cstylecastNoel Grandin4-8/+8
2014-10-15fdo#82860 RTF import: fix handling of SHAPE fieldsMiklos Vajna3-12/+28
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna5-49/+127
2014-10-15fdo#82860 RTF export: don't export textboxes of shapes twiceMiklos Vajna3-1/+20
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin25-184/+188
2014-10-15vcl: cleanup salgdi.hxxChris Sherlock1-270/+367
2014-10-15coverity#1212509 Logically dead codeCaolán McNamara1-1/+1
2014-10-15avoid double-deleteDavid Tardon2-12/+13
2014-10-15Add a small script to run adb logcat with filteringTor Lillqvist1-0/+19
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