summaryrefslogtreecommitdiff
path: root/sd
ModeNameSize
-rw-r--r--AllLangResTarget_sd.mk1974logplain
-rw-r--r--CppunitTest_sd_export_tests.mk3185logplain
-rw-r--r--CppunitTest_sd_filters_test.mk2747logplain
-rw-r--r--CppunitTest_sd_html_export_tests.mk3044logplain
-rw-r--r--CppunitTest_sd_import_tests.mk3178logplain
-rw-r--r--CppunitTest_sd_uimpress.mk2066logplain
-rw-r--r--JunitTest_sd_unoapi.mk884logplain
-rw-r--r--Library_sd.mk19155logplain
-rw-r--r--Library_sdd.mk937logplain
-rw-r--r--Library_sdfilt.mk1830logplain
-rw-r--r--Library_sdui.mk2521logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_sd.mk1057logplain
-rw-r--r--Package_opengl.mk533logplain
-rw-r--r--Package_web.mk1191logplain
-rw-r--r--Package_xml.mk576logplain
-rw-r--r--README1740logplain
-rw-r--r--README_REMOTE4297logplain
-rw-r--r--UIConfig_sdraw.mk3298logplain
-rw-r--r--UIConfig_simpress.mk4298logplain
d---------inc2577logplain
d---------qa64logplain
d---------res68logplain
d---------sdi795logplain
d---------source126logplain
d---------uiconfig67logplain
d---------util125logplain
d---------workben72logplain
d---------xml213logplain
d---------xsl38logplain
class='logsubject'>oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl With one additional m_Effects.clear() in EffectProperties::assignUsed() to make it idempotent like it was before and avoid duplicating elements. Change-Id: I105535a2a250e682a5d6976e0c7f74374b1f31ac 2015-10-23Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"Stephan Bergmann This reverts commit d29e614ff9cd91c4e4a1bada6a21884e33323f8d, it broke CppunitTest_sd_export_tests. Change-Id: I908cc46cdf4df706ad64d04777b8e1401e0800c1 2015-10-23oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl Change-Id: I105535a2a250e682a5d6976e0c7f74374b1f31ac 2015-08-14loplugin: defaultparamsNoel Grandin Change-Id: Iabcea466cb23e7a7a432f953cc03aaa1c2dc1d65 2014-10-02coverity#1242917 Result is not floating-pointCaolán McNamara Change-Id: I284562585c10a3d68b8545df7b6cb3022001660c 2014-08-25use ptr_vector to prevent memory leakMarkus Mohrhard Found by Lsan. Change-Id: I727098ea3861bacf89209615e4b46e986a72c1ce 2014-06-25remove whitespacesMarkus Mohrhard Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac 2014-06-17These headers are private, also do not export symbols.Matúš Kukan Change-Id: Ic63372285fecb6f1be22e92c36cdb6f94733f5c1 2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez Transformed the preservation process of shape effects to be able to store more than one effect. For that we: * Created the Effect struct and added a vector member to the EffectProperties struct. * Changed the shadow effect to use the new Effect struct, EffectShadowProperties struct is preserved because the direction field still has some use but we should remove it. * Changed the structure of the grab bag to store more than one effect. * Modified an existing unit test to check shapes with several effects. Change-Id: I0dd908fa1d9578827c02ef6272fc9e2b914391be 2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez The goal is preserving the shadow effect with all its attributes using the shape grab bag. This is the relevant piece of XML in the document: <a:effectLst> <a:outerShdw blurRad="50800" dist="38100" dir="2700000" algn="tl" rotWithShape="0"> <a:schemeClr val="accent1"> <a:alpha val="40000" /> </a:schemeClr> </a:outerShdw> </a:effectLst> In first place, we added members to the structure EffectProperties to store the effect name and attributes. Later, when we create the shape, we add them to the shape grab bag together with the shadow color (if it is a theme color we store its name and transformations like in other cases). Finally, we read back all these data from the shape grab bag and write them back to the document. I added a unit test for this shape property. Change-Id: Idda2d5e2970cb8563e2ed13a84b2fa2d4b99aa70 2014-04-23sal_Bool -> boolJacobo Aragunde Pérez Change-Id: I08f37f3bfe7d14e10fb4383eae3d3469df7e707e 2014-02-26Remove visual noise from ooxAlexander Wilms Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94 Reviewed-on: https://gerrit.libreoffice.org/8288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>