Commit Graph

331676 Commits

Author SHA1 Message Date
Caolán McNamara
9dd40c656f XubString->OUString
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1
2013-08-12 08:32:59 +01:00
Boris Dušek
3e9ae4da94 fdo#67957: Font name reported in AXFont always Times New Roman
This is a partial fix. Now VoiceOver does report changes in font faces
but it works correctly only when the paragraph text style has font
"Times New Roman". If it has not, then parts of the text with
"Times New Roman" have not change in font reported, but parts with
font different both from the paragraph style font and "Times New Roman"
do have font change reported.

In other words, the default font for paragraph is still "Times New Roman"
in accessibility even though sometimes it's not true.

This also fixes font size being reported only when bold or italic is set,
and has more robustness for handling mixed bold/italic when at least one
of them is set in the paragraph style as well.

Change-Id: Id0715727d04cd9b814aa0e4093939cd3e6abe897
Reviewed-on: https://gerrit.libreoffice.org/5344
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12 07:27:14 +00:00
Julien Nabet
38aad8c3a7 Try to robustify addresstemplate a bit
Change-Id: Ib685747e249e0ea25ab770d4f3ad70d0f8066dcf
Reviewed-on: https://gerrit.libreoffice.org/5353
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12 07:22:24 +00:00
Stephan Bergmann
d1ffad7983 error: dereferencing type-punned pointer will break strict-aliasing rules
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)

Change-Id: I0b5809ec1dd3fb616bb7698972205a2810ed1aa5
2013-08-12 09:03:38 +02:00
Jelle van der Waa
4eb1232fbc fdo#62475 removed pointless comments
Change-Id: I13e7eedaa5f0f116bd01834fc6db576c39350163
Reviewed-on: https://gerrit.libreoffice.org/5348
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12 06:59:10 +00:00
Tor Lillqvist
9499df9f8c Ifdef out code which had been accidentally un-commented-out
The code snippet had been commented out since its introduction in
2004. In 1452e56597 it was accidentally
un-commented-out, but it causes compilation errors. So ifdef it out
instead, with a comment. Note that I have no idea what the code does
and whether it actually is useful to keep for future reference or not.

Change-Id: Ie60ca065b2c65f86a7b382e246c1b650424daa1d
2013-08-12 09:28:57 +03:00
Takeshi Abe
12b1d1cda3 Mark as const
Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502
2013-08-12 09:23:52 +09:00
Andrzej J.R. Hunt
cc569401a4 Tables header fixes.
Change-Id: Id0d29ca4424e956489b4736c92605e5b1546a951
2013-08-11 23:57:10 +01:00
Andrzej J.R. Hunt
d35184d0ef Try and fix windows build.
Change-Id: I9d5dc42d5b41aa553887b748663fa8c706618aa8
2013-08-11 23:47:30 +01:00
Jan Holesovsky
697b1039bc Pass this string by reference, not by value.
[plus kill some unrelated unwanted whitespace]

Change-Id: Id5140c96b0bf10f3e4e5a8a54bca15cb4c452278
2013-07-23 11:30:41 +02:00
Luboš Luňák
1f5c14dadc make detection of a GCC bug GCC-specific
Follow-up to 63a1212a42.

Change-Id: I9aa143c3dc2955c3e0290c95be3e616c57b264eb
2013-08-11 23:33:35 +02:00
Luboš Luňák
f7462595f2 add missing 'test'
Change-Id: I43dfc0e73de36ee920f0d22307600c357b3f2df2
2013-08-11 23:22:01 +02:00
Julien Nabet
f0772f616b Reduce scope
Change-Id: I1a0e8f92056c24740505e488a318aabd12a4df05
2013-08-11 23:16:30 +02:00
Julien Nabet
87fe6ee8eb Reduce scope + convert sal_Bool to bool
Change-Id: Ib7262a046479faba355c447ebc6bdce008268804
2013-08-11 23:13:16 +02:00
Matteo Casalin
026de9b0ae No need to pass this argument by pointer, and clarify some code.
Change-Id: I2df52771fa3c4c9bc1ce94d693f0cec3aa52d493
Reviewed-on: https://gerrit.libreoffice.org/5338
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-11 20:08:44 +00:00
Jelle van der Waa
1452e56597 fdo#62475 removed pointless comments
Change-Id: I02b264a9661bcefaea96d6c5743352914154427d
Reviewed-on: https://gerrit.libreoffice.org/5345
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-11 19:37:59 +00:00
Olivier Hallot
305187377b Replace write data error message box with new UI
Replace occurences of error box with RID_SVXSTR_WRITE_DATA_ERROR into new widget UI

