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
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()
[all …]

Completed in 20 milliseconds