summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* typo: befor -> beforeThomas Arnhold2014-04-141-1/+1
* typo: dependend -> dependentThomas Arnhold2014-04-141-1/+1
* remove static stringsThomas Arnhold2014-04-141-2/+1
* Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist2014-04-123-3/+0
* WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist2014-04-121-1/+1
* fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida2014-04-112-36/+146
* fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson2014-04-121-1/+1
* fdo#77307: Compare external formula tokens correctly.Kohei Yoshida2014-04-111-0/+9
* Enable scaddins for ucalc test session.Kohei Yoshida2014-04-112-0/+15
* replace some SvStream seeking with calls to remainingSize()Michael Stahl2014-04-111-4/+3
* fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida2014-04-111-2/+2
* corrected copy&paste errorEike Rathke2014-04-111-2/+2
* fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers2014-04-119-2/+80
* Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann2014-04-112-2/+2
* fdo#77300: Do the same for the shared formula case as well.Kohei Yoshida2014-04-111-16/+19
* fdo#77300: Add more test to cover the shared formula case.Kohei Yoshida2014-04-111-0/+18
* fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida2014-04-111-8/+11
* fdo#77300: Add test for this.Kohei Yoshida2014-04-111-0/+8
* coverity#705472 Dereference null return valueCaolán McNamara2014-04-101-2/+3
* coverity#708112 Uninitialized scalar fieldCaolán McNamara2014-04-101-0/+4
* callcatcher: update unused codeCaolán McNamara2014-04-102-19/+0
* fdo#73147 improve function code for speedWinfried Donkers2014-04-092-37/+35
* coverity#708111 Uninitialized scalar fieldCaolán McNamara2014-04-091-0/+2
* coverity#708101 Uninitialized scalar fieldCaolán McNamara2014-04-091-0/+2
* coverity#708100 Uninitialized scalar fieldCaolán McNamara2014-04-091-6/+10
* coverity#708099 unused mTypeClass memberCaolán McNamara2014-04-091-3/+1
* coverity#708097 Uninitialized scalar fieldCaolán McNamara2014-04-091-0/+2
* convert data validation tab page to .uiCaolán McNamara2014-04-0912-440/+568
* related: fdo#67104 correct the tooltipMaxim Monastirsky2014-04-091-1/+1
* Write MediaDescriptor backMaxim Monastirsky2014-04-091-9/+9
* preserve selection if chart creation is cancelled, cp#1000052Markus Mohrhard2014-04-091-3/+7
* add array cell import to orcus importMarkus Mohrhard2014-04-091-2/+14
* add .xlsx unit test for enhanced protectionEike Rathke2014-04-082-5/+23
* add non-editable test for descriptorEike Rathke2014-04-082-0/+2
* fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida2014-04-084-12/+34
* write protectedRange elements to OOXMLEike Rathke2014-04-081-0/+27
* also check if a newly read password protection applies to a rangeEike Rathke2014-04-082-4/+9
* read the defined password attributesEike Rathke2014-04-082-3/+14
* coverity#738796 Uninitialized scalar fieldCaolán McNamara2014-04-081-4/+11
* read title/name first to easier spot and identify rangesEike Rathke2014-04-081-1/+1
* read protectedRanges and protectedRange elements from OOXMLEike Rathke2014-04-083-0/+54
* resize vector in advanceEike Rathke2014-04-081-2/+3
* bit 0 is bit 0Eike Rathke2014-04-082-2/+2
* hold security descriptors read from OOXML independentlyEike Rathke2014-04-082-4/+10
* use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2014-04-082-6/+6
* remove whitespaceMarkus Mohrhard2014-04-081-3/+0
* fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida2014-04-075-27/+39
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-0720-137/+296
* fdo#75741: Write test for this.Kohei Yoshida2014-04-073-8/+95
* fix copy&paste errorMarkus Mohrhard2014-04-071-1/+1