summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-28always import page scaling, tdf#65848Markus Mohrhard1-1/+1
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard4-9/+88
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-06-27add test for formula listener during delete sheetMarkus Mohrhard2-0/+23
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard1-1/+3
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard3-2/+27
2017-06-27clear the lists with listened cells after we stop listeningMarkus Mohrhard1-0/+1
2017-06-27push the whole range to the cell range listMarkus Mohrhard1-1/+1
2017-06-27add a test for listener update during insert tabMarkus Mohrhard2-0/+26
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem6-78/+69
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke1-0/+30
2017-06-27Sticky here means we can bail out early, tdf#108788 follow-upEike Rathke1-0/+11
2017-06-27Fix typoEike Rathke1-1/+1
2017-06-27Resolves: tdf#108788 update references for deletions at end of sheetEike Rathke3-21/+59
2017-06-27Use base class to set/get super/sub scriptTamas Bunth2-163/+0
2017-06-26assert( nStartCol + nSize <= MAXCOL+1 ); tdf#108788 prepEike Rathke1-0/+1
2017-06-26tdf#39674 Translate some German variable namesJohnny_M1-11/+11
2017-06-26nTransparency of type sal_Int16Stephan Bergmann1-1/+1
2017-06-26Write 0 of type 'unsigned char'Stephan Bergmann1-1/+1
2017-06-26Fix int (sal_Int32) ambiguityStephan Bergmann1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin104-464/+285
2017-06-26tdf#89139: pivotCache: output sharedItems children only for string fieldsMike Kaganski1-37/+65
2017-06-26Fix typosAndrea Gelmini2-2/+2
2017-06-24Related tdf#40713, use DecodeMechanism::UnambiguousJulien Nabet1-1/+1
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-2/+1
2017-06-24oovbaapi: add Application.OperatingSystem propertyTamas Bunth2-0/+9
2017-06-24tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6
2017-06-23iOS, convert CPPUnittest to noopjan Iversen1-0/+2
2017-06-23Resolves: tdf#108708 set a min width for calc dropdown combobox buttonCaolán McNamara1-3/+2
2017-06-23tdf#39468 Translate some random German comments/termsJens Carl3-11/+11
2017-06-23simplify some string handling in tracing callsNoel Grandin4-25/+9
2017-06-23coverity#1412873 Dereference null return valueCaolán McNamara1-0/+1
2017-06-23coverity#735795 Unchecked dynamic_castCaolán McNamara1-2/+2
2017-06-23tdf#89139: dump pivotField itemsMike Kaganski1-5/+98
2017-06-22Unit test for named single reference pointing to deleted row, tdf#108671Eike Rathke1-1/+37
2017-06-22assert( nX < nC && nY < nR ); cause of tdf#108292Eike Rathke1-0/+1
2017-06-22Bin a couple way too verbose SAL_INFOsTor Lillqvist1-17/+0
2017-06-22tdf#39468 Translate some random German comments/termsJens Carl2-2/+2
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist3-17/+6
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke3-12/+12
2017-06-21Resolves: tdf#108292 WalkAndMatchElements: really limit the matchEike Rathke1-4/+9
2017-06-21Resolves: tdf#108671 mark named expression single reference #REF! if deletedEike Rathke1-0/+59
2017-06-21Assert that nTabNo fits maTabData, tdf#108654 relatedEike Rathke1-0/+1
2017-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke1-0/+10
2017-06-21loplugin:privatebaseStephan Bergmann1-1/+1
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin3-5/+5
2017-06-21Fix use of wrong functionTamas Bunth1-1/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin2-2/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin39-146/+146
2017-06-20tdf#45904 Move remaining XCellSeries test code to C++Paul Trojahn7-8/+229