summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_misc_tests.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-12-15sd: remove cargo-culted dependencies from CppunitTest_sd_misc_testsMichael Stahl1-19/+0
Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d (cherry picked from commit 39d0bd194dac13ea9bcf6c0e7e6a65cf6bbc723b)
2015-12-15Bin obviously unneeded copy pastaTor Lillqvist1-11/+0
Change-Id: If6b40899ad38d2ae6e91f6627cca5a7129ffa6d6 (cherry picked from commit 40782060f6e5c825d0086d743c1451ecaeb87a9e) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski1-0/+155
... to prevent duplicating masters on slide copy-paste. Also fixed a 10-year copy-paste error (pRefPage wasn't replaced with pNPage). Fixed argument evaluation order issue (aStream.GetEndOfData() depends on Flush() but doesn't call it, so will return incorrect result if called before aStream.GetBuffer()). Replaced compare of hashes with results of stringify(), because it removes useless overhead (hashes are calculated from stringify() anyway, and are not cached anywhere). Removed Flush() called from SvMemoryStream::GetBuffer(), because it calls GetData(), which calls Flush() itself. Thanks to Andras Timar for unit test framework. Change-Id: Ia46d4e9a017fc628d424949a9d229045a249a4ca Reviewed-on: https://gerrit.libreoffice.org/20367 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 6381fe554aec600d13d0359903216811d644dd36) Reviewed-on: https://gerrit.libreoffice.org/20694 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>