e21544132a
Resolves: fdo#66403 infinite loop, typo i should be it
...
Change-Id: Ia3ec1302649809b7a63befc0a48fb142f1169936
2013-07-01 10:41:43 +01:00
fc98acd38c
remove unused and non-working methods
...
cui/source/inc/macroass.hxx and include/sfx2/macropg.hxx seem to be duplicates
Change-Id: I7df15a2ac97aff92449d40045c55de811bd701f2
2013-06-30 13:22:19 +02:00
ba0a57702c
remove OUString wrap for string literals
...
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-29 21:52:54 +00:00
5cb2e3104b
remove toolkit/unohlp.hxx hack
...
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-28 11:49:28 +00:00
31fc0b7442
always call setDeferredProperties for dialog get/set title
...
Change-Id: I57f9cc8fbdb9d2a304c346e03893fa55d6a61bd5
2013-06-28 11:50:15 +01:00
3f8445b20e
coverity#1038294 Explicit null dereference
...
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-27 12:41:33 +00:00
a85aed77e6
Resolves: fdo#65716 MACROLANG not substituted in title
...
Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95
2013-06-25 20:31:15 +01:00
7a62a5c34a
fdo#62119 fix copypasta
...
Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312
2013-06-25 16:19:49 +02:00
9495e91279
Resolves: fdo#66105 set max growth width for labels/edits which take paths
...
Change-Id: I12220821f76550baacdc8ce604f2e612d260c1a1
2013-06-24 14:40:40 +01:00
a5a96f5c5f
de-uglify ** = new * and don't leak temporary SvxBrushItem
...
Change-Id: I8cc2927c2fe7b12b3ce8122f7d39276f5d58929d
2013-06-21 14:36:54 +02:00
def4471b3d
coverity#707511 Unitialized pointer read
...
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-21 11:47:55 +00:00
448fa131b2
Fix fdo#52204 add new feature ignore diacritics in search for CTL
...
Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
2013-06-21 11:14:17 +02:00
d3c1c8d758
expand scheme to share sizes for paragraph dialog preview widgets
...
Change-Id: Id1ded6828468ff956c83eb57f1da62fd80761b5d
2013-06-19 15:18:30 +01:00
8fbb2ebc21
fix copypasta
...
Change-Id: I7744acc8cf1e8b6cad05d22df43f3d5a5beaa2f6
2013-06-19 14:27:16 +02:00
6ed60d6a93
Related: #i122120# Ensured Append/Modify methods in LB implementations...
...
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-18 15:35:15 +01:00
7377557f27
Resolves: #i122120# Changed UI preview creators...
...
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-18 13:06:12 +01:00
8956854d8e
String to OUString (SfxStringItem and related)
...
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-18 08:11:58 +00:00
4c3d2dcdad
Add UI for fine dashed border type
...
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-16 17:58:06 +02:00
16613995dd
Enable Sifr theme
...
Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
2013-06-15 18:37:01 +02:00
40a5fd4aa0
Resolves: fdo#65595 wrap long checkbox string
...
Change-Id: Ied827721a1ceca69ed33b494f8b55cb4bb1b748b
2013-06-11 14:00:48 +01:00
11c89fe5fb
Resolves: fdo#65609 don't use whole text for optimal width
...
Change-Id: Ie0aed71457891e58916d064c9a59d5927c31f1f7
2013-06-10 14:26:46 +01:00
6ea2cc95f5
Resolves: fdo#65536 check if builder is NULL
...
Change-Id: Ieabd56d6da06b480ade662a55aebd35d0769f2ea
2013-06-08 14:43:27 +01:00
042fbe97bb
add a little more space between groups
...
Change-Id: I9cc0f8950a06e1b3d8ddd19a685ac5121e3805b7
2013-06-07 10:04:22 +01:00
1543e30a33
Convert Search in Japanese page to .ui format
...
Change-Id: I1874f36d3e69b39fcb456de85b28c7a09f7bdbf2
2013-06-07 09:49:19 +02:00
8ac87296c3
fdo#63866 Hid useless checkboxes
...
Added functions to SvTreeListBox and SvLBoxButton to allow entries with hidden checkboxes
Change-Id: Ia5a1deabea6c01aad5e4010612ac453c669258a6
Reviewed-on: https://gerrit.libreoffice.org/4169
Reviewed-by: Miklos Vajna <vmiklos@suse.cz >
Tested-by: Miklos Vajna <vmiklos@suse.cz >
2013-06-07 07:42:54 +00:00
516ed22b3f
Remove remnants of help agent
...
it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b
but gobs of code (and UI) still existed to collect the help id
and give it to the missing help agent with various UI visible
options and buttons to control the help agent which isn't
there
Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
2013-06-06 14:52:49 +01:00
35a65baefe
Slowly, but surely going on compiling for mingw64
...
Change-Id: I590aa6a854a040281bf73d5be768c05d4906a984
2013-06-06 15:52:05 +02:00
dcbaf7c253
remove unused componentcontext.hxx includes
...
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-05 08:13:21 +02:00
870dd81899
fdo#60120 Modify DialControl to store 100th degree angle.
...
DialControl internally stores the angle to a 100th of a degree
percision, but when SetRotation is called, the value was always
rounded to a 1 degree percision. This has now been modified to
round only on DialControl mouse interaction.
Additionally add add a parameter to SetLinkedField which states
the number of decimal places the NumericField is set to. This change
makes possible to set the NumericField to 100th of a Degree as the
internal angle is represented in. Default value is 0, so no change is
needed to existing DialControls.
Change-Id: I1f0c20092cdfccbd0878d7eb620bfdad7825b0fb
2013-06-03 23:44:59 +02:00
cfd41ac7e7
Fix typo after conversion to .ui
...
The last item in the list was Justified not Right before the conversion.
Change-Id: I6bf8446963df67d26bc8c210bdbdde73a1d3b6e1
2013-06-03 14:20:51 +02:00
1f79707438
fdo#46808, Convert office::Quickstart service to new style
...
Service already existed, just needed an IDL file.
Change-Id: Ief5563e53c7331b65dd429079180c4eed2f2c071
2013-06-03 10:00:01 +02:00
9ac296af1d
Resolves: fdo#65215 wrong type for the multiline comment edit widget
...
Change-Id: I14b13285daf27191bb8cf95bc7e801281f97dde8
2013-05-31 16:50:00 +01:00
0badc40070
WaE: private fields are not used
...
Change-Id: I6c649804b0c03d8ca265e71be50aaa735e8fbeb2
2013-05-31 16:57:07 +03:00
c01c7832dd
drop unused helpids
...
Change-Id: Ia50366201e7ce490fb66f99f700a27bac9aef6b8
2013-05-31 13:37:28 +01:00
f00db76911
some cunning to get these tabpages previews in the same place
...
Change-Id: I9c4c74ae692f1ddd6ddadd6ecfb8332b4082187c
2013-05-31 13:03:07 +01:00
c3cdc78e88
set accessibility name for previews via .ui
...
Change-Id: I4abf90f43a8278e3c115a809deb1a8096f21c685
2013-05-31 12:33:59 +01:00
b796e3f968
tweak
...
Change-Id: Ide151deb43ba377a86c1cb1ec2c4d815c0ac0f6a
2013-05-31 12:13:28 +01:00
324141f21b
Convert Paragraph Alignment & Indent to Widget UI
...
Conver Paragraph Alignment and Indent & Spacing to widget UI.
Change-Id: Ib3b7d76a63bd677d5d94f7385bbf589f18eceeda
Reviewed-on: https://gerrit.libreoffice.org/4047
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br >
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2013-05-31 10:10:06 +00:00
7ce2a89f4f
prompt to restart office when required for experimental features
...
Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f
2013-05-31 09:33:07 +01:00
301cfb7a8a
Return optgdlg.src file back to AllLangResTarget_cui.mk
...
Change-Id: I84923d35abc75d6f98b97fbc5c8349f30173a3c8
2013-05-30 18:02:26 +02:00
05f9555e03
fix spellings and some tidy of the language .ui conversion
...
Change-Id: Ia0d3ecc728fac13fb4745810124fd3b2c63c9835
2013-05-30 16:28:06 +01:00
fa3d5ca1f9
Convert Languages tab page to .ui
...
Deleted the readonly images too,it was not used any where else and was just confusing.
Change-Id: Ibdcda961966ceab28b224335bfa2e154a395e788
2013-05-30 12:42:45 +02:00
c723428d61
tiny tidy up for optctlpage .ui
...
Change-Id: Ia3c96d5902827fd7d2c1161269cede17fd50135c
2013-05-29 20:53:37 +01:00
3d4d89cf5a
Convert option Complex text layout to .ui
...
convert the complex text layout widget and do the rest
of the conversion.
Change-Id: I8d928284e9532dfbc2f5e8d7d59f789de7865925
2013-05-29 20:41:09 +02:00
45abf356c2
Improved text in GUI for Macro recording: it is limited
...
Change-Id: Ib7243496a4fa0f563ae3bbba4c2c67b62e19f83c
Reviewed-on: https://gerrit.libreoffice.org/4087
Reviewed-by: Michael Meeks <michael.meeks@suse.com >
Tested-by: Michael Meeks <michael.meeks@suse.com >
2013-05-29 14:30:53 +00:00
8f3cec9d7a
fdo#46808, Convert ui:*AcceleratorConfiguration to new style
...
The services already existed, they just needed IDL files.
API CHANGE:
The return type of XUIConfigurationManager#getShortcutManager()
is now XAcceleratorConfiguration instead of XInterface.
This should not be a problem because XUIConfigurationManager is
unpublished and the client code was relying on the service
returning that type.
Change-Id: I399fe35de3394b02a4166b75eb7ff93b28be8bef
2013-05-28 08:10:23 +02:00
e1f1092287
Typo in optsecuritypage.ui
...
Thanks to Lionel.
Change-Id: Ib37c3cf9d8f53e941fc557dc9d4a4ba9b00e486d
Reviewed-on: https://gerrit.libreoffice.org/4056
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2013-05-27 14:48:10 +00:00
23cafa4aca
fix typos reported by localizers
...
Change-Id: I0b9a36f0c6f081ff35f0b8bc6e420d881036576c
2013-05-27 11:32:07 +02:00
f45cad5126
Delete double whitespace in optsecuritypage.ui
...
Found this double whitespace during translations. So lets fix it right away.
Change-Id: Ifecfc15b5d0aead34b09df4cfb2c5a2c17c6b633
Reviewed-on: https://gerrit.libreoffice.org/4040
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com >
2013-05-26 17:12:59 +00:00
87e83a2c9e
typo + branding: s/LiberOffice/%PRODUCTNAME/
...
Change-Id: I8007b4b1b1d620c05c9977d7bd3b8eb28b77f2be
2013-05-26 14:36:54 +02:00