summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)Author
2013-03-04callcatcher: unused codeCaolán McNamara
2013-02-27warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-26whoops, de-break SOME BROKEN FOOCaolán McNamara
2013-02-26SOME BROKEN FOOCaolán McNamara
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara
2013-02-24suck alternative title out of the .uiCaolán McNamara
2013-02-24add requred custom widget entry pointsCaolán McNamara
2013-02-24rewrite import CSV dialog to WidgetLayoutPetr Vorel
2013-02-24add a crude GetOptimalSize to ScCsvTableBoxCaolán McNamara
2013-02-24make ScCsvGrid robust against early show before valid column limit setCaolán McNamara
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida
2013-02-15coverity: prevent use of unitialized variableMarkus Mohrhard
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-27move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-18reset one of the sort containers before refilling, fdo#57465Markus Mohrhard
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida
2013-01-10Resolves: fdo#59112 re-scroll to current entry when dialog resizedCaolán McNamara
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
2012-12-05Don't forget to set focus handler for the reference edit boxes.Kohei Yoshida
2012-12-04rework the calc sort dialog to use .ui snippetCaolán McNamara
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-29use Markus's sort pageCaolán McNamara
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-19use LanguageTagEike Rathke
2012-11-19database names are case insensitive, fdo#51309Mathieu D
2012-11-17convert text import options to .uiCaolán McNamara
2012-11-12make sure that the sort vector is large enough, fdo#56958Markus Mohrhard
2012-11-12only set entries for existing sort entries, related fdo#56958Markus Mohrhard
2012-11-10Updatejailletc36
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-18expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-17exchange sort settings between the two tab pages, fdo#53482Noel Power
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11kill RefEdit constructor that does not initialize the highlightingMarkus Mohrhard
2012-10-11fix the highlighting of the range in the pivot table dialogMarkus Mohrhard
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-10-03probable attempts to find the parent dialogCaolán McNamara
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara