summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/csvgrid.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-3/+3
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-20convert GRID constants to scoped enumNoel Grandin1-2/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-20sc: convert new to ::CreateNoel Grandin1-2/+2
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-66/+70
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-0/+6
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-9/+0
2014-04-15CID#1202973 init class membersEike Rathke1-1/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-11yes, placement of parentheses is important :-/Eike Rathke1-1/+1
2013-10-10fixed !!br0ken CSV import previewEike Rathke1-3/+4
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-10-04convert sc/source/ui/inc/c*.hxx from String to OUStringNoel Grandin1-11/+11
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-03de-GetBuffer calcCaolán McNamara1-2/+2
2013-07-09Mark as constTakeshi Abe1-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-18/+18
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke1-6/+6
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-4/+4
2013-02-24make ScCsvGrid robust against early show before valid column limit setCaolán McNamara1-0/+4
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-08-01resolved fdo#53012 crash in CSV fixed width importEike Rathke1-1/+2
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke1-1/+4
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-13/+12