Home
last modified time | relevance | path

Searched refs:nActionsToReport (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svx/source/svdraw/ !
H A Dsvdfmtf.cxx269 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()
[all …]