summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-12leave the deliberately unused, not-for-use method inlineCaolán McNamara
doing so means code is not generated for it seeing as its not used, moving it out means code is generated for it and its detected as unused code Change-Id: I72edc89446bdfac50069e0b509fc7f90540e0d4a
2014-12-12java: fix non-public UNO implementation classesNoel Grandin
which I messed up in commit 70f56bc22fe952c "java: reduce scope, make member classes private" Change-Id: I817b2a571e2124f551ccd5c0d8e1099d89f0ec46
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Idbe6ac27a4125bd9d9acb01ac42b60396abf0c81
2014-12-12vcl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ie230115d71bffeb08fc13380648e8216c43f3a5d
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I14d3a3187b8528e3ff9743245b869773c2eb5e98
2014-12-12testtools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I5cb34d95e2a59ff6a3f5189beb40b7dbf574dc29
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I3bb1e560eb325046f5b170da0c4c46c1139f3225
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I8799033322d345b2f146c3577d3d264448252816
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e
2014-12-12sal: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I568c2e0c9b5b234d941e17d57bcb53374626909e
2014-12-12pyuno: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ib507da6fc85d8bc81fd48108a98ef96d188643ac
2014-12-12linguistic: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I76ee3a435ac7a49308db497306b5a9404f3c3ba0
2014-12-12i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I09f6c1d793c6d4f61c25649cfb463a41d88b23df
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I82fea345a05c0327af3b75ccfd3358f54523c082
2014-12-12fix commitNoel Grandin
fix my commit aa2f02a4dc8a05f49e679a26f2beebb9d66b232 "remove operator>> and operator<< methods" I incorrectly inverted the conditional Change-Id: Iade05b88bdedb7e5b0cff25a80d3b88ff4a0235f
2014-12-12fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLsStephan Bergmann
...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-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Iea0f7b4ee3ef867a061c159d90efb5d210ae92a4
2014-12-12cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I7957898ed3172e79888bdb793e304359b10d75d7
2014-12-12comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ia09f122d4d968318fc0208b64b9bf7a0bc131f8a
2014-12-12basic: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ied7e5eba39672363065083493bd5e60449fda371
2014-12-12avmedia: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I1abbe02b6a449d61d6bed5a7659f81ec4cf985fe
2014-12-12lok_init can fail (in which case it printed sth to stderr already)Stephan Bergmann
Change-Id: I1c59a4fabf2f48f5f3637077496be5e252794b60
2014-12-12Revert "java: remove the unit test skeleton code"Noel Grandin
This reverts commit 2d724f086f0ac9ee9a340610e0fa2c4fff110565. Apparently other bits of code are referencing the default .sce file
2014-12-12remove operator>> and operator<< methodsNoel Grandin
in favour of ReadXXX/WriteXXX methods Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann
Change-Id: I0ff1e44f17976fd3a3060d8ee7fe15d77c918b79
2014-12-12java: remove the unit test skeleton codeNoel Grandin
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-12java: remove dead code in qadevOOoNoel Grandin
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-12fdo#39440 reduce scope of local variablesMichael Weghorn
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-12fdo#84938 replace PPT_LAYOUT_ constants with enumTobias Madl
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-12writerfilter: let ImportFilter only assume that DomainMapper is a StreamMiklos Vajna
Change-Id: I2e0db194357657df81d8cd94f42cdfbd2c3a2664
2014-12-12writerfilter: add a factory for DomainMapperMiklos Vajna
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-11fdo#86572: Write test for this.Kohei Yoshida
Change-Id: I00c3eaac473f0464e923e785cc50ad6769c78d41
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida
This is just a simple oversight. Change-Id: I024777c46641cce3410a20f40c48f47ad6a5dade
2014-12-11fdo#87098 change zoom level tile layer zoom level on loadTomaž Vajngerl
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-11android: remove unneeded logging and comment tile rendering timingTomaž Vajngerl
Change-Id: Ia44efb54cbb0a91ea61cef9e7f250b5105c7ff51
2014-12-11android: Remove unneeded LOEventsTomaž Vajngerl
Change-Id: I057db0c3e254a9e9c90dace5551d6de51aff21c1
2014-12-11android: add FixedZoomTileLayer as a low-res layerTomaž Vajngerl
Change-Id: I20d6fb3117ac46c8de63708a122253444bca1671
2014-12-11android: split DynamicTileLayer, reevaluate tiles directlyTomaž Vajngerl
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-11WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist
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-11fdo#87155: Avoid negative scaling (and assertion failures further on)Tor Lillqvist
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-11only checked for new VirtualDeviceCaolán McNamara
Change-Id: I64d7a3c6c0894e231cb0644922675dcce0db89fa
2014-12-11coverity#1242939 Untrusted value as argumentCaolán McNamara
Change-Id: I7d93f9ef4a0821ee3ab9526abd90b8aefe895ded
2014-12-11why pointersCaolán McNamara
Change-Id: I6b1b790bfcc94823f703679689bbd76312ee3e5b
2014-12-11coverity#1257738 Uncaught exceptionCaolán McNamara
Change-Id: I44648fb951d03090759d8afaa20cab7d945f684d
2014-12-11coverity#1257742 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ie1431f24031265e6fe54c6f0523261da88d71b00
2014-12-11coverity#1257743 Uninitialized pointer fieldCaolán McNamara
Change-Id: Iaa0c47bcd53eaaf2577a5401762afaabe44e7514
2014-12-11stray debugging codeCaolán McNamara
Change-Id: I953389e236739c01226365c33ab777fc3972b69d
2014-12-11coverity#1257737 Dereference null return valueCaolán McNamara
Change-Id: Idc4dfb74734f1203586b04ea86a05905f5dac694
2014-12-11coverity#1257741 Uninitialized scalar fieldCaolán McNamara
Change-Id: I8b977766e694ab449d612322138f5baa23fef29b
2014-12-11Resolves: fdo#87242 reuse vcl clip for cairo during animationsCaolán McNamara
Change-Id: I0a26d4c4092226732620c3852b0402ee45d4fa1d