Quantcast

[PATCH] more SV_DECL_PTRARR patches (19)

classic Classic list List threaded Threaded
3 messages Options
Noel Grandin Noel Grandin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[PATCH] more SV_DECL_PTRARR patches (19)

Hi

These patches convert various places from the SV_DECL_PTRARR macros to
the STL collection classes.

They all pass a full make check (and I compile with --enable-dbgutil)

Warning - the last patch is a bit of a monster, it is one of the most
heavily used data-structures in the SW module.

Regards, Noel Grandin

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



_______________________________________________
LibreOffice mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

0007-Convert-SV_DECL_PTRARR-SfxFrameArr_Impl-to-std-vecto.patch (10K) Download Attachment
0008-Remove-dead-DECL_PTRARRAY-SfxFilterArr_Impl-declarat.patch (2K) Download Attachment
0009-Convert-SV_DECL_PTRARR_DEL-SfxChildWinFactArr_Impl-t.patch (11K) Download Attachment
0010-Convert-SV_DECL_PTRARR-SfxModuleArr_Impl-to-std-vect.patch (5K) Download Attachment
0011-Convert-SV_DECL_PTRARR_DEL-SfxMenuCtrlFactArr_Impl-t.patch (7K) Download Attachment
0012-Convert-SV_DECL_PTRARR_DEL-SfxStbCtrlFactArr_Impl-to.patch (6K) Download Attachment
0013-Convert-SV_DECL_PTRARR_DEL-SfxTbxCtrlFactArr_Impl-to.patch (6K) Download Attachment
0014-Convert-SV_DECL_PTRARR-SfxViewShellArr_Impl-to-std-v.patch (5K) Download Attachment
0015-Convert-SV_DECL_PTRARR-SfxViewFrameArr_Impl-to-std-v.patch (9K) Download Attachment
0016-Convert-SV_DECL_PTRARR-SfxObjectShellArr_Impl-to-std.patch (5K) Download Attachment
0017-Convert-SV_DECL_PTRARR-SwSttNdPtrs-to-std-vector.patch (6K) Download Attachment
0018-Convert-SV_DECL_PTRARR-SwTOXMarks-to-std-vector.patch (9K) Download Attachment
0019-Convert-SV_DECL_PTRARR_DEL-SwTableLines-to-std-vecto.patch (231K) Download Attachment
0001-Convert-SV_DECL_PTRARR_DEL-XResultListenerArr_Impl-t.patch (1K) Download Attachment
0002-Convert-SV_DECL_PTRARR_DEL-MappingArray-to-boost-ptr.patch (6K) Download Attachment
0003-Convert-SV_DECL_PTRARR_DEL-BibStatusDispatchArr-to-b.patch (8K) Download Attachment
0004-Convert-SV_DECL_PTRARR_DEL-BibToolBarListenerArr-to-.patch (4K) Download Attachment
0005-Convert-SV_DECL_PTRARR_DEL-ScNamedEntryArr_Impl-to-b.patch (9K) Download Attachment
0006-Convert-SV_DECL_PTRARR-SfxUnoControllerArr_Impl-to-s.patch (9K) Download Attachment
Michael Stahl-2 Michael Stahl-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[PUSHED] Re: [PATCH] more SV_DECL_PTRARR patches (19)

On 19/06/12 17:04, Noel Grandin wrote:
> Hi
>
> These patches convert various places from the SV_DECL_PTRARR macros to
> the STL collection classes.
>
> They all pass a full make check (and I compile with --enable-dbgutil)

apparently you don't :) or at least i still had to adapt some Count()s
in DBG_UTIL

> Warning - the last patch is a bit of a monster, it is one of the most
> heavily used data-structures in the SW module.

pushed to master, couldn't find anything obviously wrong which probably
means i missed something :)

_______________________________________________
LibreOffice mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Noel Grandin Noel Grandin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [PUSHED] Re: [PATCH] more SV_DECL_PTRARR patches (19)



On 2012-06-20 19:51, Michael Stahl wrote:
> apparently you don't :) or at least i still had to adapt some Count()s
> in DBG_UTIL
Oh darn, you are correct, sorry about that.
Took it out while I looking for another problem and forgot to put it back.

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


_______________________________________________
LibreOffice mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Loading...