- 29 Mar, 2014 34 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9
-
Julien Nabet yazdı
Change-Id: I0b62f630573dc76d90e3c1f659b2ac359758b243
-
Caolán McNamara yazdı
Change-Id: If3ef0f2134a15960fa1a14da0bec13cbd6019049
-
Caolán McNamara yazdı
Change-Id: Ie95ab47d0252d21391e51116ca5e2c424fba1b59
-
Kohei Yoshida yazdı
Change-Id: I15f43e18bc20b8ddfd20b39bd4725519a2a8ae61
-
Michael Stahl yazdı
Change-Id: I452ba76cec425e397369e0fcc689ba639d5325b0
-
Michael Stahl yazdı
Change-Id: I16e60caa7a1baeb2b05cbe5dc8ae24a67751c390
-
Michael Stahl yazdı
Change-Id: I58c183fe2b8e7b64ec0678e5eb136b9a467f1eb4
-
Michael Stahl yazdı
STREAM_SEEK_TO_END is apparently used to initialize variables and signal failure here, which is odd. Change-Id: I324a85b441dc377757f7c32eec2ad8a2c9a8c2eb
-
Michael Stahl yazdı
Change-Id: I216888cb92d61a5b8c9252fe8c12c01a6fb9af8a
-
Matúš Kukan yazdı
Change-Id: I6b953a6792c8c72c29dc0e7b25bdae41da50ca6d
-
Matúš Kukan yazdı
Change-Id: I4792f9deb162c5e7bde16e54a55f80a83eb90b70
-
Matúš Kukan yazdı
Thanks to SAL_OVERRIDE! Adapting to 1258b576 Change-Id: Iafc9660312ad33f6136c15170c35a59e61c76b26
-
Andras Timar yazdı
Change-Id: I9c626965d0185cf651a5a304e15754e549d893b2
-
Matúš Kukan yazdı
So that we use only one its instance. Erroneously removed in 05671c1f. Change-Id: I714e41bf0b9af88f1bb0d8809a108370c73a9849
-
Kohei Yoshida yazdı
Now the new proprety gets properly imported and exported to and from ODF. Also, more on replacing string literals with define macro constants. Change-Id: I4b773d68610a8aeaeb239901dac166e4dc2dd80d
-
Kohei Yoshida yazdı
Easier to keep track of their call sites. Change-Id: I5f874194425ae8f5043bef45cce63a5e1d51a400
-
Kohei Yoshida yazdı
Change-Id: I3484a2ae0141087835e34e4e174bdc24b3357854
-
Kohei Yoshida yazdı
Change-Id: I0b8f1b3b55cf0374ce1ff81d7798ea60848208d4
-
Kohei Yoshida yazdı
Then things stop working. Go figure. Change-Id: I38893b20104537a64d279063c7b7dd708efb0d2f
-
Kohei Yoshida yazdı
Change-Id: Ia216358085378b449626f9c9f36e63a65b7a2669
-
Kohei Yoshida yazdı
This will make it easier to track all uses of a UNO property name using symbol database lookup, which is much faster and more accurate than grepping. Change-Id: I8c2857504c29bcce01eb8c1f406dcbfb24331510
-
Kohei Yoshida yazdı
Until we can render this new GL chart for real. Change-Id: Iaf1a5fb903572c33d512705c9073b3795187f89b
-
Chris Sherlock yazdı
I have refactored OutputDevice::DrawTransparent() - functionality is now in the functions DrawInvisiblePolygon(), DrawTransparentNatively() and EmulateDrawTransparent(). DrawTransparentNatively() will return true if it is successful, otherwise it will return false if it isn't possible to draw the transparency natively. This allows us to fall back to a VCL based emulation. The function EmulateDrawTransparent() is virtual because Printer handles transparencies differently to pixel based devices. Change-Id: I300850ccea03c17673666dadd287bcddd40ec5ef Reviewed-on: https://gerrit.libreoffice.org/8779Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Michael Stahl yazdı
Change-Id: Id81ad8702d513c5bb3f4f8de2f9d7c75c7852d4d
-
Michael Stahl yazdı
Change-Id: I57c4920ed8e4ecbe90a314ce69e5abc292763347
-
Michael Stahl yazdı
Change-Id: I6ed0991fb5bd1d5085ee1b93323b57b1afc69860
-
Michael Stahl yazdı
Bump stream positions to 64 bits on: SvLockBytes::SetSize() SvStream::SeekPos() SvStream::SetSize() SvStream::SetStreamSize() SvStream::Seek() SvStream::SeekRel() SvStream::Tell() SvStream::remainingSize() SvStream::nActPos SvStream::nBufFilePos Change-Id: I0521fd60d31d1a33e5634cbf51dd42edc46ad919 TODO: adapt callers of Seek()/SeekRel()/Tell()/remainingSize()
-
Michael Stahl yazdı
Bump stream positions to 64 bits on: SvLockBytes::ReadAt() SvLockBytes::WriteAt() SvAsyncLockBytes::m_nSize SvOpenLockBytes::Seek() SvOpenLockBytes::Tell() SvOutputStreamOpenLockBytes::m_nPosition OInputStreamHelper::m_nActPos Change-Id: Ica3b674e0ab23a756260a51475e97a5396ecdddb
-
Michael Stahl yazdı
Change-Id: I3c605a1e5b46d262ff557dac280b15136467b906
-
Kohei Yoshida yazdı
Deleting in-between pasting was causing the block iterators to become invalid when the deletion took place, which resulted in a segfault. Also cleaned up the bits about handling filtered rows. It was using the old row flag which is empty these days (so it never would have worked). Plus we do bail out earlier if the destination contains a filtered row. Change-Id: I78d3ee8bce1647c1c8685f92a3df3c38cc014811
-
Kohei Yoshida yazdı
Change-Id: I1c83afa40eaf8c81ca3b436c6fb7d22f7eb9f223
-
Chris Sherlock yazdı
Change-Id: Ic998270701d2e8d2b562ccc869bca0a8d0aac728 Reviewed-on: https://gerrit.libreoffice.org/8778Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: I52e9d505719b3f3b985cd5300ebacb5caa57873f Reviewed-on: https://gerrit.libreoffice.org/8777Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 28 Mar, 2014 6 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I3c58b83df2b8b124b777802f12b6014a16c796a7
-
Caolán McNamara yazdı
Change-Id: Ibc25262fc0e350ce2d676940f0ec7f2fb368128f
-
Jürgen Schmidt yazdı
note acecfab9 covers the same territory and fixes mostly the same problem, but ccolM1 isn't clipped for the other places where it gets used (cherry picked from commit 32d9f959) Conflicts: sw/source/filter/ww8/ww8par6.cxx Change-Id: Idad7d95b28d38b7c52b56cab16c533565d9ecfea
-
Valentin Kettner yazdı
Converted wrong usage of sal_uIntPtr to appropriate other types in basic module. The bug is not fully fixed with this since many other occurences of sal_uIntPtr remain. Update due to code review comments: Fixed forgetting to change some declarations in iosys.cxx. Cleaned up the one remaining sal_uIntPtr in iosys.cxx Fixed adding a sal_uInt64 to a Date (uses long now instead) in methods.cxx Fixed the VarDecFromUI4 call in sbxdec.cxx from sal_uLong to ULONG . Conflicts: basic/source/runtime/iosys.cxx Change-Id: Ia6460be04967deb68b92eb62d945da8814fae605
-
Caolán McNamara yazdı
Change-Id: I2b40ac902812ad27dc06bd20603414dff3358eef
-
Eike Rathke yazdı
Change-Id: Id893ba9e4a145856be1f091293eecbf757fb423d
-