Change-Id: I78ab59e30655f729dbe04ec145edcd3b3811254b
Reviewed-on: https://gerrit.libreoffice.org/5347
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-08-11 19:36:37 +00:00
Olivier Hallot
5cdfc962b6 Fix window title in widget
Change-Id: Ie7804525048a6d6313a787a27d297e82d3fdcd04
Reviewed-on: https://gerrit.libreoffice.org/5349
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-11 19:33:51 +00:00
Caolán McNamara
e7a958441a single delimator of \xFF not four of '\0', 'x', 'F', 'F'
d08a76cf72 revealed that "\0xFF" was
always inserted as a delimator but presumably the intent was a single
delimator of "\xFF" and not four delimators of '\0', 'x', 'F', 'F'

Change-Id: I6b34c1bcd90086fd5d6fe7043fa98ef89bcb8553
2013-08-11 20:22:47 +01:00
Ivan Timofeev
d08a76cf72 String->OUString
Change-Id: I49e0e589c4bad3706882c9e30fe4f6bf8bdd7f1d
2013-08-11 21:53:59 +04:00
Ivan Timofeev
de973a371c String->OUString
Change-Id: I98aae013433adb644d289b5d15625dcce824916e
2013-08-11 21:53:59 +04:00
Siqi LIU
4fa7e7f563 tool to keep all storyboards in sync, based on en
Change-Id: Ie4b1ff6ba45e377377ac4841435d0dce5580f5af
2013-08-12 00:49:02 +08:00
Siqi LIU
30846c8703 storyBoard for multilanguages
Change-Id: I4387fc27ffebb38cc0dc2c46c44b5255af055ed6
2013-08-12 00:48:39 +08:00
Siqi LIU
19e470370e storyboard localization for iOS5/6 with a python script
Change-Id: Ibd0f3dbbf723883afb494814a8ad3247bc1370ce
2013-08-12 00:47:34 +08:00
Siqi LIU
6ac55a6c0e localization for literal strings
Change-Id: I0fcafd5e29f6f5c75118bc6eda0ecae33cc1f6e3
2013-08-12 00:47:34 +08:00
Siqi LIU
4cde47377c final tune for Styling on iOS5/6
Change-Id: Iec53837bd2780439569b3af81ea84c724309e9fd
2013-08-12 00:47:33 +08:00
Andrzej J.R. Hunt
8d1842d4d5 Don't change calling convention.
Change-Id: I7fb6aa3337983f6e9dd7adb6d92a47c258d0bebe
2013-08-11 16:34:54 +01:00
Andrzej J.R. Hunt
baaa43446f Reduce getColumnPrivileges verbosity. (firebird-sdbc)
Change-Id: I06f7d7e12c5b5dce1f902261e45afa39ed7a8665
2013-08-11 16:05:12 +01:00
Andrzej J.R. Hunt
e6ae90b072 Reduce verbosity of getTables. (firebird-sdbc)
Change-Id: Ief8d962d39b27acfb19adaee5e470417ee98b371
2013-08-11 16:05:11 +01:00
Andrzej J.R. Hunt
d12ddee812 Creation of skeleton Columns. (firebird-sdbc)
Change-Id: I5289dc68c05190e67420c51d8857dab5187cd98b
2013-08-11 16:05:11 +01:00
Andrzej J.R. Hunt
83994aa7cd Add skeleton Columns. (firebird-sdbc)
Change-Id: If58976bbb8a64d5092fcf33d3d09cdde145ecfe1
2013-08-11 16:05:11 +01:00
Andrzej J.R. Hunt
f496a1cb39 Implement Tables::createObject. (firebird-sdbc)
Change-Id: I9a4d301a0edf27af2dc3c571156592406c5019f9
2013-08-11 16:05:10 +01:00
Andrzej J.R. Hunt
73341eddbf Add sdbcx.Table (firebird-sdbc)
Change-Id: Iae9a4d1292d0dcd2da17c5a5552a3986b306a550
2013-08-11 16:05:10 +01:00
Andrzej J.R. Hunt
464a0b5000 First chunk of skeleton sdbcx.Container. (firebird-sdbc)
Change-Id: Ic92c4d13b0ed9aba622d3a2459f9677d8cce3245
2013-08-11 16:05:10 +01:00
Andrzej J.R. Hunt
0c2b01f038 Add skeleton sdbcx methods to Driver. (firebird-sdbc)
Change-Id: I531b4260e6ada7f82d71957381b0cc4896678d55
2013-08-11 16:05:09 +01:00
Andrzej J.R. Hunt
75b2c92cfb Improve exceptions in Statement.
Change-Id: Ib1915c143abee8c9162477da07462a68dd45e03c
2013-08-11 16:05:09 +01:00
Andrzej J.R. Hunt
6e11164d57 Explicit close/disposing.
Change-Id: Idcd89bd5f879a38f4c06f3602313672fb20bd098
2013-08-11 16:05:08 +01:00
Andrzej J.R. Hunt
6044f52c5e Improve statement handle handling.
Change-Id: I81809634600c580bb50843e697071d62bc6802a4
2013-08-11 16:05:08 +01:00
Andrzej J.R. Hunt
af0e281eed Remove unnecessary duplication.
Change-Id: Ie7b507f477f7591f9198a1cba6506dd6adec1f1b
2013-08-11 16:05:07 +01:00
Caolán McNamara
16b35898c3 callcatcher: another layer of unused methods
Change-Id: I70e84f691bcf1b1e1025fd5a534c275633f865d1
2013-08-11 11:28:47 +01:00
Tor Lillqvist
fe842b034f m_psn is set but never used
For some reason Clang did not notice and warn about this. I think it
should have been able to, as it is a private field and all code for
this class is in the same source file.

