(2)
xDrawPages->getByIndex( nDefaultPage ) >>= mxDefaultPage;
if( mxDefaultPage.is() )
{
SvxDrawPage* pSvxDrawPage = SvxDrawPage::getImplementation(
mxDefaultPage );
if( pSvxDrawPage )
{
mpDefaultSdrPage = pSvxDrawPage->GetSdrPage();
mpSdrModel = mpDefaultSdrPage->GetModel();
if( mpSdrModel )
{
SdrOutliner& rOutl = mpSdrModel->GetDrawOutliner(NULL);
maOldFieldHdl = rOutl.GetCalcFieldValueHdl();
rOutl.SetCalcFieldValueHdl( LINK( this, SVGFilter,
CalcFieldHdl) );
}
}
}
What's your concrete question? ;)
Well what is a DrawOutliner ? And what is the CalcFieldValue supposed
to do ? And which is its role in the export procedure ?
Cheers,
Marco
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice