summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* WalkAndMatchElements: really really limit the match, tdf#108292 follow-upEike Rathke2017-08-211-8/+9
* Typo about "document"Julien Nabet2017-08-201-5/+5
* tdf#83562: Make the EditTextObject export of automatic colors...Dennis Francis2017-08-202-2/+73
* Fix 'make translations' runGabor Kelemen2017-08-201-1/+1
* external data: add a way to get the available data sourcesfor a providerMarkus Mohrhard2017-08-204-0/+41
* external data: improve the external data dialogMarkus Mohrhard2017-08-203-12/+104
* external data: add a menu entry to refresh the dataMarkus Mohrhard2017-08-205-2/+41
* external data: forgot to add the new html provider to the listMarkus Mohrhard2017-08-201-0/+1
* get the ScDocument directly from the ScViewDataMarkus Mohrhard2017-08-203-7/+5
* tdf#45904 Move Java _XViewFreezable tests to C++Jens Carl2017-08-181-5/+8
* tdf#109104: respect RFC3986 for newlines in ScEncodeURLJulien Nabet2017-08-181-1/+8
* Rename flag to less generic name to prepare adding more flagsUlrich Gemkow2017-08-181-3/+3
* loplugin:unnecessaryparenNoel Grandin2017-08-183-3/+3
* Fix typosAndrea Gelmini2017-08-181-1/+1
* Fix typosAndrea Gelmini2017-08-172-3/+3
* drop unused SdrCustomShapeAdjustmentItemJochen Nitschke2017-08-171-1/+0
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-7/+2
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-1710-13/+13
* Removing unused serialisation codeVarun Dhall2017-08-172-2/+1
* Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann2017-08-171-12/+12
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-175-6/+6
* tdf#86019: Use ChartDataRowSource_COLUMNS as the chart...Dennis Francis2017-08-171-3/+3
* sc: drop dead codeJochen Nitschke2017-08-166-131/+2
* add a test for storing formula cells in the cacheMarkus Mohrhard2017-08-161-0/+32
* also import formula cells again from the cacheMarkus Mohrhard2017-08-161-0/+28
* handle formula cells also in the python scriptMarkus Mohrhard2017-08-161-0/+11
* add formula cells/groups to the cacheMarkus Mohrhard2017-08-161-1/+28
* external data: apply the transformation still in the fetch threadMarkus Mohrhard2017-08-167-22/+47
* add a way to restore from our new cache formatMarkus Mohrhard2017-08-167-0/+101
* tdf#39468 Translate German comments/termsJens Carl2017-08-162-2/+1
* Add note about order or row, column, and tab as fields vs. parametersTor Lillqvist2017-08-161-1/+6
* remove unused param from CreateScNamePasteDlgNoel Grandin2017-08-164-4/+4
* add python script to interpret the calc cache formatMarkus Mohrhard2017-08-161-0/+76
* introduce a way to write a simple data representation to a streamMarkus Mohrhard2017-08-1610-0/+323
* Removing unused serialisation codeVarun Dhall2017-08-162-49/+0
* external data: add HTML data provider testMarkus Mohrhard2017-08-164-0/+108
* external data: add the deterministic mode also for htmlMarkus Mohrhard2017-08-161-0/+7
* oovbaapi: Allow copying of multiple selectionsTamas Bunth2017-08-161-5/+4
* loplugin:redundantcast, find more functional castsNoel Grandin2017-08-153-6/+6
* Change HardRecalcState to enum classTor Lillqvist2017-08-159-22/+22
* tdf#96099: Get rid of one more pointless typedefTor Lillqvist2017-08-152-7/+5
* tdf#96099: Get rid of one more pointless typedefTor Lillqvist2017-08-152-3/+2
* remove redundant SvxFrameDirection castsJochen Nitschke2017-08-153-3/+3
* loplugin:checkunusedparams in scNoel Grandin2017-08-15105-573/+417
* external data: add merge column transformationMarkus Mohrhard2017-08-153-0/+63
* external data: add split column transformationMarkus Mohrhard2017-08-153-0/+79
* Fix typosAndrea Gelmini2017-08-142-2/+2
* external data: add first test for data transformationsMarkus Mohrhard2017-08-144-2/+235
* external data: add initial work for data transformationsMarkus Mohrhard2017-08-145-1/+101
* external data: handle child elements of td correctly in html providerMarkus Mohrhard2017-08-141-12/+51