summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann40-149/+149
2014-03-25fdo#74322: Handle moving of named ranges correctly.Kohei Yoshida4-46/+108
2014-03-25fdo#74322: Write unit test for this first.Kohei Yoshida2-0/+82
2014-03-25added unit test for .xls BIFF enhanced protectionEike Rathke2-0/+20
2014-03-25union of a to be edited range may be distributed over two different recordsEike Rathke1-0/+27
2014-03-25coverity#1130187 Logically dead codeCaolán McNamara1-5/+1
2014-03-25coverity#982303 Logically dead codeCaolán McNamara1-33/+0
2014-03-25coverity#735475 Logically dead codeCaolán McNamara1-40/+0
2014-03-25Extra blank line.Kohei Yoshida1-1/+0
2014-03-25fdo#76402: Handle range reference expansion in named ranges.Kohei Yoshida1-0/+26
2014-03-25fdo#76402: Write unit test for this first.Kohei Yoshida4-0/+87
2014-03-25svtools: sal_Bool->boolNoel Grandin8-18/+18
2014-03-25svtools: sal_Bool->boolNoel Grandin4-8/+8
2014-03-24made range not editable if password is assignedEike Rathke1-2/+15
2014-03-24coverity#735476: bRepeat is always false.Kohei Yoshida1-42/+2
2014-03-24coverity#1078504: Remove logically dead code.Kohei Yoshida1-44/+0
2014-03-24coverity#708084 Uninitialized scalar fieldCaolán McNamara1-1/+6
2014-03-24coverity#708082 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-03-24coverity#708051 Uninitialized scalar fieldCaolán McNamara1-7/+7
2014-03-24svtools: sal_Bool->boolNoel Grandin3-3/+3
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe10-65/+56
2014-03-23WaE: unused variable 'it'Tor Lillqvist1-1/+1
2014-03-22coverity#983375 Dereference before null checkCaolán McNamara1-5/+6
2014-03-22coverity#983377 Dereference before null checkCaolán McNamara1-18/+15
2014-03-22coverity#705471 Dereference null return valueCaolán McNamara1-1/+4
2014-03-22Fix the conditionJulien Nabet1-1/+1
2014-03-22cppcheck: bRet reassigned before using its valueJulien Nabet1-1/+2
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida7-4/+113
2014-03-22fdo#76470: Write unit test for this first.Kohei Yoshida2-0/+108
2014-03-22use enhanced protection permission to override protection attributeEike Rathke1-4/+18
2014-03-22no need to use the getter hereEike Rathke1-12/+8
2014-03-22added editable testers to enhanced table protectionEike Rathke2-0/+68
2014-03-21write enhanced protection to .xls BIFF8 0x0868 Feat recordsEike Rathke5-14/+85
2014-03-21copy-construct maEnhancedProtection in ScTableProtectionImplEike Rathke1-1/+2
2014-03-21always resize vector, reserve is just thatEike Rathke1-2/+1
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke5-83/+21
2014-03-21Related: fdo#76457 set the edit fields to expandCaolán McNamara1-7/+15
2014-03-21WaE: -Werror=unused-variableCaolán McNamara1-1/+0
2014-03-21Make it harder to accidentally set print range to '- none -'.Kohei Yoshida2-12/+5
2014-03-21update enhanced protection rangesEike Rathke1-1/+24
2014-03-20add translatable attribute to some .ui labels/itemsAndras Timar1-18/+18
2014-03-20don't crash with possibly invalid index, fdo#76209Markus Mohrhard1-1/+1
2014-03-20More code that's specific to OpenCL kernel pre-compilation.Kohei Yoshida3-2/+17
2014-03-20WaE: struct/class mismatchTor Lillqvist1-1/+1
2014-03-20Disable kernel pre-compilation for now.Kohei Yoshida1-1/+1
2014-03-20Some cosmetics.Kohei Yoshida3-12/+25
2014-03-20stuff Excel enhanced protection read into ScTableProtectionEike Rathke2-5/+40
2014-03-20range list might be nil, who knowsEike Rathke1-1/+2
2014-03-20added ScEnhancedProtection to ScTableProtectionEike Rathke2-0/+62
2014-03-20-Werror,-Wunused-variableStephan Bergmann1-4/+0