summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)Author
2013-04-15missing string, local resource used as if globalCaolán McNamara
2013-04-15adapt code to create names .ui conversionCaolán McNamara
2013-04-15convert external data dialog to .uiCaolán McNamara
2013-04-11adapt code for delete cells dialogCaolán McNamara
2013-04-10Convert scalc delete contents dialog to .uiAlbert Thuswaldner
2013-04-09adapt code for select range .ui conversionCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Related: fdo#61948 data->validity crashes calcCaolán McNamara
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-27kill some unused inlinesThomas Arnhold
2013-03-25Warning: unused variable 'rStrExp' [loplugin]Tor Lillqvist
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara
2013-03-06adapt code to define name .ui conversionCaolán McNamara
2013-03-05another use of the reverse Unique HelpId HackCaolán McNamara
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-26postit dialog is always used for redline comments nowCaolán McNamara
2013-02-24layout should now take care of resizing for us on its ownCaolán McNamara
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-23try and beat this weird SvxAcceptChgCtr into something sanishCaolán McNamara
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac
2013-02-16coverity: variable value is unusedMarkus Mohrhard
2013-02-14adapt code to insert sheet .uiCaolán McNamara
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-03remove commented out methods and parameters in ScAnyRefDlgMarkus Mohrhard
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
2012-11-12cppCheck: clarifyConditionjailletc36
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-15sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-10-11allow ref edit fields that are not direct children of the ScAnyRefDlgMarkus Mohrhard
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann