summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/optsolver.cxx
AgeCommit message (Expand)Author
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann
2013-12-30convert solver progress dialog to .uiCaolán McNamara
2013-12-29convert solver success dialog to .uiCaolán McNamara
2013-12-20convert solver no solution dialog to .uiCaolán McNamara
2013-10-08convert sc/source/ui/miscdlgs/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/iui/inc/o*.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara
2013-04-17adapt code to solver dialog .ui conversionCaolán McNamara
2013-04-17adapt solver dialog to .ui conversionCaolán McNamara
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-01-24Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]