Stephan Bergmann
55cd108d48
testtools: Use appropriate OUString functions on string constants
...
Change-Id: I5cb34d95e2a59ff6a3f5189beb40b7dbf574dc29
2014-12-12 12:24:15 +01:00
Stephan Bergmann
45fe77164c
toolkit: Use appropriate OUString functions on string constants
...
Change-Id: I3bb1e560eb325046f5b170da0c4c46c1139f3225
2014-12-12 12:23:58 +01:00
Stephan Bergmann
e965798caf
svtools: Use appropriate OUString functions on string constants
...
Change-Id: I8799033322d345b2f146c3577d3d264448252816
2014-12-12 12:23:11 +01:00
Stephan Bergmann
fc45562945
svl: Use appropriate OUString functions on string constants
...
Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e
2014-12-12 12:22:32 +01:00
Stephan Bergmann
ba7605c8c0
sal: Use appropriate OUString functions on string constants
...
Change-Id: I568c2e0c9b5b234d941e17d57bcb53374626909e
2014-12-12 12:22:01 +01:00
Stephan Bergmann
3dfcc045dd
pyuno: Use appropriate OUString functions on string constants
...
Change-Id: Ib507da6fc85d8bc81fd48108a98ef96d188643ac
2014-12-12 12:21:47 +01:00
Stephan Bergmann
fe20b3d943
linguistic: Use appropriate OUString functions on string constants
...
Change-Id: I76ee3a435ac7a49308db497306b5a9404f3c3ba0
2014-12-12 12:21:08 +01:00
Stephan Bergmann
e512e19eec
i18nutil: Use appropriate OUString functions on string constants
...
Change-Id: I09f6c1d793c6d4f61c25649cfb463a41d88b23df
2014-12-12 12:20:35 +01:00
Stephan Bergmann
2c57105000
i18npool: Use appropriate OUString functions on string constants
...
Change-Id: I82fea345a05c0327af3b75ccfd3358f54523c082
2014-12-12 12:20:12 +01:00
Noel Grandin
7948b273a9
fix commit
...
fix my commit aa2f02a4dc
"remove operator>> and operator<< methods"
I incorrectly inverted the conditional
Change-Id: Iade05b88bdedb7e5b0cff25a80d3b88ff4a0235f
2014-12-12 12:50:31 +02:00
Stephan Bergmann
e123ffd660
fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLs
...
...but apparently wants pathnames instead, cf. the other use of it in
WinSalInstance::AddToRecentDocumentList (vcl/win/source/app/salinst.cxx).
Change-Id: Iaa64ff82915f7cbfee55b4389387b226f7adc919
2014-12-12 10:49:28 +01:00
Stephan Bergmann
dbe8aaa9b9
cpputools: Use appropriate OUString functions on string constants
...
Change-Id: Iea0f7b4ee3ef867a061c159d90efb5d210ae92a4
2014-12-12 10:22:56 +01:00
Stephan Bergmann
1be14f1a00
cppuhelper: Use appropriate OUString functions on string constants
...
Change-Id: I7957898ed3172e79888bdb793e304359b10d75d7
2014-12-12 10:22:33 +01:00
Stephan Bergmann
85bcf06160
comphelper: Use appropriate OUString functions on string constants
...
Change-Id: Ia09f122d4d968318fc0208b64b9bf7a0bc131f8a
2014-12-12 10:22:13 +01:00
Stephan Bergmann
898c414700
basic: Use appropriate OUString functions on string constants
...
Change-Id: Ied7e5eba39672363065083493bd5e60449fda371
2014-12-12 10:21:45 +01:00
Stephan Bergmann
66b4128f89
avmedia: Use appropriate OUString functions on string constants
...
Change-Id: I1abbe02b6a449d61d6bed5a7659f81ec4cf985fe
2014-12-12 10:20:55 +01:00
Stephan Bergmann
1a77081b3d
lok_init can fail (in which case it printed sth to stderr already)
...
Change-Id: I1c59a4fabf2f48f5f3637077496be5e252794b60
2014-12-12 09:58:40 +01:00
Noel Grandin
4d58121e6d
Revert "java: remove the unit test skeleton code"
...
This reverts commit 2d724f086f
.
Apparently other bits of code are referencing the default .sce
file
2014-12-12 10:55:56 +02:00
Noel Grandin
aa2f02a4dc
remove operator>> and operator<< methods
...
in favour of ReadXXX/WriteXXX methods
Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
2014-12-12 10:46:23 +02:00
Stephan Bergmann
df46ec0580
osl_getCommandArg always returns osl_Process_E_None
...
Change-Id: I0ff1e44f17976fd3a3060d8ee7fe15d77c918b79
2014-12-12 09:29:05 +01:00
Noel Grandin
2d724f086f
java: remove the unit test skeleton code
...
much easier to copy and paste an existing test anyhow, and more likely
to be accurate and up-to-date
Change-Id: I4deed6d14b0e860e394a537e2a2092387c62b657
2014-12-12 10:19:29 +02:00
Noel Grandin
117a82cd09
java: remove dead code in qadevOOo
...
found by running UCDetector over the code many times, like peeling
an onion
Change-Id: I54d5147eb1b5c921ad236331bc4c1f765b13ca83
Reviewed-on: https://gerrit.libreoffice.org/13445
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2014-12-12 08:16:17 +00:00
Michael Weghorn
04b183a9bc
fdo#39440 reduce scope of local variables
...
This addresses some cppcheck warnings.
Change-Id: Ifbc5a7a562e714f48dcfd51a75e9a4e0bfcde81c
Reviewed-on: https://gerrit.libreoffice.org/13443
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2014-12-12 08:08:11 +00:00
Tobias Madl
f5c5bab09f
fdo#84938 replace PPT_LAYOUT_ constants with enum
...
Change-Id: I3c77e7e551bd4b657cb58fdfeead73d50441e890
Reviewed-on: https://gerrit.libreoffice.org/13437
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2014-12-12 08:07:07 +00:00
Miklos Vajna
c953690b9a
writerfilter: let ImportFilter only assume that DomainMapper is a Stream
...
Change-Id: I2e0db194357657df81d8cd94f42cdfbd2c3a2664
2014-12-12 09:04:42 +01:00
Miklos Vajna
eb14f3d4e4
writerfilter: add a factory for DomainMapper
...
Ideally the XFilter implementations should only know that DomainMapper
implements Stream, nothing more. Add a factory and use it in RtfFilter.
When ImportFilter will do the same, then the DomainMapper class
definition can be an implementation detail.
Change-Id: If19cf23e61c2f78189d834261d57c569b9173b12
2014-12-12 09:04:42 +01:00
Kohei Yoshida
170616e9f2
fdo#86572: Write test for this.
...
Change-Id: I00c3eaac473f0464e923e785cc50ad6769c78d41
2014-12-11 20:55:55 -05:00
Kohei Yoshida
52781a5544
fdo#86572: Increment row position *only when* the row ref is relative.
...
This is just a simple oversight.
Change-Id: I024777c46641cce3410a20f40c48f47ad6a5dade
2014-12-11 20:55:54 -05:00
Tomaž Vajngerl
842848cb6d
fdo#87098 change zoom level tile layer zoom level on load
...
This patch sets the zoom level to a value that shows the whole
document width on the tile layer however it does not resize the
view until next zoom. This still needs to be tracked down.
Change-Id: I16940a2951e1be4b46cbd1870fda45f296aff70a
2014-12-11 23:10:43 +01:00
Tomaž Vajngerl
83cd0040fa
android: remove unneeded logging and comment tile rendering timing
...
Change-Id: Ia44efb54cbb0a91ea61cef9e7f250b5105c7ff51
2014-12-11 23:10:42 +01:00
Tomaž Vajngerl
6721736e8f
android: Remove unneeded LOEvents
...
Change-Id: I057db0c3e254a9e9c90dace5551d6de51aff21c1
2014-12-11 23:10:42 +01:00
Tomaž Vajngerl
7c42247d78
android: add FixedZoomTileLayer as a low-res layer
...
Change-Id: I20d6fb3117ac46c8de63708a122253444bca1671
2014-12-11 23:10:42 +01:00
Tomaž Vajngerl
42070ee228
android: split DynamicTileLayer, reevaluate tiles directly
...
Split DynamicTileLayer and move most of the implementation into
ComposedTileLayer except viewport zoom value.
Reevaluate tiles directly in UI thread instead a special call to
LO thread.
Change-Id: I9a4ce499cf35315cd386956484c2df6d5a5f20cc
2014-12-11 23:10:42 +01:00
Tor Lillqvist
a0b54683d9
WaE: implicit conversion (IntegralToFloating) from bool to 'const double'
...
Kohei says it is intentional, i.e. 1.0 or 0.0 should be passed, so say so
explicitly to avoid warning.
Change-Id: Ieff79d35f2b0770ea9de02b83d117ac90009f7d5
2014-12-11 23:45:45 +02:00
Tor Lillqvist
7b091d76d8
fdo#87155: Avoid negative scaling (and assertion failures further on)
...
Change-Id: I4a1a96b785ced4364a325ac19975d29771afe122
Reviewed-on: https://gerrit.libreoffice.org/13396
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us >
Tested-by: Kohei Yoshida <libreoffice@kohei.us >
2014-12-11 21:22:22 +00:00
Caolán McNamara
f5607f7a44
only checked for new VirtualDevice
...
Change-Id: I64d7a3c6c0894e231cb0644922675dcce0db89fa
2014-12-11 21:07:53 +00:00
Caolán McNamara
0741a86d4b
coverity#1242939 Untrusted value as argument
...
Change-Id: I7d93f9ef4a0821ee3ab9526abd90b8aefe895ded
2014-12-11 21:05:40 +00:00
Caolán McNamara
d4fb53e4b4
why pointers
...
Change-Id: I6b1b790bfcc94823f703679689bbd76312ee3e5b
2014-12-11 21:01:47 +00:00
Caolán McNamara
ee037deada
coverity#1257738 Uncaught exception
...
Change-Id: I44648fb951d03090759d8afaa20cab7d945f684d
2014-12-11 21:00:34 +00:00
Caolán McNamara
d4b7bd9966
coverity#1257742 Uninitialized pointer field
...
Change-Id: Ie1431f24031265e6fe54c6f0523261da88d71b00
2014-12-11 20:58:01 +00:00
Caolán McNamara
7830fc983f
coverity#1257743 Uninitialized pointer field
...
Change-Id: Iaa0c47bcd53eaaf2577a5401762afaabe44e7514
2014-12-11 20:55:57 +00:00
Caolán McNamara
067b560335
stray debugging code
...
Change-Id: I953389e236739c01226365c33ab777fc3972b69d
2014-12-11 20:51:38 +00:00
Caolán McNamara
6aa1232e17
coverity#1257737 Dereference null return value
...
Change-Id: Idc4dfb74734f1203586b04ea86a05905f5dac694
2014-12-11 20:47:48 +00:00
Caolán McNamara
e830390562
coverity#1257741 Uninitialized scalar field
...
Change-Id: I8b977766e694ab449d612322138f5baa23fef29b
2014-12-11 20:46:53 +00:00
Caolán McNamara
94d935eecb
Resolves: fdo#87242 reuse vcl clip for cairo during animations
...
Change-Id: I0a26d4c4092226732620c3852b0402ee45d4fa1d
2014-12-11 20:44:26 +00:00
Caolán McNamara
f88b5ab869
Related: fdo#87242 merge duplicate clip setup code
...
favoring the vclcanvas one for the places where
they diverge
Change-Id: I18e3d4e7659ebd4cb90c86718c1b1035671b4be3
2014-12-11 20:44:26 +00:00
Caolán McNamara
f95b0743da
Related: fdo#87242 init VirtualDevice with size of surface
...
otherwise vcl's clipping doesn't work quite right when the render text
with vcl apis fallback is used.
Manually forced in my case, but it should happen in practice with vertical
text, so if there is a bug about vertical text not appearing in slideshows then
this is part of the fix for that.
Windows and Mac remain unchanged as initialized with 1, 1. If the same problem
affects those platforms then they'll need to be adjusted to remember their
height/widths from the ctor and those values plugged in here instead
Change-Id: I2f82f0db0cf446d7db21f0a7ee4f8c15c7ebdb42
2014-12-11 20:44:26 +00:00
Miklos Vajna
5a410df4ff
DOCX export: handle <w:autoHyphenation/>
...
Change-Id: Ie4bb2b3bf7d2df58c30a54ded68f7b932c2111ed
2014-12-11 19:18:07 +01:00
Miklos Vajna
d93d09c506
DOCX import: handle <w:autoHyphenation/>
...
It's the OOXML equivalent of the fAutoHyphen DOP flag from [MS-DOC].
Change-Id: Iae66dcd0d350ce4ebee3c3493ee07eff0d9a5e1d
2014-12-11 18:57:26 +01:00
Miklos Vajna
b249197f26
writerfilter: clean up useless debug output in ooxmltok
...
OOXMLFastDocumentHandler::createFastChildContext() is called for the
streams we expect, no need to unconditionally produce output there.
Change-Id: I164b3c4dc6f2294487e1b1283266957d8f24cbbb
2014-12-11 18:57:26 +01:00