cuitabarea.hxx

Caolán McNamara caolanm at redhat.com
Tue Sep 17 06:14:49 PDT 2013


On Thu, 2013-09-12 at 16:41 -0300, Olivier Hallot wrote:
> While converting the format page dialog in sdraw I stumbled into
> 
> sd/source/ui/dlg/dlgpage.cxx
> 
> 
> 
> -    AddTabPage( RID_SVXPAGE_PAGE);
> -    AddTabPage( RID_SVXPAGE_AREA);
> 
> If there is a way to build the Page and Area tabs pages of cui/ inside
> sd/ I'll be happy to learn how.

Apologies for late reply. Try again now after...
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e2aa5ab249edaeb8e9e3603ba8ae09faea90122c
and it should be easier to convert now that it explicitly gets the
factory to find the creator methods by direct id rather than relying on
the implicit "tab page id" is the same as "tab page creator function id"
mapping of this AddTabPage variant.

C.



More information about the LibreOffice mailing list