LO Bug 75757

Jan Holesovsky kendy at collabora.com
Mon Jun 2 02:09:21 PDT 2014


Hi Shreyansh,

Shreyansh Gandhi píše v Po 02. 06. 2014 v 11:29 +0530:


> I'm new to LO development and interested
> in https://bugs.freedesktop.org/show_bug.cgi?id=75757
> 
> I wanted to ask how would you track down such classes that inherit
> from containers?

Glad to see your interest in this! :-)  In general, a query like the
following will show such cases in the git tree:

git grep 'public.*\<\(vector\|map\)\>' -- '*.hxx'

I'd start with some of the simple ones, like

class SwGrfFmtColls

from sw/inc/docary.hxx .  More description should be in the Easy Hack
itself; if you want to know more, best if you reach to me on the IRC, I
am 'kendy' on irc.freenode.net, channel #libreoffice-dev.

All the best,
Kendy



More information about the LibreOffice mailing list