summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14fdo#46808, Replace some XMultiServiceFactory with XComponentContextNoel Grandin3-46/+27
Change-Id: Ifbf8041ef9ffbecb88dacc9757895d777805372f
2013-05-14fdo#46808, Convert setup::UpdateCheck service to new styleNoel Grandin1-6/+3
The service already existed, it just needed an IDL file Change-Id: Ide9fe23861d43845e242d4637b3ef9673b30e068
2013-05-14fdo#46808, Convert linguistic2::LingProperties to new styleNoel Grandin1-19/+6
API-CHANGE: Removed the following interfaces from the IDL because no-one was using them: interface com::sun::star::beans::XFastPropertySet; interface com::sun::star::lang::XComponent; But the service still implements them, so old code should keep on working. Change-Id: Iab058fb42bd1a54e0b9632e99e564fdc0869fe6e
2013-05-13fdo#46808, Convert ui::UICategoryDescripion to new styleNoel Grandin6-72/+60
Change-Id: I4fbba222b8429b5935c8e15c74d1670edd4fb303
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin2-96/+85
Change-Id: I302be46b46518e1e872771e1c8a0647f7c330b30
2013-05-10Personas: Kill the non-finished "Background Image" feature.Jan Holesovsky3-192/+13
It seems not to be a too good idea anyway - the image has to have some specifics, so the value of setting any random image as the background of Writer / Calc / Impress is questionable. Either way, if anybody wants to finish that, easy to recover from the history ;-) - better than keeping the unused code around. Change-Id: I5079210bd91b5e70ce20681e5477b860bb28ff07
2013-05-09coverity#704141: resource leakMarkus Mohrhard1-0/+1
Change-Id: I4147dfa5d0d1fb2324a6441580212f25ce9d4a01
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-0/+4
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák3-5/+5
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-04fix macro assign dialogCaolán McNamara2-8/+24
Which was empty of contents e.g. from autotext->macro... because of 5d84af7e83404f22d3c9cd0b0bb88fb84d0550e7 "fdo#57553: Picture dialog Macro tab page: lazily init" which was because of bd2c14ec78a7549d4a19738154cdd5ea890f61c4 "we have to have all tabpages in all modes now" which was because we need to create all tabpages in order to determine their size for layout. Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c Change-Id: Ic662f6a927225b56820ccebf135b82ab1631974d
2013-05-04fdo#54087 refactor/fix browser plugin detection on WindowsAndras Timar1-26/+5
Former code did not find the Firefox plugin, if it was registered under HKEY_CURRENT_USER. Therefore the checkbox state was not preserved in Tools - Options - Internet - Browser Plug-in. Change-Id: I9ae2a7dae1501500d7ea7cb42517605219450af3
2013-05-01clear gtk enum value response idsCaolán McNamara3-4/+3
Change-Id: I4cf3d81bcfe31e8a2b99c0f770bc1f999205f110
2013-04-30rework background page to balance the preview and controlsCaolán McNamara3-101/+133
a) expand to fit the available space b) make the controls and the preview the same size c) reorganize the three options of color, gradient and bitmap to all put the preview in the same place and adjust so the preview is the same size in each case, i.e. switching between views gives the impression of a single shared preview element d) put a border around the gradient list so its area is visually noticable to be the same size as its preview area Change-Id: I88735778bb482f9dd011f890d170be127877367a
2013-04-30Bin rtl:: namespace prefix for OUString that had crept backTor Lillqvist1-2/+2
Change-Id: I64ab5fd3268a9366ddfec823e7d936b5790f23e1
2013-04-30Restore accidentally removed prefixTor Lillqvist1-1/+1
Change-Id: I62e9daa35605883ee0949ecdce6b86c07cc42c09
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-28/+15
2013-04-27some eco-activismThomas Arnhold4-15/+10
Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist45-134/+10
The time when it made sense to use "clever" #ifdefs to, for performance or compiler reasons, conditionally bypass private parts of a class declaration passed a decade or longer ago. Still more of this in sw and sc. People working on those modules might want to do it too, or not. Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be Reviewed-on: https://gerrit.libreoffice.org/3627 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-25add borders to category and format listboxesCaolán McNamara1-10/+13
Change-Id: Ic53084ded75f9c9000d5768de12953e3b339908e
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-5/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks7-162/+28
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: Rename them to Themes even in the UI.Jan Holesovsky2-9/+9
Change-Id: Ia7916e0cbbf91de09195c20b60f31ffe80256a9c
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 Timar3-1/+34
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 McNamara9-369/+545
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 McNamara7-196/+308
Change-Id: Id1ea4f5e5f003b4c5c405556a2951943a5ed4fb2
2013-04-17convert autocorrect dialog to .ui formatCaolán McNamara6-115/+295
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 McNamara6-108/+138
Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438
2013-04-16convert browser options to .uiCaolán McNamara6-40/+49
Change-Id: Ia3672c43b0e80e45ff3404fa84a11182cd6c03a0
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
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 Rathke9-10/+10
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 Lillqvist2-2/+6
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 McNamara8-400/+390
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
2013-04-04make border property of multiline edit optionalCaolán McNamara4-4/+4
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
2013-04-03Resolves: fdo#60663: Adapt hyphenation dialog to HIGHonza Minarik1-3/+2
Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2