summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-02-25loplugin: improve indentationThomas Arnhold5-10/+9
2013-02-25Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*Caolán McNamara1-1/+1
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard3-7/+7
2013-02-25loplugin: unused variablesThomas Arnhold7-8/+1
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara8-52/+8
2013-02-24now easy to adjust csv dialog to fit on a netbook screenCaolán McNamara1-204/+248
2013-02-24suck alternative title out of the .uiCaolán McNamara5-5/+2
2013-02-24add requred custom widget entry pointsCaolán McNamara4-3/+16
2013-02-24rewrite import CSV dialog to WidgetLayoutPetr Vorel6-458/+801
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 Nabet3-3/+3
2013-02-23Fix typo recieved/receivedJulien Nabet1-1/+1
2013-02-23Fix typo seperated/separatedJulien Nabet2-2/+2
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet1-2/+2
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-3/+3
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 McNamara7-222/+111
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-22wrap max-width-chars in a custom widget to avoid it getting dropped silentlyCaolán McNamara1-1/+1
2013-02-22Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara1-0/+1
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
2013-02-21parse html filter options more legibly.Michael Meeks1-11/+10
2013-02-21generic integers to enumsLuboš Luňák1-4/+2
2013-02-21pass the storage to the XML import filterLuboš Luňák1-0/+3
2013-02-21clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tabNoel Power1-0/+1
2013-02-21basic support for writing embedded fonts for calc docsNoel Power7-6/+42
2013-02-21change lib:widget delimiter from : to -Caolán McNamara2-2/+2
2013-02-21delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard3-2/+27
2013-02-20respect nDelFlags, fdo#57661Markus Mohrhard1-1/+1
2013-02-20respect local number format in cond format dlg, fdo#60574Markus Mohrhard1-19/+27
2013-02-20automatically extending cond formats is dangerous, fdo#60828Markus Mohrhard1-2/+3
2013-02-19use HIG spacing in sort dialogCaolán McNamara2-279/+305
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power12-72/+199
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac11-26/+26
2013-02-18Better wording for several ActionsSamuel Mehrbrodt1-6/+6
2013-02-17coverity: fix memory leakMarkus Mohrhard1-2/+2