summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-12-07Assert pDrawView even to spot bad usageEike Rathke1-0/+2
2017-12-07Check pDrawViewEike Rathke1-1/+2
2017-12-07aDrawView -> pDrawViewEike Rathke2-4/+4
2017-12-07Remember ScViewData* and further check ScDrawView*Eike Rathke1-2/+6
2017-12-07loplugin:constparamsNoel Grandin30-95/+95
2017-12-07sc: don't crash on loading commentsThorsten Behrens1-1/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann8-0/+12
2017-12-06Prevent out-of-bounds access, tdf#114228 relatedEike Rathke1-1/+1
2017-12-06tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet1-2/+3
2017-12-06assert on export of fdo69698-1.ods to pdfCaolán McNamara1-7/+13
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara1-0/+48
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin22-58/+58
2017-12-05ofz#4530 Null-dereference READCaolán McNamara1-1/+5
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin7-19/+19
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin1-1/+1
2017-12-05Add ServiceProvider "com.sun.star.sheet.FunctionDescriptions"Jens Carl1-3/+7
2017-12-05Add ServiceProvider "com.sun.star.sheet.RecentFunctions"Jens Carl1-0/+5
2017-12-05assert(mnRangeOpPosInSymbol < MAXSTRLEN)Eike Rathke1-2/+3
2017-12-04tdf#39593 deduplicate code in ScOutputDatatagezi2-76/+41
2017-12-04lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant1-1/+2
2017-12-04Calculate print page ranges only when needed, cache in print stateTomaž Vajngerl3-145/+228
2017-12-04Convert from unique_ptr<bool[]> to vector<bool>Tomaž Vajngerl2-28/+11
2017-12-04Use print state when rendering a Calc documentTomaž Vajngerl3-6/+57
2017-12-04loplugin:singlevalfieldsNoel Grandin2-3/+2
2017-12-03tdf#113980 Refresh row/column buttons state after selection changeMaxim Monastirsky1-0/+2
2017-12-03tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001Daniel1-20/+47
2017-12-03Don't leak formats that get mergedMike Kaganski1-4/+4
2017-12-02ofz#4484 another stab at mnRangeOpPosInSymbolEike Rathke1-2/+2
2017-12-01tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea2-3/+7
2017-12-01Remove nonsensical loopMike Kaganski1-3/+2
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke1-1/+11
2017-12-01ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke3-40/+69
2017-12-01Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist1-3/+4
2017-12-01loplugin:unusedfieldsNoel Grandin3-9/+7
2017-12-01lok: calc: set outline stateMarco Cecchetti1-14/+13
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2-5/+3
2017-11-30ofz#4406 limit escher object cell area to calc's limitsCaolán McNamara1-4/+4
2017-11-30tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers1-13/+5
2017-11-30ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara1-1/+3
2017-11-30tdf#113901: Grid offset for notes and temporary notes modified.Vasily Melenchuk4-25/+14
2017-11-30loplugin:unusedenumconstantsNoel Grandin1-270/+0
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist3-6/+267
2017-11-29loplugin:implicitboolconversionStephan Bergmann1-1/+1
2017-11-29Avoid ambiguitiesStephan Bergmann1-3/+1
2017-11-29tdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters.Winfried Donkers1-2/+15
2017-11-29lok - calc: outline and group handlingMarco Cecchetti13-35/+374
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin10-15/+19
2017-11-29lok: sc: subdivide headers data in rangeMarco Cecchetti1-1/+10
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky1-6/+0
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-0/+6