summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
AgeCommit message (Expand)AuthorFilesLines
2014-07-15fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+8
2014-03-12hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-5/+3
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-2/+2
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-1/+8
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin2-2/+2
2013-10-15convert sw/source/ui/table/*.cxx from String to OUStringNoel Grandin2-22/+22
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara1-3/+3
2013-09-25String to OUStringMatteo Casalin1-4/+3
2013-09-19convert sw/inc/swabstdlg.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara1-8/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-18callcatcher: update unused codeCaolán McNamara2-5/+5
2013-08-14String to OUStringMatteo Casalin1-17/+16
2013-08-12String to OUString and some optimizationsMatteo Casalin2-4/+3
2013-07-29fdo#67467: fix crash when renaming table in AutoFormat dialogIvan Timofeev1-4/+3
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-54/+55
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-06Resolves: #i121334# Changed default for charts background to be none...Armin Le Grand1-0/+4
2013-05-02unused old insert chart dialogCaolán McNamara3-162/+0
2013-04-25convert merge table dialog to .uiCaolán McNamara3-117/+5
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy4-4/+4
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza3-6/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-14/+13
2013-03-26fix fdo#62670 - TABLE: Splitting a table options are mixedJoren De Cuyper1-4/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-9/+9
2013-03-10Comment translation german-english in sw/source/ui/table/Matthias Freund7-156/+59
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim7-0/+21
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2-3/+3
2013-02-20sal_Bool to boolTakeshi Abe1-9/+9
2013-02-18sal_Bool to boolTakeshi Abe2-10/+10
2013-02-18Both bLeftEnable and bRightEnable are always sal_FalseTakeshi Abe1-6/+5
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-2/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-2/+2
2013-02-10Comment translation german - english - correctionMatthias Freund1-1/+1
2013-02-10Comment translation german - englishMatthias Freund1-4/+4
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-9/+4
2013-01-27move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara2-4/+0
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith1-3/+3
2013-01-23convert autofit width dialog to new .uiCaolán McNamara3-133/+13
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2-5/+5
2013-01-18convert table properties tabdialog to .uiCaolán McNamara4-367/+16
2013-01-13grotesque TextControlCombo can now go with widget layoutCaolán McNamara1-1/+0
2013-01-12split out table columns page and adapt codeCaolán McNamara4-393/+105
2013-01-12split out table textflow page and adapt codeCaolán McNamara4-481/+241
2013-01-11split out format table page and adapt codeCaolán McNamara2-265/+244
2012-12-07-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks12-276/+168