summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
AgeCommit message (Collapse)AuthorFilesLines
2013-03-29replace PathDialog to xFolderPicker, remmove obsoleted PathDialog classAndras Timar1-37/+49
and at the same time we got rid of tools/fsys.hxx dependency in svtools Change-Id: I5237529681a8b6ec32f41086af41ac575fbcff9b
2013-03-29String to OUStringAndras Timar1-1/+1
Change-Id: I3292e489d0033f56c407af799e9c90d497e98744
2013-03-29ResMgr with LanguageTagEike Rathke2-4/+2
Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
2013-03-27DBG_ASSERT -> SAL_WARN_IF (silence -Werror=unused-macros)Stephan Bergmann1-1/+3
Change-Id: Iac61bcae89e9a96c7b9b97be3fa60378acc89bd9
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-22String::AppendAscii cleanupRicardo Montania2-12/+12
Change-Id: I3c1ff291488b7747e143982aa7ea95169175c2c2 Reviewed-on: https://gerrit.libreoffice.org/2914 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith4-16/+16
Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8 Reviewed-on: https://gerrit.libreoffice.org/2864 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-6/+6
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-6/+6
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-16"show logo" in slideshow settings doesn't do anythingCaolán McNamara1-89/+2
This wants to load about.png which doesn't exist anymore. "about.svg" does, but is a rather abstract background image for the about dialog these days, so use "flat_logo.svg" instead. Which requires moving the svg loader out of cui into sfx2 for re-use. Change-Id: I8654f0f93766556ef4ed4b87eff35b45d8189761
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi1-3/+3
Applied fdo#38838 in dbaccess/source/ui/browser, + RTL_CONSTASCII_USTRINGPARAM removals Change-Id: I8a565cdae7fd9da1de05525c602ce011542ab4d5 Reviewed-on: https://gerrit.libreoffice.org/2538 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
2013-03-13String::AppendAscii cleanupRicardo Montania1-2/+2
Change-Id: If9e57c77d39597db78739a7886d76ee0197f6461 Reviewed-on: https://gerrit.libreoffice.org/2703 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim30-0/+87
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara1-1/+1
and add a mechanism to know that we're in true initial layout mode Change-Id: I4ff61160ae67a7ccf1cb8b25c41870c195d32b94
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-2/+2
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara2-3/+3
weed out assumption that widgets are direct children of Dialogs Change-Id: Ib2cf0c8862bd5e82b13380634ed82ca7fcc746b8
2013-03-04SvxZoomDialog: m_pColumnsEdit can be a NumericFieldMiklos Vajna1-1/+1
Change-Id: Ic5469c89587b509822be8e29febc9047548c07ab
2013-03-04sal_Bool to boolTakeshi Abe1-2/+2
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-02-28fix buildMarkus Mohrhard1-1/+0
2013-02-28remove unnecessary ascii artsMarkus Mohrhard1-121/+18
Change-Id: I4b76249ad29ed0ef4a35e2e2bffbf98508bad327
2013-02-28coverity#705636: fix memory leakMarkus Mohrhard1-1/+2
Change-Id: Iabb4922aedd6f2897e005797e6d2ae1fea11ac4a
2013-02-26postit dialog is always used for redline comments nowCaolán McNamara1-9/+1
Change-Id: Id3ec1c12c354aabf2556e91e4fa75d60bb2c0f3c
2013-02-26adapt code to comment .ui conversionCaolán McNamara3-228/+46
Change-Id: I93f98f50443ab3b2fb0ce9f3126b03c8a3281ad2
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-3/+3
Conflicts: cui/source/options/optgdlg.cxx cui/source/options/webconninfo.cxx dbaccess/source/ui/app/AppController.cxx Change-Id: I2abfad91318e8be8c0f77909cbd76825cdca9b85 Reviewed-on: https://gerrit.libreoffice.org/2350 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-25loplugin: improve indentationThomas Arnhold1-3/+1
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-24loplugin: unused variablesThomas Arnhold7-12/+0
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-23Fix typo seperated/separatedJulien Nabet1-2/+2
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "teh" -> "the"Julien Nabet1-1/+1
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-20Fix fdo#59970 slowless of about box renderingThorsten Behrens1-21/+102
Prevent creation of transparent bitmap at arbitrary scale, and subsequent scaling down. For remote X, that even has to fetch pixel back from remote side for manual scaling. Change-Id: I58e011231f2b81b913a6b02dd973385ef5664379 Signed-off-by: Petr Mladek <pmladek@suse.cz>
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac1-1/+1
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-12cui: kill RTL_CONSTASCII_USTRINGPARAM in macrosMiklos Vajna1-2/+2
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-32/+20
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-3/+3
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-11add borders to simpletablecontainerCaolán McNamara1-1/+1
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
2013-02-11fdo#46808, Adapt ConversionDictionaryList UNO service to new styleNoel Grandin1-26/+17
Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-14/+6
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith1-1/+1
Change-Id: I0a44bab196ae239d3bdea75fd2b657bdfa4ecf31 Reviewed-on: https://gerrit.libreoffice.org/2011 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-01-28New table dialog from impress and draw converted to Glade UIRobert Roth3-136/+5
Change-Id: Iedd44ae171a25d9d6599e4f44698d7458c486be6
2013-01-27move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara2-4/+0
Change-Id: Iaf1a4a5ed813f48f9241f9e3ae7a732c22b7b9e5
2013-01-25Cleanup after zoom dialog ui conversionRobert Roth2-44/+0
Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207 Reviewed-on: https://gerrit.libreoffice.org/1873 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-25hand rolled dynamic positioning code can go nowCaolán McNamara1-20/+4
Change-Id: If30c91ea3828f8e4d8ed4c5ac95697fb2817d68f
2013-01-25split up into one dialog per .uiCaolán McNamara1-4/+4
Change-Id: I5473ef07abb1f96aed4cfd96d4fa436ec2f13e64
2013-01-25some minor .ui conversion nitsCaolán McNamara1-0/+2
ObjectNameDialog: - Lets make it resizeable. Set a "width in chars" on the edit box to make it wide enough, that way we don't have to about setting a size request in pixels ObjectTitleNameDialog - Lets make it resizeable, as above. - The original had a scrollbar, so added a scrolledwindow to it with always vertically scroll - For the textview to give it a default height, rather than using pixels I let it take its width by expand to the above edit widget width - For its height, added a non-translated text buffer with 5 blank lines and tweaked the ctor to set that as its permanent height request - GtkTextView maps to VclMultiLineEdit instead of "MultiLineEdit" its a corner case, they should be equivalent, so just changed MultiLineEdit to VclMultiLineEdit NameDialog: - width requests as above - set name_entry as the mnemonic widget of name_entry MessBox: - I set the label to be vertically centered for the resizeable case Change-Id: I9ab9eb76aa64b4d7eaf1c9a738f9c29cd7f7820b
2013-01-25Object name, description dialog and messagebox ported to UI filesRobert Roth3-344/+48
Change-Id: Iad23998c9ccde22abad9d894af3dd6df7c92564f Reviewed-on: https://gerrit.libreoffice.org/1857 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith1-1/+1
removed temporarily added OUString(...GetSavedValue()...) constructs again Change-Id: I11477654d217a5ae127c1ef1b19cbff56ed052a6
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara1-2/+2
Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac7-201/+177
Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>