summaryrefslogtreecommitdiff
path: root/svx
ModeNameSize
-rw-r--r--AllLangResTarget_gal.mk1381logplain
-rw-r--r--AllLangResTarget_ofa.mk1200logplain
-rw-r--r--AllLangResTarget_svx.mk3430logplain
-rw-r--r--CppunitTest_svx_unit.mk797logplain
-rw-r--r--Executable_gengal.mk2044logplain
-rw-r--r--Executable_pixelctl.mk902logplain
-rw-r--r--JunitTest_svx_unoapi.mk1438logplain
-rw-r--r--Library_svx.mk9250logplain
-rw-r--r--Library_svxcore.mk17332logplain
-rw-r--r--Library_textconversiondlgs.mk1839logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_svx.mk1845logplain
-rw-r--r--Package_gengal.mk1052logplain
-rw-r--r--README4343logplain
-rw-r--r--UIConfig_svx.mk2733logplain
d---------doc87logplain
d---------inc1767logplain
d---------qa64logplain
d---------sdi233logplain
d---------source912logplain
d---------uiconfig / ui29logplain
d---------util142logplain
d---------workben40logplain
/span>fixes and tests for o3tl::typed_flagsNoel Grandin create test suite for typed_flags template. fix the operator&= and operator|= definitions Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: include/o3tl/typed_flags_set.hxx Change-Id: I1df9ae197889af98a2fd76ff2bc07756c7b14ced 2014-10-08We should know what our name isTor Lillqvist Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346 2014-10-06It is "template library", not "tools"Tor Lillqvist Change-Id: I5ca7b0a0374a9ed0090413e8c6045e5d13097301 2014-10-06Add guess at what o3tl meansTor Lillqvist Change-Id: I69c8ce10140e92714e9d5c4b4173ade59d36be08 2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann Change-Id: Iac70c9be13892a36bfb5975f62e5345b88d4f144 2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann ...to make it more straightforward to fix blunder as in a88b2d841856026ea1a0539d670e07fafd296c6e "Resolves: fdo#81039 crash on adding new macro library." Conceivably, instances of heap_ptr could legitimately be created only for ctor/ dtor effect, but then again uses of heap_ptr should arguably be replaced with std::unique_ptr anyway. Change-Id: I9c765b8d265f3c26d459ec276e335eeebc8fee91 2014-05-22Fix memory leaks in test codeStephan Bergmann Change-Id: I0dbb2546f1e776ebf95b61c16ebedbce0ead4c7f 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2014-05-02coverity#1209778 & coverity#1209777 Resource leakChris Sherlock Have testBasics_FindPtr() cleanup after itself by deleting p2 and p4. Change-Id: I88b5efd25941d135b743f759a8f27c1cdbcb43c0 2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock Have the testBasics() function clean up after itself - delete p2 and p4 at the end of the function. Change-Id: Ib0c732e1962da94fde0e0da307f610dd36f49eda 2014-04-28prefer makefile-gmake-modeTakeshi Abe Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034