summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2013-03-03loplugin: improve indentationThomas Arnhold2-6/+2
2013-03-03coverity#735378: fix copy&paste errorMarkus Mohrhard1-1/+1
2013-03-01String::CreateFromAscii drop in scRicardo Montania1-3/+3
2013-03-01Add breaks to default and don't overflow to defautFridrich Štrba1-7/+8
2013-03-01Don't overflow case to default so that adding of case will never overflowFridrich Štrba1-0/+2
2013-03-01coverity#736015: use of invalid iteratorMarkus Mohrhard1-3/+3
2013-03-01coverity#736047: missing breakMarkus Mohrhard1-0/+1
2013-03-01coverity#705210: add missing breakMarkus Mohrhard1-0/+1
2013-02-28Remove dead voice command codeTor Lillqvist2-29/+1
2013-02-28coverity#982642: add missing breakMarkus Mohrhard1-0/+2
2013-02-27enable disabled test for rotated anchored shape,Noel Power2-8/+8
2013-02-27the method is actually called twice, fdo#60306Markus Mohrhard1-6/+9
2013-02-27warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann1-1/+1
2013-02-27remove the copied cond format cell attr entries, fdo#60306Markus Mohrhard1-0/+8
2013-02-26small performance improvement for fdo#61484Markus Mohrhard1-0/+2
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac35-251/+160
2013-02-26and avoid type issues when zeroing.Michael Meeks1-1/+3
2013-02-26initialize relative col/row/tab indicees to avoid false positives.Michael Meeks1-0/+1
2013-02-26whoops, de-break SOME BROKEN FOOCaolán McNamara1-1/+2
2013-02-26postit dialog is always used for redline comments nowCaolán McNamara1-1/+1
2013-02-26SOME BROKEN FOOCaolán McNamara2-1/+18
2013-02-25loplugin: improve indentationThomas Arnhold5-10/+9
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard2-6/+6
2013-02-25loplugin: unused variablesThomas Arnhold7-8/+1
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara6-48/+7
2013-02-24suck alternative title out of the .uiCaolán McNamara4-4/+2
2013-02-24add requred custom widget entry pointsCaolán McNamara4-3/+16
2013-02-24rewrite import CSV dialog to WidgetLayoutPetr Vorel3-457/+167
2013-02-24add a crude GetOptimalSize to ScCsvTableBoxCaolán McNamara2-0/+7
2013-02-24make ScCsvGrid robust against early show before valid column limit setCaolán McNamara1-0/+4
2013-02-24layout should now take care of resizing for us on its ownCaolán McNamara2-16/+0
2013-02-24loplugin: unused variablesThomas Arnhold26-35/+1
2013-02-24Translate German commentsThomas Arnhold4-44/+29
2013-02-23Fix typo begining/beginning.Julien Nabet2-2/+2
2013-02-23Fix typo recieved/receivedJulien Nabet1-1/+1
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet1-2/+2
2013-02-23Fix typo "teh" -> "the"Julien Nabet1-1/+1
2013-02-23try and beat this weird SvxAcceptChgCtr into something sanishCaolán McNamara6-221/+93
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet1-1/+1
2013-02-23Translate German commentsThomas Arnhold3-49/+41
2013-02-22sc: insert a temporary String conversion until ScColToAlpha is convertedMichael Stahl1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac52-125/+125
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke3-0/+23
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold2-3/+3
2013-02-22fix sc buildCaolán McNamara9-13/+13
2013-02-22s/the the/the/Tor Lillqvist3-4/+4
2013-02-22some clean-up in the commentsMarkus Mohrhard1-38/+1
2013-02-21assert "can't happen"Eike Rathke1-0/+7
2013-02-21prevent out-of-bounds access for old binary non-UNO add-in functionEike Rathke1-2/+5