[Libreoffice] [GSoC 2011][svgexport] weekly report #1

Marco mrcekets at gmail.com
Mon May 30 10:35:57 PDT 2011


>> (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/


More information about the LibreOffice mailing list