- 01 May, 2014 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I6cbb7ee535cb3c6aab2968150feff9e80fd7e010
-
Maxim Monastirsky yazdı
Change-Id: I623f47ec06924bf6355ea9531aab1c5286d18a17
-
Chris Sherlock yazdı
Turns out, my logic was wrong in any case. Remove errant not. Change-Id: I735ee1b4364060aa1476160777e196878a5a208e
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/About-Svgreader-td4107050.html Thank you Christina for these information Change-Id: I56c4f5fdeec91e7e35990bffcf19451baa541552
-
Chris Sherlock yazdı
Pushed wrong branch. Oops, sorry. Change-Id: I592cf16c7af3c5e37a03eee79e5822dcc0b39225
-
Chris Sherlock yazdı
In OutputDevice::ImplGlyphFallbackLayout we should check to ensure that mpFontEntry is valid, if not then return NULL early. Change-Id: I946aa4d724a73a2ff85a4281c0df5f75e12104f7
-
Maxim Monastirsky yazdı
and remove now unused IsFileFilter method. Change-Id: I6b4559fdf6442b6baa869b2949142f8fc8c52f30 Reviewed-on: https://gerrit.libreoffice.org/9223Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Maxim Monastirsky yazdı
Change-Id: Ic731c1c4c76d8d6779868d7e3e4c02cb3cadc844 Reviewed-on: https://gerrit.libreoffice.org/9222Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Maxim Monastirsky yazdı
This will allow us to get rid of the duplicated code, and simplify the type detectors. Also this commit fixes fdo#46310 and fdo#74978. Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c Reviewed-on: https://gerrit.libreoffice.org/9221Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
this time we know that the other varient of "Move" doesn't handle pixel drawing stuff like the dpi-using one does. and the move values have to be in 100TH_MM_MAP and with the true numbers of the write page size Change-Id: I15fdb78797d8744702bec649024fedbf3e39b342
-
Caolán McNamara yazdı
Change-Id: I0b973088a9d14dbe3eccb0c002aab5bb861f777d
-
Caolán McNamara yazdı
Change-Id: I1da73254803a519ecc2a24b400178b730acb98c1
-
Caolán McNamara yazdı
Change-Id: Ida6ceb999f5f5f3229f06c815186df1de578dd68
-
Caolán McNamara yazdı
Change-Id: I4aa47c46b609236c72e4a3e579876da7330b2024
-
Caolán McNamara yazdı
Change-Id: Ie917244b6021f16b9aecf83676131f972478237c
-
Caolán McNamara yazdı
Change-Id: I0aebb478bdb85a3eec29e8b375b56f735dfec318
-
Caolán McNamara yazdı
Change-Id: I0c39ea58fd1f85471531490401a7b7e8ca7c2a17
-
Caolán McNamara yazdı
Change-Id: Ia08d454e89d4af08b6db171611f14a66e890094b
-
Caolán McNamara yazdı
Change-Id: I567b8f129b0afeeab216d796a8df5fa79410fba8
-
Caolán McNamara yazdı
Change-Id: I9a9205420c612795039b189662cab45cf0a85593
-
Caolán McNamara yazdı
Change-Id: Id9b60bb33a1200f5fa6264d0801121ac9e12dc23
-
Caolán McNamara yazdı
Change-Id: I89c9a17a7ea8dde3475826d03bdeef9e94da322c
-
Caolán McNamara yazdı
Change-Id: I69583731182c09ffb995a2e86b46e0192544950c
-
Caolán McNamara yazdı
Change-Id: I94e5d6a5eb8cbbc54ee774490b72a55a579e1cca
-
Caolán McNamara yazdı
Change-Id: I5458c530aa9b1480a370a065046aeac318ca6d40
-
Caolán McNamara yazdı
Change-Id: I285e236c13ce3a95a1ca9644997fcccdb90daacf
-
Caolán McNamara yazdı
Change-Id: Id61080e5ed087886af9a44d6016cd4caac5f918d
-
Caolán McNamara yazdı
Change-Id: I493c2bbd702002ea9f0a6db7d18a3c22dc22193b
-
Caolán McNamara yazdı
Change-Id: I511165aa895c82c0b72fa37801dee2302a85e466
-
Caolán McNamara yazdı
Change-Id: Id2ea7af01708437074a54b59f16f865338cb504a
-
Kohei Yoshida yazdı
Else an invalid iterator may result, which would eventually leads to a crash. Change-Id: Ie909de61244d661c72a3450cc69b29fbb218a248
-
Chris Sherlock yazdı
Change-Id: I54c098ca4744d33d2f8e1a7799ba6bd5620ed987
-
Chris Sherlock yazdı
Have testBasics_FindPtr() cleanup after itself by deleting p2 and p4. Change-Id: I88b5efd25941d135b743f759a8f27c1cdbcb43c0
-
Chris Sherlock yazdı
Have the testBasics() function clean up after itself - delete p2 and p4 at the end of the function. Change-Id: Ib0c732e1962da94fde0e0da307f610dd36f49eda
-
Miklos Vajna yazdı
At least it seems that after setting the offset to the largest possible value (instead of COMPLETE_STRING), things get back to normal. Change-Id: I25fafd277eaf480f9ae232254ced3946589aa562
-
Chris Sherlock yazdı
We should free pTV_modify when we're done with it. Change-Id: I7eaf64df2f7bdf6bd899d3a31cad499c4066c990
-
Chris Sherlock yazdı
Dynamic cast can be dangerous - if the cast fails then it returns NULL. Coverity picked this up - it could effect Window::IsNativeWidgetEndabled(). Hopefully I'll get rid of this when I remove meOutDevType during work on fdo#74702. Change-Id: Id6df1eeff716a6acd1b108b5e1e4674e819afe3d
-
Markus Mohrhard yazdı
Change-Id: Idbdab90e100cbd2de83a2255e2554b5024a2f927
-
Markus Mohrhard yazdı
Change-Id: I342c49f968a921167c4da8b98e7e17e79b945491
-
Markus Mohrhard yazdı
Change-Id: Ide94e0e4909574b01e5d739be3e9f9dd7652ba86
-