summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-10-03new loplugin:blockblockNoel Grandin2-30/+26
2017-10-02Remove undefined elements after std::uniqueJan-Marek Glogowski1-1/+3
2017-10-02lok - sc: lift row limit to 500kMarco Cecchetti1-1/+1
2017-10-02lok - sc: row/column headers are updated fasterMarco Cecchetti2-103/+328
2017-10-02lok - sc: make computation of cell cursor position fasterMarco Cecchetti3-47/+97
2017-10-02lok - sc: invalidation of cached row/col positions on several casesMarco Cecchetti6-0/+64
2017-10-02lok - sc: document size as sum of row heights/col widths in pixelMarco Cecchetti3-8/+109
2017-10-02lok - sc: a cache-like structure for row/col positions in the documentMarco Cecchetti2-0/+197
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti16-13/+495
2017-10-02Translate German variable names in Calc (financial)Johnny_M1-78/+78
2017-10-02Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke1-1/+6
2017-10-02consistently apply std::unique_ptr to SvLBoxButtonDataCaolán McNamara2-10/+9
2017-10-02Bin duplicated forward declarationTor Lillqvist1-1/+0
2017-10-02TypoPranav Kant1-1/+1
2017-10-01Replace list by vector in macromgr.cxx (sc)Julien Nabet2-16/+17
2017-09-30Fix typosAndrea Gelmini1-1/+1
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-30Resolves: tdf#100822 use sax::Converter::parseDateTime() for 'd' ISO 8601 dateEike Rathke1-8/+11
2017-09-30tdf#107711:Pivot table: filtering of non-string fields is not exported to XLSXTamás Zolnai10-8/+390
2017-09-30tdf#112735: Pivot table: page field displays empty stringTamás Zolnai1-1/+6
2017-09-30tdf#112733: Pivot table is displayed wrong in Excel after saved in LO CalcTamás Zolnai3-1/+24
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann1-0/+3
2017-09-29ofz#3487 further limit ScMatrix elements allocationEike Rathke1-10/+12
2017-09-29sc: fix loplugin:unnecessaryoverride warningMiklos Vajna1-6/+0
2017-09-29Get rid of some pointless cleanups that fail anyway occasionallyTor Lillqvist1-6/+0
2017-09-29Try to work around GCC 4.8.1 problemTor Lillqvist2-3/+2
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin2-3/+3
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-49/+43
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann6-63/+3
2017-09-28The OpenCL XIRR test fails randomly on some machines so bin itTor Lillqvist2-25/+0
2017-09-27If we are going to avoid repeated calls to pDocument->GetRecursionHelper(),Tor Lillqvist1-7/+8
2017-09-27Resolves: tdf#112523 do not use anything Ascii in UI contextEike Rathke1-1/+1
2017-09-27Make pGlobalStack and bGlobalStackInUse thread_localTor Lillqvist3-8/+8
2017-09-27Test also SUMIFS where no row matchesTor Lillqvist1-2/+9
2017-09-27Typo: Grafic -> GraphicSamuel Mehrbrodt1-4/+4
2017-09-26Don't use RTL_TEXTENCODING_DONTKNOW in OUStringToOStringStephan Bergmann1-1/+5
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist7-10/+10
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-1/+0
2017-09-26close sc and sw docshells tooCaolán McNamara1-0/+2
2017-09-26loplugin:flatten in scNoel Grandin28-1230/+1156
2017-09-25Make two slightly mysterious static local variables thread_localTor Lillqvist1-2/+2
2017-09-25-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2017-09-25ScTokenArray::operator=: assign also mnHashValue and meVectorStateEike Rathke1-0/+2
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke3-4/+5
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke1-2/+4
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt16-29/+29
2017-09-24tdf#112388 make aComboButton release its ScGridWindow outputdeviceCaolán McNamara1-0/+1
2017-09-24Fix duplicated context attributes.Kiyotaka Nishibori1-13/+13
2017-09-24tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky1-9/+0