- 12 Ara, 2014 37 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ia96d9b4ead01e6ba68d97e933cae7c97a75efdf1
-
Caolán McNamara yazdı
Change-Id: I2cd312255f80e22ead614d0ea12a2130fb8bbeaa
-
Caolán McNamara yazdı
so code isn't generated for it unless the new_clone is required, which it isn't under gcc. Change-Id: I07e0b3e4b2e07625509b51ba7d37e24440f56cfe
-
Caolán McNamara yazdı
and rework reads to just return the read value Change-Id: I5d2f01064465c65859ec4ba031ec9dfa16403487
-
Caolán McNamara yazdı
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
-
Noel Grandin yazdı
which I messed up in commit 70f56bc2 "java: reduce scope, make member classes private" Change-Id: I817b2a571e2124f551ccd5c0d8e1099d89f0ec46
-
Stephan Bergmann yazdı
Change-Id: Idbe6ac27a4125bd9d9acb01ac42b60396abf0c81
-
Stephan Bergmann yazdı
Change-Id: Ie230115d71bffeb08fc13380648e8216c43f3a5d
-
Stephan Bergmann yazdı
Change-Id: I14d3a3187b8528e3ff9743245b869773c2eb5e98
-
Stephan Bergmann yazdı
Change-Id: I5cb34d95e2a59ff6a3f5189beb40b7dbf574dc29
-
Stephan Bergmann yazdı
Change-Id: I3bb1e560eb325046f5b170da0c4c46c1139f3225
-
Stephan Bergmann yazdı
Change-Id: I8799033322d345b2f146c3577d3d264448252816
-
Stephan Bergmann yazdı
Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e
-
Stephan Bergmann yazdı
Change-Id: I568c2e0c9b5b234d941e17d57bcb53374626909e
-
Stephan Bergmann yazdı
Change-Id: Ib507da6fc85d8bc81fd48108a98ef96d188643ac
-
Stephan Bergmann yazdı
Change-Id: I76ee3a435ac7a49308db497306b5a9404f3c3ba0
-
Stephan Bergmann yazdı
Change-Id: I09f6c1d793c6d4f61c25649cfb463a41d88b23df
-
Stephan Bergmann yazdı
Change-Id: I82fea345a05c0327af3b75ccfd3358f54523c082
-
Noel Grandin yazdı
fix my commit aa2f02a4 "remove operator>> and operator<< methods" I incorrectly inverted the conditional Change-Id: Iade05b88bdedb7e5b0cff25a80d3b88ff4a0235f
-
Stephan Bergmann yazdı
...but apparently wants pathnames instead, cf. the other use of it in WinSalInstance::AddToRecentDocumentList (vcl/win/source/app/salinst.cxx). Change-Id: Iaa64ff82915f7cbfee55b4389387b226f7adc919
-
Stephan Bergmann yazdı
Change-Id: Iea0f7b4ee3ef867a061c159d90efb5d210ae92a4
-
Stephan Bergmann yazdı
Change-Id: I7957898ed3172e79888bdb793e304359b10d75d7
-
Stephan Bergmann yazdı
Change-Id: Ia09f122d4d968318fc0208b64b9bf7a0bc131f8a
-
Stephan Bergmann yazdı
Change-Id: Ied7e5eba39672363065083493bd5e60449fda371
-
Stephan Bergmann yazdı
Change-Id: I1abbe02b6a449d61d6bed5a7659f81ec4cf985fe
-
Stephan Bergmann yazdı
Change-Id: I1c59a4fabf2f48f5f3637077496be5e252794b60
-
Noel Grandin yazdı
This reverts commit 2d724f08. Apparently other bits of code are referencing the default .sce file
-
Noel Grandin yazdı
in favour of ReadXXX/WriteXXX methods Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
-
Stephan Bergmann yazdı
Change-Id: I0ff1e44f17976fd3a3060d8ee7fe15d77c918b79
-
Noel Grandin yazdı
much easier to copy and paste an existing test anyhow, and more likely to be accurate and up-to-date Change-Id: I4deed6d14b0e860e394a537e2a2092387c62b657
-
Noel Grandin yazdı
found by running UCDetector over the code many times, like peeling an onion Change-Id: I54d5147eb1b5c921ad236331bc4c1f765b13ca83 Reviewed-on: https://gerrit.libreoffice.org/13445Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ifbc5a7a562e714f48dcfd51a75e9a4e0bfcde81c Reviewed-on: https://gerrit.libreoffice.org/13443Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tobias Madl yazdı
Change-Id: I3c77e7e551bd4b657cb58fdfeead73d50441e890 Reviewed-on: https://gerrit.libreoffice.org/13437Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I2e0db194357657df81d8cd94f42cdfbd2c3a2664
-
Miklos Vajna yazdı
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
-
Kohei Yoshida yazdı
Change-Id: I00c3eaac473f0464e923e785cc50ad6769c78d41
-
Kohei Yoshida yazdı
This is just a simple oversight. Change-Id: I024777c46641cce3410a20f40c48f47ad6a5dade
-
- 11 Ara, 2014 3 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
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
-
Tomaž Vajngerl yazdı
Change-Id: Ia44efb54cbb0a91ea61cef9e7f250b5105c7ff51
-
Tomaž Vajngerl yazdı
Change-Id: I057db0c3e254a9e9c90dace5551d6de51aff21c1
-