Luboš Luňák
64b993e046
finish deprecation of O(U)String::valueOf()
...
Compiler plugin to replace with matching number(), boolean() or OUString ctor,
ran it, few manual tweaks, mark as really deprecated.
Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-21 15:10:35 +02:00
Caolán McNamara
86450f9fce
allow toolbox icons to be set directly from .ui
...
Change-Id: I8902fb837cfbd99b14a80527300470002571af36
2013-08-21 13:15:47 +01:00
Caolán McNamara
45cb92953b
keep empty spanned rows/cols for homogeneous grids
...
Change-Id: I5560ae291cd5bf9e5f57a5bad5ecdfe7a6cd0bb8
2013-08-21 10:35:18 +01:00
Michael Meeks
22d1beb78a
Re-work 8bit characters in source code.
...
Change-Id: I78b9f0b4e4e40e30f59ee654128fdc0c6022fe1c
2013-08-21 10:23:22 +01:00
Michael Meeks
1c7af455ab
Re-work 8bit characters in source code, or remove them.
...
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Michael Meeks <michael.meeks@suse.com >
Tested-by: Michael Meeks <michael.meeks@suse.com >
2013-08-20 19:30:59 +00:00
Caolán McNamara
650f7c1681
prefer first visible label when presented by multiple ones
...
Change-Id: Ie3e5e3b8a68fdfa7b5a0c985b49f69fc87449ee0
2013-08-19 14:18:20 +01:00
Tor Lillqvist
08452f1208
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA
...
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-19 10:29:04 +03:00
Tor Lillqvist
c6a7300974
Use subfolder names from <config_folders.h>
...
Change all instances of hardcoded "program", "share" etc subfolder names to
use those from <config_folders.h> instead. In normal builds, the end result
will not change.
Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18 21:11:16 +03:00
Caolán McNamara
cc0b40f6a9
add some a11y relations and enable translation of ms
...
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
2013-08-18 13:47:31 +01:00
Caolán McNamara
46906b68c4
callcatcher: update unused code
...
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is
that the last use of the old PercentField is gone now as well, so that can be
removed and the new PercentFieldWrap can be renamed as PercentField to take its
place
Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
2013-08-18 12:34:13 +01:00
Caolán McNamara
d13251f284
fix DBG_ASSERT post String->OUString conversion
...
Change-Id: I9ade42e97218449f7fef7d2582fbbe8d1063c2f6
2013-08-17 13:09:23 +01:00
Caolán McNamara
28bff60322
defer GetBreakIterator as long as possible
...
Change-Id: Ib149c5cfd20e63b60c997eaa8ae2e6fa2c172beb
2013-08-17 12:07:40 +01:00
Caolán McNamara
ecbb33dd80
callcatcher: newly unused ResId related methods
...
Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1
2013-08-16 13:59:30 +01:00
Caolán McNamara
101a8f0f07
Related: fdo#65546 sort PACK_END into visual order for tabbing
...
and then reverse them for layout packing
Change-Id: I417bb3f6667ddc10103623867fea1a9b8061f5eb
2013-08-15 17:13:45 +01:00
Caolán McNamara
6b9d91c924
Resolves: fdo#65546 whoops, lost vital mbKeyInputDisabled flag
...
Change-Id: I6ab0007f232994a0ca55df817b3dbba06e6e7f9c
2013-08-15 15:32:17 +01:00
Caolán McNamara
28293f6f28
calculate outliers before apply min button size
...
this is more gtk-alike and gives a better balance in e.g.
insert->envelope/file->new->label and hopefully helps reduce the Polish
"standard" button width problem in paragraph style dialog
Change-Id: Ibe3b93d45d867f95fd2f6550a3ee954143f690aa
2013-08-15 10:28:13 +01:00
Caolán McNamara
bb2811e891
make ESC dtrt for toolboxes inside containers inside dialogs
...
Change-Id: I08cfdffa27b856c258b55f31f6b5116bec114fb3
2013-08-14 20:30:12 +01:00
Caolán McNamara
fbe0e7c105
set helpid for toolbuttons
...
Change-Id: I4cc2d199ed94444a056134359cbe2674a2885555
2013-08-14 11:32:20 +01:00
Armin Le Grand
b5c9668d34
Resolves: #i122149# Corrected stuff around polygon-based clip regions
...
do not use them where not needed
(cherry picked from commit 4ccb1eb7d58005ab3b501b7c6ff128fadbcd5066)
Conflicts:
basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx
basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
basegfx/inc/basegfx/tuple/b2dtuple.hxx
basegfx/inc/basegfx/tuple/b3dtuple.hxx
sc/source/ui/inc/output.hxx
sc/source/ui/view/gridwin.cxx
sc/source/ui/view/output.cxx
vcl/win/source/gdi/salgdi.cxx
Change-Id: Ie265814a51180bffe3c821a3f2148cb3bb54ecad
2013-08-14 11:32:19 +01:00
Caolán McNamara
965a83346d
don't cycle tab if toolbar is inside a container
...
Change-Id: I275013be9e3587a73bd9bd6b20a2d42f850a83ef
2013-08-14 09:13:07 +01:00
Caolán McNamara
6fc33b576e
convert envelope printer page to .ui
...
Change-Id: I0d57f816abd05d8bb190fe47804b5a8db07ca6b5
2013-08-14 09:13:07 +01:00
Caolán McNamara
a052d850a6
add support for gtk-media-play symbol
...
Change-Id: I6d615112fd80999597eac9470eca10b6bc1d16d4
2013-08-13 14:51:16 +01:00
Caolán McNamara
2235f495e3
add a seconds unit
...
Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3
2013-08-13 14:51:15 +01:00
Caolán McNamara
3c307ff5a5
add a stock 'Play' button
...
Change-Id: Iaf48ce921eb92486e22bb76070fc0fa29f248570
2013-08-13 14:51:15 +01:00
Noel Grandin
3a16cb8b8e
fix for "signed overflow is undefined" warning
...
introduced by my String->OUString conversions
Change-Id: I237c8fcf655d6f39f04512d1a386d0b6631f53c3
2013-08-12 14:58:06 +02:00
Noel Grandin
aeed216756
remove dead variable
...
Change-Id: I5129c1df5a5525824ec4b3cf941c9270b50b2441
2013-08-12 14:55:41 +02:00
Caolán McNamara
82c2d3fe69
fix up some other single arg String::Erase conversions
...
Change-Id: Id04301261c100cb122d63fe75324967cf95b23ab
2013-08-12 13:08:33 +01:00
Noel Grandin
00e5ba7fac
remove unused local static variable
...
introduced by myself when doing String->OUString conversions
Change-Id: I5402c1025ee571c965f852e7b2d191e6f7bae819
2013-08-12 13:29:27 +02:00
Noel Grandin
9ee4a0791d
fix android build after my XubString->OUString changes
...
Change-Id: Ifeb2d948cd28cb46e209442efb19d71bae4b4490
2013-08-12 13:24:47 +02:00
Noel Grandin
59a5dcb206
-WaE remove unused variables
...
Change-Id: I30f8175e35d15c8cce0b2e05de7741bb8feba410
2013-08-12 11:56:50 +02:00
Noel Grandin
db3f16317e
convert String to OUString in VCL
...
Change-Id: Ie5c6874298641dc6fc1b6b4e2206a704acd7cc10
2013-08-12 11:56:49 +02:00
Noel Grandin
8129fffd1b
convert XubString to OUString in VCL
...
Change-Id: I5002b4c237dd919210cb7edfef9f552688735154
2013-08-12 11:56:48 +02:00
Noel Grandin
e4ebe80be5
fix an OUString conversion bug
...
that was introduced in commit 8905062428
"Replace XubString with OUString (dbggui.cxx)"
Change-Id: Ica3ce4209ac23950aa46017c324160abccf03017
2013-08-12 11:56:48 +02:00
Noel Grandin
9268759a26
convert vcl/source/filter/wmf/wmfhr.hxx from String to OUString
...
Change-Id: I125eb51d27164791d79ef4364b68096ec5f4c1d4
2013-08-12 11:56:48 +02:00
Noel Grandin
8fcc5df74a
convert vcl/source/filter/wmf/winmtf.hxx from String to OUString
...
Change-Id: I4c670e53f83af7a0d99ec4135cb614d30811a3b8
2013-08-12 11:56:47 +02:00
Noel Grandin
924c217741
convert vcl/source/filter/wmg/emfwr.hxx from String to OUString
...
Change-Id: I5eb1c4dbccec0da5ebbef5fe15e03c368a32cfdd
2013-08-12 11:56:47 +02:00
Noel Grandin
47aaa1c0b1
convert vcl/source/filter/sgvmain.hxx from String to OUString
...
Change-Id: I9cca6e7d5f2849c8b180aa99021e964ebfc34dd1
2013-08-12 11:56:47 +02:00
Noel Grandin
ebe636ca72
convert vcl/source/filter/FilterConfigCache.hxx from String to OUString
...
Change-Id: Ic5f30901033d65ddcdcd6dddc11a80c4dcdb0f25
2013-08-12 11:56:46 +02:00
Noel Grandin
81386316c5
convert vcl/source/edit/textdoc.hxx from String to OUString
...
Change-Id: Ie53f89d3112edb75d69d04777df1406ea4f980fa
2013-08-12 11:56:46 +02:00
Noel Grandin
697c37fefd
convert vcl/inc/printdlg.hxx from String to OUString
...
Change-Id: Ib12fc400afe0974a5af37298e77e3816c17e5387
2013-08-12 11:56:45 +02:00
Noel Grandin
8698234610
convert vcl/inc/outfont.hxx from String to OUString
...
Change-Id: I6b9b5f0cd51412ad14f1a07f2ad3a03bd17bb5d3
2013-08-12 11:56:45 +02:00
Noel Grandin
0aee84cbe5
convert vcl/inc/brdwin.hxx from String to OUString
...
Change-Id: I3c575363527cb2fde00211de9bd5af2dd9ff9064
2013-08-12 11:56:44 +02:00
Noel Grandin
ed55bea114
convert vcl mnemonicengine.hxx and quickselectionengine.hxx
...
.. from String to OUString.
These 2 API's are tied together, necessitating their conversion in
one step.
Change-Id: Ibcc05d8d3617253adf49edb4a244542d32b38224
2013-08-12 11:56:43 +02:00
Noel Grandin
8ebb69d34a
convert vcl/field.hxx from String to OUString
...
Change-Id: Ibbca39643906e0d1b7e9ef11f19008508ba16777
2013-08-12 11:56:43 +02:00
Noel Grandin
8ab01bf989
convert vcl/FilterConfigItem.hxx from String to OUString
...
Change-Id: I156c249e3384003c8aad76053f96ab317162d5bf
2013-08-12 11:56:43 +02:00
Noel Grandin
4e0d0ee674
convert vcl/font.hxx from String to OUString
...
Change-Id: I3df88f26516296ca8f4e81576e86372c8b499a84
2013-08-12 11:56:42 +02:00
Noel Grandin
7473e8a456
convert vcl/graphicfilter.hxx from String to OUString
...
Change-Id: I41997c49e6332fc378a3173616112a3a26e336ae
2013-08-12 11:56:42 +02:00
Noel Grandin
80ef151d96
convert vcl/i18nhelp.hxx from String to OUString
...
Change-Id: I804a5713a1d793e4828c78f777418c914a6feb71
2013-08-12 11:56:42 +02:00
Noel Grandin
624e0c4937
convert vcl/pdfextoutdevdata.hxx from String to OUString
...
Change-Id: I65a04c9bf2d1b9f456e6cf8a430c280f7b15e67c
2013-08-12 11:56:41 +02:00
Noel Grandin
ff7ac85d4b
convert vcl/strhelper.hxx from String to OUString
...
Change-Id: I1d54431dbd8c562703879a81540f62b3513e9dc9
2013-08-12 11:56:41 +02:00