summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* fdo#70049 Expert Config page cannot save booleanEfe Gürkan YALAMAN2013-10-291-10/+8
| | | | | | | | | | | This patch fixes unsaveable booleans. Also fix the problem occurs when there is multiple changes on page. Page was commiting only last added one, now commits all. Change-Id: Id1a15634e95d5ca9d54e7a90fa1bbbaf874e3f08 Reviewed-on: https://gerrit.libreoffice.org/6457 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fixincludeguards.sh: cuiThomas Arnhold2013-10-28114-289/+289
| | | | Change-Id: I0a9f69b8c2129329f742f18e7749484b6f3e5bf7
* Resolves: #i123497# corrected modify implementations for bitmap...Armin Le Grand2013-10-283-13/+28
| | | | | | | | | | | | | lineend and color (cherry picked from commit 03fa6020a862b1b6faf69f33274022cb871e8f4b) Conflicts: cui/source/tabpages/tpbitmap.cxx cui/source/tabpages/tpcolor.cxx cui/source/tabpages/tplneend.cxx Change-Id: Ib99e8f0a59fb611972133bab1e864d59d019457b
* windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-4/+0
| | | | | | So there is no need to do this locally, too. Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
* HIG: different rules for message boxesCaolán McNamara2013-10-271-4/+6
| | | | Change-Id: I67a5457fa2f39b1d6ab0a635d9bdf78ffa90caea
* Bin ASCII graphics and superfluous vertical whitescapeTor Lillqvist2013-10-241-86/+3
| | | | Change-Id: I68110e2ff632d0446c127e428623fecb62aa14c5
* Solve fdo#69926 Wrong default notation for galaxy icon themeJoren De Cuyper2013-10-231-1/+1
| | | | | | | | | | | | | | Galaxy is our 'underlying' icon theme we use in LibreOffice. If an user choose to have another theme, Galaxy icons will be overlapped by that other theme. So in general the 'default' template _is_ galaxy, but not for the end user. Different OS have different default theme and are marked with '<themename>(automatic)'. To avoid misunderstandings I delete the term 'default'. Change-Id: If6a1ac781cb68eeb690edf1408c7ce4c62f2ec8e Reviewed-on: https://gerrit.libreoffice.org/6321 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* convert code to use OUString::endsWithNoel Grandin2013-10-231-2/+2
| | | | | | | | | Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-2225-34/+34
| | | | | | They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-221-0/+1
| | | | | | hammer silver nails into coffin and bury in concrete Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
* drop StringCompare from cuiCaolán McNamara2013-10-211-2/+2
| | | | Change-Id: Iec7a797581ab899e93ad6cebb06c3622ca2360b9
* fdo#68849 add some header guardsThomas Arnhold2013-10-211-0/+5
| | | | | | | Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* post String conversion cleanupThomas Arnhold2013-10-211-1/+1
| | | | Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
* drop unnecessary tools/string includesCaolán McNamara2013-10-204-5/+0
| | | | Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
* fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz2013-10-201-14/+1
| | | | | | | | | This commit removes copy and paste code, creating a constructor for it Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc Reviewed-on: https://gerrit.libreoffice.org/6356 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-171-1/+0
| | | | Change-Id: I635235896853693dd7687e0b72ccb3caf4febb89
* remove SID_INTERNET_ONLINEThomas Arnhold2013-10-166-52/+0
| | | | | | We have no online/offline concept for the office anymore. Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934
* fdo#63271: Close hyperlink dialog after hyperlink is insertedThomas Arnhold2013-10-166-16/+17
| | | | | | Also label it with "Ok" which reflects the new behavior better. Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d
* Resolves: #i122759# Pass the Sequence by referenceAriel Constenla-Haile2013-10-161-11/+16
| | | | | | | | | | | | | | | | Despite it's name, rProperties, the Sequence is not a reference in the function signature. Besides, some small improvements: - instead of compareToAscii, use operator==, which is optimized for performance (cherry picked from commit a17e221225915c140c7840904cb9b46d75731edc) Conflicts: cui/source/options/optsave.cxx Change-Id: Ifffd2b9014210c885f03ff8116ea97625b903cba
* unotools: add menu option to enable/disable Smart-Art lockJacobo Aragunde Pérez2013-10-164-1/+14
| | | | | | | | | | | | | | The point of this menu option is that locked Smart-Art shapes would preserve the original XML files attached so they could be exported back to docx with no loss. The new menu option is located at Options -> Load/Save -> MS Office -> SmartArt to LibreOffice shapes or reverse. Change-Id: I6aafc2eb83404ee2c0b8538b2f6fbbbd4363e7d3 Reviewed-on: https://gerrit.libreoffice.org/6138 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* cui: allow lines in MS filter section to have independently enabled checkboxesJacobo Aragunde Pérez2013-10-162-2/+12
| | | | | | | | | | An extra InsertEntry method is added with parameters to enable or disable the load and save checkboxes independently. Change-Id: I49233ce31e2eaf361310f89887dcede86dec0edc Reviewed-on: https://gerrit.libreoffice.org/6137 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* fdo#45777: handling of whitespaces in hyperlinksThomas Arnhold2013-10-161-1/+2
| | | | | | | Remove leading and trailing whitespaces in the hyperlink dialog, because the resulting links would be unusable. Change-Id: Icf617daf51508a37494536e02fb298fb3cf746c5
* remove some stuffThomas Arnhold2013-10-164-20/+5
| | | | Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
* update pchThomas Arnhold2013-10-151-0/+1
| | | | Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
* There is nothing scary about <stdlib.h>Tor Lillqvist2013-10-121-4/+2
| | | | Change-Id: Ie30e4d67435808fd6c31e1ca7f10a58faad1c6ce
* -Werror,-Wunused-variableStephan Bergmann2013-10-112-6/+3
| | | | Change-Id: Ie599ddddca533db3a626ab63a9d47e10d76a4a94
* CID#1103720 make leak impossibleCaolán McNamara2013-10-101-15/+9
| | | | Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf
* CID#1103727 the intent is surely to compare nPos, nStart cannot be -1Caolán McNamara2013-10-101-1/+1
| | | | Change-Id: I27a6622f45ec3fdbb9153e1dcb1114c5dc71e884
* fdo#63866 Remove checkbox also for new separatorsSamuel Mehrbrodt2013-10-091-0/+1
| | | | | | | Change-Id: I2894b7ffc186836890ab7b8117e2c7ca43bd21be Reviewed-on: https://gerrit.libreoffice.org/6087 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* CID#708782 unused pointer valueCaolán McNamara2013-10-071-2/+1
| | | | Change-Id: I15c34278a3dca19547c77be7aca670fbbc2d2037
* fdo#60662 apply HIG rulesThomas Arnhold2013-10-051-2/+2
| | | | Change-Id: Ia73c38866b50e6986361909aa64f7a95c2ce8635
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-041-1/+1
| | | | Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
* fdo#39674 fix some spellingThomas Arnhold2013-10-042-40/+40
| | | | Change-Id: I72e497fb97edf8782c69000576f42896594e1556
* Better wording: "Add Separator" instead of "Begin Group"Samuel Mehrbrodt2013-10-041-1/+1
| | | | | | | | | This is the command that adds a Separator to the toolbar or menu Change-Id: I38bb449b6f34b6fc80bbbe6c0161d3346f785888 Reviewed-on: https://gerrit.libreoffice.org/6088 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Spell "indices" correctlyTor Lillqvist2013-10-021-1/+1
| | | | Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
| | | | Change-Id: I9a49699d0739afc754caa5012da1525aa7e5fc26
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-2/+0
| | | | Change-Id: Ie3e9cb1e30af597e9086d5713b743fc416e19ade
* Use std::auto_ptr::reset where applicableStephan Bergmann2013-10-022-2/+2
| | | | | | (avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-10/+0
| | | | Change-Id: I5269abf769839f525d949b90e827f1322e44f2dd
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
| | | | Change-Id: I566f106bb5ea0836535b1fe1b42811fc5be3268e
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
| | | | Change-Id: Ib37eb4a2795840bff5b501ba468473f02100aaa2
* fdo#54812 Remove option 'Size optimization for ODF format'Samuel Mehrbrodt2013-10-013-42/+13
| | | | | | | Change-Id: I1aee738a0ecd761efaecf4b1b1c53918d8f9cf01 Reviewed-on: https://gerrit.libreoffice.org/6044 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'Tor Lillqvist2013-10-011-1/+1
| | | | Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
* cui: fix up WNT-only codeMichael Stahl2013-10-011-1/+1
| | | | Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
* convert open-coded array into std::vectorNoel Grandin2013-10-011-61/+27
| | | | Change-Id: I067e1ddcf2c46ac55ed2c5b92db8edb19dc6a0f1
* convert CUI module from String to OUStringNoel Grandin2013-10-01123-1359/+1357
| | | | Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
* convert remnants of String in SVX to StringNoel Grandin2013-10-012-5/+5
| | | | Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767
* merge queue_layout and queue_resizeCaolán McNamara2013-09-302-2/+2
| | | | | | | | | | | so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
* Convert Draw object & background dialog to new UIOlivier Hallot2013-09-302-4/+8
| | | | | | | | | | Conflicts: sd/UIConfig_sdraw.mk Change-Id: I5625420bb374c03da0095065444787d082df8038 Reviewed-on: https://gerrit.libreoffice.org/6066 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara2013-09-3012-54/+53
| | | | Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68