summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-06-10coverity#1187810 Uncaught exceptionCaolán McNamara2-3/+4
2014-06-10fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-06-10Do not use GetSdrUndoFactory() in sc.Matúš Kukan2-4/+4
2014-06-10coverity#706877 Uncaught exceptionCaolán McNamara2-5/+6
2014-06-10fix invalid memory access related to temporary objectMarkus Mohrhard1-1/+2
2014-06-10don't use temporary objectMarkus Mohrhard2-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin119-679/+150
2014-06-08workaround for DBG_UTIL XML correctness checksMarkus Mohrhard1-1/+2
2014-06-08check for empty string before accessing first elementMarkus Mohrhard1-1/+1
2014-06-07oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTSMiklos Vajna3-6/+6
2014-06-07column storage might be changed, related lp#990868Markus Mohrhard1-2/+2
2014-06-07don't try to import invalid document, fdo#79135Markus Mohrhard1-0/+2
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold20-72/+1
2014-06-06coverity#735806 Dereference after null checkCaolán McNamara1-1/+1
2014-06-06coverity#735798 Dereference after null checkCaolán McNamara1-1/+1
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-3/+3
2014-06-06-Werror,-Wunused-macrosStephan Bergmann1-4/+0
2014-06-06Resolves: fdo#73675 tweak conversion to use SvSimpleTableCaolán McNamara3-86/+55
2014-06-06RID_SCDLG_COND_FORMAT_MANAGER conversion to .uisk947-153/+201
2014-06-06coverity#735812 Dereference after null checkCaolán McNamara1-2/+4
2014-06-06coverity#735802 Unchecked dynamic_castCaolán McNamara1-7/+6
2014-06-05coverity#705214 Missing break in switch, assuming intentionalCaolán McNamara1-0/+1
2014-06-05Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara2-0/+11
2014-06-05unify the handling of string position arguments, fdo#75971 relatedEike Rathke2-23/+77
2014-06-05coverity#736046 Missing break in switchCaolán McNamara1-0/+2
2014-06-05coverity#705211 Missing break in switchCaolán McNamara1-1/+1
2014-06-05coverity#705209 Missing break in switchCaolán McNamara1-0/+2
2014-06-05coverity#705207 Missing break in switchCaolán McNamara1-0/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin4-15/+10
2014-06-04The 4th argument is of wrong type.Kohei Yoshida1-2/+1
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-06-04coverity#737265 Uncaught exceptionCaolán McNamara2-2/+4
2014-06-04DeInitVCL at end of testsStephan Bergmann22-0/+22
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-2/+2
2014-06-04fix new[]/delete mismatchMarkus Mohrhard1-1/+1
2014-06-03eliminate xub_StrLen left-overEike Rathke1-7/+7
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin5-5/+5
2014-06-02coverity#706959 Uncaught exceptionCaolán McNamara2-2/+3
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet2-2/+2
2014-06-01fdo#68849: Add header guards to all include filesJens Carl2-0/+10
2014-05-30fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida1-14/+26
2014-05-30avoid crash when finding a non chart OLE2 shapeMarkus Mohrhard2-0/+6
2014-05-30fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida9-26/+28
2014-05-30coverity#705838 Dereference before null checkCaolán McNamara1-0/+3
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-6/+11
2014-05-29MAXROWCOUNT-1 -> MAXROW, same number but tidierCaolán McNamara1-1/+1
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-05-28Related fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-1/+1
2014-05-28coverity#1078626 Missing break in switchCaolán McNamara1-1/+1