summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2013-07-11XubString->OUStringCaolán McNamara
Change-Id: I1049249741f445ad7bd9c070f99812c4404597c9
2013-07-11Resolves: #i121917# secure SdrTextObj casts in cuiArmin Le Grand
(cherry picked from commit 005cd2d436221519f74e54fb2373c7cbece6aed0) Change-Id: If38213ec9bce63aab97ad9d32273c05860e583ee
2013-07-11Resolves: #i122581# reestablish focus of the Record Search dialog...Herbert Dürr
to the search combobox Patch by: Tsutomu Uchino <hanya.runo@gmail.com> (cherry picked from commit 704bca1331d902281c3029aba65d57baa89d3731) Change-Id: I5d454e164d2f33cebf5b5761ef3ce7ae1025c7c6 Return zero value from non-void function to prevent compiler warnings. (cherry picked from commit 7986627ca418ec7c6fcaaa91367eda7f4b9aadaf) Change-Id: I5d065ac9fc4272c28ffd418ce2043e01d41a2e14
2013-07-10comparing only language and country is now insufficientEike Rathke
Change-Id: I399a5c5444b7352be7fa541fba3112745ce97033
2013-07-10use LanguageTag to convertEike Rathke
Change-Id: I2e35ac3d905fc4837dbc68fe6c97ed4891a85400
2013-07-09reset min/max values in paragraph dialog before setting the actual valueLuboš Luňák
SvxRelativeField sets max to 9999 (twips?), but a call to SetFieldUnit() converts that to 0.18cm, and that would limit the actual value set. Change-Id: Ia36e9f840dc0c5bce9c599010d78eac0321c18b3
2013-07-08add degrees and pixels as known spin field unitsCaolán McNamara
Change-Id: I5937843a5c5485f469ef1fb6b5844aa15c33a14d
2013-07-08-Werror,-Wheader-guard (Clang trunk towards 3.4)Stephan Bergmann
Change-Id: I6da069a27d569e4b28c0a8fe783616c767c108d0
2013-07-08allow SfxTabDialog ok button to have custom textCaolán McNamara
Change-Id: Ia38a982b37568c9225c03197a085db3164602f85
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
Change-Id: I36eb559fa58dbe75384b7119c788af0048813aed Reviewed-on: https://gerrit.libreoffice.org/4733 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-05cleanup src filesThomas Arnhold
Those items are unused. Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
2013-07-05tweak so buttons don't take on height of the combined extra load/save widgetsCaolán McNamara
Change-Id: Idc294a90f97cf1ae70109a04ad9963fe1e867f78
2013-07-04warning C4805 unsafe mixture of type sal_Bool and type boolMichael Stahl
Change-Id: I8a144c153664af0be73cd2a8822664b2fcb612e3
2013-07-04deploy maingrid hack to align previews within similar tabpages in a dialogCaolán McNamara
and move some accessibility resources into the .ui files Change-Id: I139a7df4c8c18110fcd576a69a565b2e7baea0db
2013-07-04cui: convert hatch tabpage dialog to .uiMiklos Vajna
Change-Id: Id5420da2c4049b42fad0484102e73ea90c3f0b74
2013-07-04drop unused .src nowCaolán McNamara
Change-Id: I6ec69375dc1023f6f899bc3bb46bccc47e508634
2013-07-04some small tweaks to the html ui conversionCaolán McNamara
restore the %PRODUCTNAME and %LOCALE variables Change-Id: I2b2e62ac3dd5c1117085f96f4541218bf1100647
2013-07-04modern widgetlayout for opthtmlCsikós Tamás
Change-Id: Ibad69d5d9512c1199c6cca3930c1b04f0af4987c Reviewed-on: https://gerrit.libreoffice.org/4707 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-03put tab tabpages frames side by sideCaolán McNamara
Change-Id: Ia0816a891bc4ab508f42cf6651df03d9566b560b
2013-07-03there are no SfxFontItem used anywhereCaolán McNamara
Change-Id: I7af08b7790a631d5d385a546a472e2868d79cb46
2013-07-03restore a11y relations and some other clean upCaolán McNamara
Change-Id: Ic44d45a969bc7e4c809906a59650eab1ee37c424
2013-07-03allow changing the fill color user for tab previewsCaolán McNamara
Change-Id: Ie20e900fe9e1f9bfdcd5784b380aa4574d52c001
2013-07-03Convert tab stop page to widget UIOlivier Hallot
Conflicts: cui/UIConfig_cui.mk Change-Id: Idd4401966933da1e4de3e3f31f74e2908dd7d705 Reviewed-on: https://gerrit.libreoffice.org/4644 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-03restore title on Format Number single tab dialogsCaolán McNamara
Allow a .ui to be given to the SingleTabDialog ctor. There are *three* single-tab Format Number dialogs, we really should combine them together into one dialog. Change-Id: I1021c9b968764bd9ad35832958ef2bd067fca798
2013-07-02fdo#62699 drop pass-through header svx/svdattrx.hxxThomas Arnhold
includes some sorting of the includes Change-Id: Iba41991552674f76b902dbc7b4b3ada992aee69e Reviewed-on: https://gerrit.libreoffice.org/4626 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
Change-Id: Ifae7f344e3827875e32afa3cda23c771f5735707 Reviewed-on: https://gerrit.libreoffice.org/4659 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-01Resolves: fdo#66403 infinite loop, typo i should be itCaolán McNamara
Change-Id: Ia3ec1302649809b7a63befc0a48fb142f1169936
2013-06-30remove unused and non-working methodsThomas Arnhold
cui/source/inc/macroass.hxx and include/sfx2/macropg.hxx seem to be duplicates Change-Id: I7df15a2ac97aff92449d40045c55de811bd701f2
2013-06-29remove OUString wrap for string literalsThomas Arnhold
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913 Reviewed-on: https://gerrit.libreoffice.org/4601 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-28always call setDeferredProperties for dialog get/set titleCaolán McNamara
Change-Id: I57f9cc8fbdb9d2a304c346e03893fa55d6a61bd5
2013-06-27coverity#1038294 Explicit null dereferenceNorbert Thiebaud
Change-Id: Ifab48223b505a3061e70e5bc8741a293100a24bc Reviewed-on: https://gerrit.libreoffice.org/4555 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-25Resolves: fdo#65716 MACROLANG not substituted in titleCaolán McNamara
Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95
2013-06-25fdo#62119 fix copypastaDavid Tardon
Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312
2013-06-24Resolves: fdo#66105 set max growth width for labels/edits which take pathsCaolán McNamara
Change-Id: I12220821f76550baacdc8ce604f2e612d260c1a1
2013-06-21de-uglify ** = new * and don't leak temporary SvxBrushItemEike Rathke
Change-Id: I8cc2927c2fe7b12b3ce8122f7d39276f5d58929d
2013-06-21coverity#707511 Unitialized pointer readNorbert Thiebaud
Change-Id: I2b8441dba51d0ed96dc60d6573d8b46e767fe23b Reviewed-on: https://gerrit.libreoffice.org/4411 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-06-21Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed
Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
2013-06-19expand scheme to share sizes for paragraph dialog preview widgetsCaolán McNamara
Change-Id: Id1ded6828468ff956c83eb57f1da62fd80761b5d
2013-06-19fix copypastaDavid Tardon
Change-Id: I7744acc8cf1e8b6cad05d22df43f3d5a5beaa2f6
2013-06-18Related: #i122120# Ensured Append/Modify methods in LB implementations...Armin Le Grand
always add a UI graphic preview, corrected diag mirror in bitmap pattern (cherry picked from commit 36a8574012525fa837df6dfd1839fa65b5a2bc70) Conflicts: cui/source/tabpages/tpbitmap.cxx cui/source/tabpages/tpcolor.cxx cui/source/tabpages/tpgradnt.cxx cui/source/tabpages/tplnedef.cxx cui/source/tabpages/tplneend.cxx svx/inc/svx/dlgctrl.hxx svx/inc/svx/xtable.hxx svx/source/dialog/dlgctrl.cxx svx/source/xoutdev/xtabbtmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/source/xoutdev/xtabdash.cxx svx/source/xoutdev/xtabgrdt.cxx svx/source/xoutdev/xtabhtch.cxx svx/source/xoutdev/xtable.cxx svx/source/xoutdev/xtablend.cxx Change-Id: Iff0744061b76d8c608e285f81bcc8e76edeb6a69
2013-06-18Resolves: #i122120# Changed UI preview creators...Armin Le Grand
to no longer need SdrModel/SdrObject (cherry picked from commit 0c353433ad94786a937fa9da01d6e7382e3da942) corrected unwanted change (cherry picked from commit 8a10735b8ee3926a592d6919f4dbb823771bed9f) Conflicts: vcl/inc/vcl/outdev.hxx 7c096015d974382e6874a874370ee72a61f02e6a Change-Id: Ib2afe135566eba2e99cc8c4a653de3df0fa7f0cd
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa Reviewed-on: https://gerrit.libreoffice.org/4280 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-16Add UI for fine dashed border typeMiklos Vajna
Commit 7d632ff29e601c2e680c4a689997fbf552592a4b added document model / layout support for this, but UI was lacking. First, add a new item to the list box in SvxBorderTabPage::FillLineListBox_Impl(). Second, handle MAP_TWIP unit in svtools::GetDashing() for STYLE_FINE_DASHED. Pick up some values that give visually the fine dashed result when painted. (The original values from 2f0d406911f9790a434e46bc82ea36bb8ae714e7 in other cases seem to be a bit consistent already anyway.) Change-Id: Ibf1ed235d51515b065d23a6a5d5eef433162899f
2013-06-15Enable Sifr themeIssa Alkurtass
Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
2013-06-11Resolves: fdo#65595 wrap long checkbox stringCaolán McNamara
Change-Id: Ied827721a1ceca69ed33b494f8b55cb4bb1b748b
2013-06-10Resolves: fdo#65609 don't use whole text for optimal widthCaolán McNamara
Change-Id: Ie0aed71457891e58916d064c9a59d5927c31f1f7
2013-06-08Resolves: fdo#65536 check if builder is NULLCaolán McNamara
Change-Id: Ieabd56d6da06b480ade662a55aebd35d0769f2ea
2013-06-07add a little more space between groupsCaolán McNamara
Change-Id: I9cc0f8950a06e1b3d8ddd19a685ac5121e3805b7
2013-06-07Convert Search in Japanese page to .ui formatFaisal M. Al-Otaibi
Change-Id: I1874f36d3e69b39fcb456de85b28c7a09f7bdbf2