summaryrefslogtreecommitdiff
path: root/cui/source
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-96/+16
2013-04-22sal_Bool to boolMatteo Casalin4-17/+17
Change-Id: I5831dfb7270ce3983a454c6c40558a74931d5200 Reviewed-on: https://gerrit.libreoffice.org/3537 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy8-8/+8
Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92 Reviewed-on: https://gerrit.libreoffice.org/3491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza6-12/+12
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Personas: Now they are called 'Themes', and changed location.Jan Holesovsky1-22/+12
Updated the URL's + the code that works with them & parses the page accordingly. Change-Id: Iba1414c749bdf227b3945162da83e3d35ce86244
2013-04-18fdo#63503 add 'Delete Last' button to Special Characters dialogAndras Timar2-0/+19
Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150
2013-04-18pick a default number of lines for abbrev/double listsCaolán McNamara1-0/+2
Change-Id: I553149931b6f2bad5ef149d899ca974240bda4fd
2013-04-18convert autocorrect replace tabpage to .ui formatCaolán McNamara6-264/+101
Change-Id: I962fae2d4d177a7ca364d0dece0c15132a199497
2013-04-18remove unused helpidCaolán McNamara1-1/+0
Change-Id: Iefbab5f23e0d0143ec0d9c81e9c68241d8878e3a
2013-04-18make replace column list align with replace editboxCaolán McNamara2-4/+12
Change-Id: I23c813bde254c65ce3279784aa0650c879fdd992
2013-04-18convert autocorrect replace to to .uiCaolán McNamara5-196/+121
Change-Id: Id1ea4f5e5f003b4c5c405556a2951943a5ed4fb2
2013-04-17convert autocorrect dialog to .ui formatCaolán McNamara4-115/+39
Just the outmost dialog itself, not the individual pages. We have to go top down in this case to incrementally convert the pages because of the non-standard additional widgets outside the tabcontrol area. So this dialog is set to non-resizable until its contents are converted over. Change-Id: I92014a44b4cab8d345666295b052635d4b57a496
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin3-3/+0
Change-Id: I23c9f905e6f679299f95baa6d8d4bafa97a3f19a Reviewed-on: https://gerrit.libreoffice.org/3399 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-16convert email options to .ui formatCaolán McNamara4-108/+26
Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438
2013-04-16convert browser options to .uiCaolán McNamara4-40/+6
Change-Id: Ia3672c43b0e80e45ff3404fa84a11182cd6c03a0
2013-04-08Resolves: fdo#59246 shrink font to fit available widthCaolán McNamara1-3/+34
Change-Id: I74cabfcbbfe24e598e497cf6eb451bd9ab517c44
2013-04-08fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin1-10/+10
the service already existed, it just needed an IDL file Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b
2013-04-08Fix variable reassigned before the old value has been usedJulien Nabet1-2/+1
Change-Id: Ifd90fe801371a7f4cbeefe49dbfbe192c3040ebd
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák85-532/+515
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke8-9/+9
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Resolves: fdo#62478 crash on tools->options->base->databasesCaolán McNamara1-2/+6
Change-Id: Ic24c5f14f66a4059ce653df34321352adb50496f
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist1-0/+2
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
2013-04-04convert about dialog to .ui formatCaolán McNamara5-399/+93
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
2013-04-03convert online updates page to .uiCaolán McNamara5-250/+68
Change-Id: I69e8a1d136df3f8f8daa2d3f5241b74d2b39efdd
2013-04-02remove unused help idsCaolán McNamara1-3/+0
Change-Id: Ie4d5869dc08d67486c27dc4c31333aee3b6c61ec
2013-04-02Widget UI for Calc cell alignment pageOlivier Hallot4-357/+138
Format - cell, alignment tab Change-Id: I78e4252064671720d41ad3af086b41d2efe06ac1 Reviewed-on: https://gerrit.libreoffice.org/2773 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-01remove unused help idsCaolán McNamara1-1/+0
Change-Id: I2a5e7099fd9900864c70c4e2be687e69d67509f9
2013-03-30Simplify a bit iterators stuffJulien Nabet1-6/+2
Change-Id: Ie2159d5eb8caf3d8f13d9c1ec49cc2bb6a0d94eb
2013-03-30remove local css definitionsThomas Arnhold1-1/+0
follow-up of 66a175834c39ccde9475eac3adb72a843110d01f Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60
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 Rathke3-5/+3
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 Bergmann7-18/+4
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26convert half of optfltr.src to .uiKrisztian Pinter4-164/+50
Converted the "VBA Properties" half of optfltr.src to optfltrpage.ui. Change-Id: Ie200377f2956aa243b1be859eb52972b79e9dc66 Reviewed-on: https://gerrit.libreoffice.org/2961 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-25cui: replace DBG_ASSERTs with bogus messagesMichael Stahl1-2/+2
Change-Id: I0646224e50d36db0171c063bd68e8eb6b4b6519c
2013-03-22String::AppendAscii cleanupRicardo Montania3-15/+15
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-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2-5/+5
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
2013-03-19converted cui/source/options/optsave.src to .uiKrisztian Pinter4-445/+162
Change-Id: Ieaef10684f45dc699e7d2c56dffca5483f0a30cc Reviewed-on: https://gerrit.libreoffice.org/2816 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@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-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-3/+3
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold6-13/+12
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-19sal_Bool to boolTakeshi Abe1-3/+2
Change-Id: I0a8d0f11c45aba1d34a0098e6a371bd616b08b72
2013-03-18coverity#735372 Copy-paste errorJulien Nabet1-1/+1
Change-Id: Id25a5216a3814fbb3f4f1d7ac88cd87270b63fde Reviewed-on: https://gerrit.libreoffice.org/2795 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2013-03-18String::AppendAscii cleanupRicardo Montania5-48/+52
Change-Id: I33d7a6b704cbb9a5a410b99237643c05a9c1cb9c Reviewed-on: https://gerrit.libreoffice.org/2755 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-03-18resolve fdo#57905 - Autocorrect Options can not be closed using 'Close-X'Joren De Cuyper1-0/+1
Change-Id: I0421253d363fbe82a833011d22eb86e61d3ad264 Reviewed-on: https://gerrit.libreoffice.org/2809 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.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-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-47/+0
Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123