summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist24-24/+1
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist1-12/+14
2014-04-17More generic way to disable avmediaTor Lillqvist1-1/+1
2014-04-17remove executable bitAndras Timar8-0/+0
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5
2014-04-16cppcheck: duplicate branchCaolán McNamara1-6/+0
2014-04-16fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida1-3/+8
2014-04-16fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida1-9/+0
2014-04-16fdo#75665: Fix the right-aligned case.Kohei Yoshida1-8/+21
2014-04-16fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida1-3/+0
2014-04-16SfxItemPool(..., ATTR_STARTINDEX, ATTR_ENDINDEX, aItemInfos, ...) off by oneStephan Bergmann1-1/+6
2014-04-16coverity#1202968 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-04-16coverity#1202963 Uninitialized pointer fieldCaolán McNamara1-3/+4
2014-04-15fdo#75665: Truncate string when clipped on screen.Kohei Yoshida2-5/+31
2014-04-16CID#736182 guard against a dubious call from SearchAndReplace()Eike Rathke1-0/+5
2014-04-15Properly #ifdef some per-platform test codeStephan Bergmann3-0/+21
2014-04-15CID#1202961 init class memberEike Rathke1-0/+1
2014-04-15CID#1202973 init class membersEike Rathke1-1/+3
2014-04-15CID#1202954 init class memberEike Rathke1-0/+1
2014-04-15CID#1202917 removed unused member variable nMaxTableNumberEike Rathke1-2/+0
2014-04-15Use scope switch rather than manual on and off.Kohei Yoshida3-4/+22
2014-04-15Use single std::vector instance in lieu of heap arrays.Kohei Yoshida1-15/+20
2014-04-15CID#1202821 check (unlikely) null return valueEike Rathke1-0/+2
2014-04-15CID#1093227: check for (unlikely) null return valueEike Rathke1-1/+3
2014-04-15Remove this duplicate, and use the one in ScCellFormat.Kohei Yoshida2-40/+7
2014-04-15Avoid unnecessarily converting UNO cell address to ScAddress.Kohei Yoshida2-44/+21
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