Lines Matching refs:nActionsToReport
272 sal_uInt32 nActionsToReport(0); in DoImport() local
275 DoLoopActions(const_cast< GDIMetaFile& >(rMtf), pProgrInfo, &nActionsToReport); in DoImport()
279 pProgrInfo->ReportActions(nActionsToReport); in DoImport()
280 nActionsToReport = 0; in DoImport()
290 nActionsToReport = (rMtf.GetActionCount() - maTmpList.size()) * 2; in DoImport()
295 pProgrInfo->ReportRescales(nActionsToReport); in DoImport()
299 nActionsToReport = 0; in DoImport()
317 nActionsToReport++; in DoImport()
319 if(nActionsToReport >= 32) // Alle 32 Action updaten in DoImport()
321 pProgrInfo->ReportInserts(nActionsToReport); in DoImport()
322 nActionsToReport = 0; in DoImport()
330 pProgrInfo->ReportInserts(nActionsToReport); in DoImport()