summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)AuthorFilesLines
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida2-13/+28
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke4-18/+5
2013-11-08"%1 is replaced to column letter" ... so do itEike Rathke1-3/+1
2013-08-26resolved fdo#68437 append the bDetectSpecialNumber "true" string in optionsEike Rathke1-1/+1
2013-08-09Resolves: fdo#67947 charsets not sorted in csv dialogCaolán McNamara1-0/+2
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-06-04MPLv2 subset improvements.Michael Meeks2-0/+4
2013-05-07Calc sort: Use method GetSortKeyCount from SortParamAlbert Thuswaldner1-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák5-25/+25
2013-05-06fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner1-16/+24
2013-05-01convert message box return types to an enumCaolán McNamara1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza4-36/+36
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara6-22/+22
2013-04-15Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida1-0/+3
2013-04-15Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"Thomas Arnhold2-18/+16
2013-04-15adapt code to select source .uiCaolán McNamara3-115/+25
2013-04-15Calc: converted sort warning dialog to .uiAlbert Thuswaldner1-14/+11
2013-04-15Calc Sort: Introducing new method AddKeyItem to avoid code duplicationAlbert Thuswaldner2-16/+18
2013-04-11fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner1-2/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák20-107/+99
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05Related: fdo#61948 data->validity crashes calcCaolán McNamara1-3/+8
2013-03-27-Wunused-macrosStephan Bergmann2-2/+0
2013-03-26i#120341# - Make SCSTR_FIELDSEP less translation-error-proneAriel Constenla-Haile1-1/+5
2013-03-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke1-6/+6
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-16Resolves: #i119460# Use localized strings on Data Pilot fields grouped by dateAriel Constenla-Haile2-19/+19
2013-03-15fixesThomas Arnhold1-1/+1
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-16/+16
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir2-5/+5
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim17-0/+48
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara6-20/+33
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara1-19/+20
2013-03-04callcatcher: unused codeCaolán McNamara1-8/+0
2013-02-27warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann1-1/+1
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac4-57/+39
2013-02-26whoops, de-break SOME BROKEN FOOCaolán McNamara1-1/+2
2013-02-26SOME BROKEN FOOCaolán McNamara1-1/+16
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara1-30/+0
2013-02-24suck alternative title out of the .uiCaolán McNamara3-3/+2
2013-02-24add requred custom widget entry pointsCaolán McNamara2-2/+14
2013-02-24rewrite import CSV dialog to WidgetLayoutPetr Vorel2-428/+144
2013-02-24add a crude GetOptimalSize to ScCsvTableBoxCaolán McNamara1-0/+6
2013-02-24make ScCsvGrid robust against early show before valid column limit setCaolán McNamara1-0/+4
2013-02-24loplugin: unused variablesThomas Arnhold3-4/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac5-12/+12
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke1-0/+2
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0