summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Harmonize capitalization of spreadsheet function UI parameter namesEike Rathke1-519/+519
2017-09-01Replace list with a vector in PutData (sc)Julien Nabet1-12/+8
2017-09-01tdf#89139 Fix exporting of DateTime to CacheDefinition according to ISO 8601Bartosz Kosiorek4-58/+138
2017-08-31make the ScColumnsRange iterator return SCCOLNoel Grandin9-35/+52
2017-08-31Classify ocPercentSign as Array capableEike Rathke1-0/+1
2017-08-31SYLK import: init nRefCol,nRefRow with start col,row instead of 1,1Eike Rathke1-2/+2
2017-08-31Fix silent merge conflictStephan Bergmann1-1/+1
2017-08-31tdf#111939: Fallback to getting view data from best view shell...Dennis Francis1-0/+6
2017-08-31No need to call SetDebugName() when we already pass the same name to the ctorTor Lillqvist1-2/+0
2017-08-31ofz#2896 turn off auto look up col/row names for import testingCaolán McNamara2-0/+14
2017-08-30Restrict GetDoubleFromDateTime() and GetDateTimeFromDouble() correctionEike Rathke1-2/+11
2017-08-30tdf#112106: Corrupted pivot table after XLSX -> XLS conversion in CalcTamás Zolnai3-3/+34
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin4-15/+26
2017-08-30loplugin:constparamNoel Grandin2-2/+2
2017-08-30loplugin:constparam in variousNoel Grandin9-26/+26
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem49-894/+612
2017-08-30This can be constTor Lillqvist1-1/+1
2017-08-30This variable can be const, and calculated once before the loopTor Lillqvist1-1/+1
2017-08-30tdf#108352: Structure of pivot table coming from XLS is altered in LOTamás Zolnai5-2/+90
2017-08-29Fix 'make translations' run againKiyotaka Nishibori1-4/+4
2017-08-29Fix typo in codeAndrea Gelmini1-2/+2
2017-08-29loplugin:constparam in sc part9Noel Grandin36-60/+72
2017-08-29rename SBX errorcodes to BASICNoel Grandin4-7/+7
2017-08-29remove some unused macro definitionsNoel Grandin2-24/+0
2017-08-29disable unstable UNO API testsMarkus Mohrhard1-2/+3
2017-08-29loplugin:constparam in sc part8Noel Grandin60-145/+145
2017-08-29Use 1-based numbers in the ScAddress debugging output operator <<Tor Lillqvist1-3/+3
2017-08-29Export to PNG: export selected cell range only, not as page, tdf#108317Eike Rathke2-32/+101
2017-08-29Add keeper for FmFormView* pDrawViewEike Rathke1-9/+17
2017-08-29external data: add a simple table view for spreadsheet dataMarkus Mohrhard3-0/+390
2017-08-29move all the basic errcodes to one fileNoel Grandin4-0/+4
2017-08-28remove unused header fileNoel Grandin1-28/+0
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin2-43/+43
2017-08-27tdf#97548: Do not set anchor flag on starting formula mode in a cellDennis Francis1-4/+0
2017-08-27tdf#45904 Move _DataPilotItem Java tests to C++Jens Carl3-0/+255
2017-08-27tdf#45904: Move _DatabaseRange Java tests to C++Jens Carl1-2/+20
2017-08-27tdf#45904 Move _CellAreaLink Java tests to C++Jens Carl1-2/+11
2017-08-27fixed image and textbox rotation on xlsx files tdf#83672serdarot53-3/+24
2017-08-26tdf#89139: list all items in pivot table definition, incl. hiddenMike Kaganski3-13/+51
2017-08-26loplugin:constparam in sc part7Noel Grandin60-111/+111
2017-08-25coverity#1416669 Uninitialized scalar fieldCaolán McNamara1-4/+5
2017-08-25tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro6-29/+69
2017-08-25Follow-up fix for aa7dc5fa1df23f1a9079305cb362aab018e94848Tor Lillqvist1-1/+1
2017-08-25dynamic column container: more efficient loops over all colsNoel Grandin9-26/+85
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-3/+3
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist3-60/+60
2017-08-25loplugin:constparam in sc part6Noel Grandin59-95/+95
2017-08-25loplugin:useuniqueptr in scNoel Grandin8-79/+65
2017-08-25loplugin:unusedfieldsNoel Grandin2-132/+0
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand6-6/+6