Change-Id: Ib3352695e1d725b768f4e0978a5e9c72715f1021
2013-08-11 08:50:49 +03:00
Takeshi Abe
b47e653209 Mark as const
Change-Id: I220204cc5ebec15402ae175aef110abad8b00267
2013-08-11 09:13:54 +09:00
Matteo Casalin
32447330e6 String/XubString to OUString
Change-Id: I0b36d16375ef9ecc751bed1171ea2ecd0c524744
2013-08-10 23:28:33 +02:00
Philipp Riemer
a2b4ebdf3a delete dead code
The pJobSetup is never used since the relevant method call is commented out.
Therefore, not only the variable itself but also the bDummyJobSetup parts can
be removed here.

This code came from a merge with the AOO code base and is like this
since 2005 (see commit 750562b470).

Change-Id: I19eec322b05634b4b6f3604bf1da57dfc390af4e
Reviewed-on: https://gerrit.libreoffice.org/5343
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-10 20:58:50 +00:00
Caolán McNamara
9891cb881b Related: fdo#38838 remove String::Equals(const sal_Unicode* ...)
Change-Id: I6eeede3261e7b6f5ad81a4d2fa9ecc6c07002dbb
2013-08-10 21:51:42 +01:00
Caolán McNamara
ce6b095ce3 Button::GetStandardHelpText returns empty string, its all a noop
Change-Id: I651b19840aabf67b3083cd855c2851ac4c96741e
2013-08-10 21:51:42 +01:00
Caolán McNamara
068d430713 XubString->OUString
Change-Id: I9a6aef3f5e143ccd6187e3a7f42b041249348870
2013-08-10 21:51:42 +01:00
Jelle van der Waa
2f66b0cb11 fdo#62475 removed pointless comments
Change-Id: I4fa01553246fa023806b3fec8e6e756a1efa59f1
Reviewed-on: https://gerrit.libreoffice.org/5342
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-10 19:23:25 +00:00
Ivan Timofeev
d4ba5995a1 String->OUString
Change-Id: Ic908590642bac656db78a965c2176d6f53c8d6f4
2013-08-10 21:37:34 +04:00
Matteo Casalin
8cb156a67b String to OUString an some code simplification
Change-Id: Ibbc2d6a6ea9fd9e53f7c391171b7d2787873ce76
Reviewed-on: https://gerrit.libreoffice.org/5340
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-08-10 16:03:42 +00:00