Lines Matching refs:nActionsToReport
269 sal_uInt32 nActionsToReport(0); in DoImport() local
272 DoLoopActions(const_cast< GDIMetaFile& >(rMtf), pProgrInfo, &nActionsToReport); in DoImport()
276 pProgrInfo->ReportActions(nActionsToReport); in DoImport()
277 nActionsToReport = 0; in DoImport()
287 nActionsToReport = (rMtf.GetActionCount() - maTmpList.size()) * 2; in DoImport()
292 pProgrInfo->ReportRescales(nActionsToReport); in DoImport()
296 nActionsToReport = 0; in DoImport()
314 nActionsToReport++; in DoImport()
316 if(nActionsToReport >= 32) // Alle 32 Action updaten in DoImport()
318 pProgrInfo->ReportInserts(nActionsToReport); in DoImport()
319 nActionsToReport = 0; in DoImport()
327 pProgrInfo->ReportInserts(nActionsToReport); in DoImport()