summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida5-4/+47
2014-04-15Clean up function declarations and enable some forgotten(?) testsStephan Bergmann17-52/+55
2014-04-15testContentXLSXStrict was left out by accident?Stephan Bergmann1-11/+12
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida4-16/+20
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida24-58/+102
2014-04-14fdo#76294: Write import test for this.Kohei Yoshida2-0/+16
2014-04-14update_pchThomas Arnhold4-9/+53
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida4-5/+12
2014-04-14fdo#77209: Adjust this test to cover clip document use case as well.Kohei Yoshida1-14/+38
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky2-6/+25
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann49-330/+236
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-14typo: hilight -> highlightThomas Arnhold1-1/+1
2014-04-14typo: artifical -> artificialThomas Arnhold1-1/+1
2014-04-14typo: postion -> positionThomas Arnhold2-2/+2
2014-04-14typo: reverese -> reverseThomas Arnhold1-1/+1
2014-04-14typo: ULR -> URLThomas Arnhold2-2/+2
2014-04-14typo: direclty -> directlyThomas Arnhold1-1/+1
2014-04-14typo: befor -> beforeThomas Arnhold1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14remove static stringsThomas Arnhold1-2/+1
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist3-3/+0
2014-04-12WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-04-11fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida2-36/+146
2014-04-12fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson1-1/+1
2014-04-11fdo#77307: Compare external formula tokens correctly.Kohei Yoshida1-0/+9
2014-04-11Enable scaddins for ucalc test session.Kohei Yoshida2-0/+15
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-4/+3
2014-04-11fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida1-2/+2
2014-04-11corrected copy&paste errorEike Rathke1-2/+2
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers9-2/+80
2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann2-2/+2
2014-04-11fdo#77300: Do the same for the shared formula case as well.Kohei Yoshida1-16/+19
2014-04-11fdo#77300: Add more test to cover the shared formula case.Kohei Yoshida1-0/+18
2014-04-11fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida1-8/+11
2014-04-11fdo#77300: Add test for this.Kohei Yoshida1-0/+8
2014-04-10coverity#705472 Dereference null return valueCaolán McNamara1-2/+3
2014-04-10coverity#708112 Uninitialized scalar fieldCaolán McNamara1-0/+4
2014-04-10callcatcher: update unused codeCaolán McNamara2-19/+0
2014-04-09fdo#73147 improve function code for speedWinfried Donkers2-37/+35
2014-04-09coverity#708111 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-09coverity#708101 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-09coverity#708100 Uninitialized scalar fieldCaolán McNamara1-6/+10
2014-04-09coverity#708099 unused mTypeClass memberCaolán McNamara1-3/+1
2014-04-09coverity#708097 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-09convert data validation tab page to .uiCaolán McNamara12-440/+568
2014-04-09related: fdo#67104 correct the tooltipMaxim Monastirsky1-1/+1
2014-04-09Write MediaDescriptor backMaxim Monastirsky1-9/+9
2014-04-09preserve selection if chart creation is cancelled, cp#1000052Markus Mohrhard1-3/+7
2014-04-09add array cell import to orcus importMarkus Mohrhard1-2/+14