[PATCH] convert SV*PTRARR stuff in SW module

Noel Grandin noel at peralex.com
Mon Apr 23 23:56:38 PDT 2012


Hi

This series of patches converts various datastructures in the SW module 
from SV*PTRARR to std::vector, std::set, and boost::ptr_set variously.

There are two non-converting patches:
patch 6 removes what appears to be dead data-structures ie. they are 
constructed, but never used for anything
patch 18 fixes the spelling of a parameter

Regards, Noel Grandin

Disclaimer: http://www.peralex.com/disclaimer.html


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-Convert-SV_DECL_PTRARR_DEL-SwRedlineDataChildArr-to-.patch
Type: application/mbox
Size: 5017 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0018.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0010-Convert-SV_DECL_PTRARR-SvLBoxEntryArr-to-std-vector.patch
Type: application/mbox
Size: 2223 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0019.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0011-Convert-SV_DECL_PTRARR_DEL-AutoMarkEntryArr-to-boost.patch
Type: application/mbox
Size: 4146 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0020.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-Convert-SV_DECL_PTRARR_DEL-_SwNumFmtsAttrs-to-boost-.patch
Type: application/mbox
Size: 4019 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0021.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0013-Convert-SV_DECL_PTRARR_DEL-SwEntryLst-to-boost-ptr_v.patch
Type: application/mbox
Size: 3561 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0022.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0014-Convert-SV_DECL_PTRARR-AutoTextGroups-to-std-vector.patch
Type: application/mbox
Size: 6887 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0023.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0015-Convert-SV_DECL_PTRARR_DEL-SwColumns-to-boost-ptr_ve.patch
Type: application/mbox
Size: 35374 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0024.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0016-Convert-SV_DECL_PTRARR_DEL-TextBlockInfoArr-to-boost.patch
Type: application/mbox
Size: 3151 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0025.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0017-Convert-SV_DECL_PTRARR_DEL-_DB_Columns-to-boost-ptr_.patch
Type: application/mbox
Size: 3505 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0026.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0018-Fix-spelling-of-parameter-pbLevelOrVisibiblityChange.patch
Type: application/mbox
Size: 4147 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0027.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Convert-SV_DECL_PTRARR_DEL-to-boost-ptr_vector.patch
Type: application/mbox
Size: 5133 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0028.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Convert-SV_DECL_PTRARR-_FndBox-to-std-vector.patch
Type: application/mbox
Size: 41767 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0029.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Convert-SV_DECL_PTRARR_DEL-_FndLines-to-boost-ptr_ve.patch
Type: application/mbox
Size: 51614 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0030.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Convert-SV_DECL_PTRARR_DEL-SwChartLines-to-boost-ptr.patch
Type: application/mbox
Size: 2935 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0031.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Convert-SV_DECL_PTRARR-SwChartBoxes-to-std-vector.patch
Type: application/mbox
Size: 2307 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0032.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Remove-data-structures-there-dead-i.e.-not-doing-any.patch
Type: application/mbox
Size: 5943 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0033.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Convert-SV_DECL_PTRARR_DEL-SwSelUnions-to-boost-ptr_.patch
Type: application/mbox
Size: 12136 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0034.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-Convert-SV_DECL_PTRARR_DEL-SwRedlineDataParentArr-to.patch
Type: application/mbox
Size: 7117 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120424/f405eedb/attachment-0035.bin>


More information about the LibreOffice mailing list