summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2017-06-28loplugin:unusedfields in sc part1Noel Grandin1-1/+0
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-06-27Fix typoEike Rathke1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin3-17/+10
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-24Related tdf#40713, use DecodeMechanism::UnambiguousJulien Nabet1-1/+1
2017-06-24tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6
2017-06-23simplify some string handling in tracing callsNoel Grandin1-4/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin3-18/+18
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-4/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke1-5/+7
2017-06-14This could never have been meantEike Rathke1-1/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-5/+6
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-2/+0
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-1/+1
2017-06-11Fix typosAndrea Gelmini1-1/+1
2017-06-11Revert "tdf#55631: DBASE import with CP850 encoding"Julien Nabet1-0/+4
2017-06-10coverity#1397206 Resource leakCaolán McNamara1-2/+2
2017-06-10tdf#55631: DBASE import with CP850 encodingJulien Nabet1-4/+0
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-5/+5
2017-06-08-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2017-06-07fix memory leak and improve variable lifecycleMarkus Mohrhard1-19/+17
2017-06-07Add Test for dataprovider and modify the way we fetch and apply streamJaskaran Singh1-42/+134
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-4/+5
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara2-2/+2
2017-06-06expand out FltError and eERR constantsNoel Grandin3-44/+44
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-6/+6
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann2-2/+2
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara2-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+3
2017-05-26coverity#1409897 Dereference before null checkCaolán McNamara1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin3-8/+8
2017-05-21Fix typosAndrea Gelmini1-1/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann5-10/+10
2017-05-19make string translation loading more uniformCaolán McNamara2-2/+2
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke2-4/+2
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky1-0/+2
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida2-2/+66
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti2-4/+6
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin2-6/+6
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke1-12/+4
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-10partial revert of "loplugin:checkunusedparams in sc(part4)"Noel Grandin2-6/+7
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin7-21/+16
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin4-5/+5
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-1/+1