summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-19Chnage the wording for empty preview messages.Kohei Yoshida1-2/+2
2014-03-19cp#1000022: Display message in print preview when there is nothing to show.Kohei Yoshida6-3/+98
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet10-1/+61
2014-03-19coverity#708064 Uninitialized pointer fieldCaolán McNamara1-0/+3
2014-03-19coverity#708030 Uninitialized pointer fieldCaolán McNamara1-0/+3
2014-03-19coverity#707994 Uninitialized pointer fieldCaolán McNamara1-5/+9
2014-03-19sfx2: sal_Bool->boolNoel Grandin7-20/+20
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-2/+2
2014-03-19Enable import export test for dash-dot and dash-dot-dot line types.Kohei Yoshida2-11/+24
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida7-36/+75
2014-03-19check return of stream read and adapt vector size if necessaryEike Rathke1-1/+3
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke1-1/+1
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke5-3/+114
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke5-16/+20
2014-03-18sfx2: sal_Bool->boolNoel Grandin7-11/+11
2014-03-18sfx2: sal_Bool->boolNoel Grandin6-72/+72
2014-03-18sfx2: sal_Bool->boolNoel Grandin2-9/+9
2014-03-17fdo#76140: Reimplement XIRR OpenCL test.Kohei Yoshida3-14/+13
2014-03-17fdo#76181 - cleanup OUString constructorsManas Joshi1-113/+80
2014-03-17justify range to prevent negative tab span and memory alloc, rhbz#1057741Eike Rathke1-0/+1
2014-03-17sc: prefer passing OUString by referenceNoel Grandin38-111/+108