Home
last modified time | relevance | path

Searched refs:nActionsToReport (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx272 sal_uInt32 nActionsToReport(0); in DoImport() local
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()
[all …]

Completed in 19 milliseconds