Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/dlg/
H A Dbrkdlg.cxx76 pProgrInfo = new SvdProgressInfo( &aLink ); in BreakDlg()
78 pProgrInfo->Init( nSumActionCount*3, nObjCount ); in BreakDlg()
91 if( pProgrInfo ) in ~BreakDlg()
92 delete pProgrInfo; in ~BreakDlg()
113 if(pProgrInfo == NULL) in IMPL_LINK()
125 mpProgress->SetState( pProgrInfo->GetSumCurAction() ); in IMPL_LINK()
135 if(pProgrInfo->GetActionCount() == 0) in IMPL_LINK()
141 info = UniString::CreateFromInt32( pProgrInfo->GetCurAction() ); in IMPL_LINK()
148 if(pProgrInfo->GetInsertCount() == 0) in IMPL_LINK()
154 info = UniString::CreateFromInt32( pProgrInfo->GetCurInsert() ); in IMPL_LINK()
[all …]
/aoo4110/main/svx/source/svdraw/
H A Dsvdfmtf.cxx206 if(pProgrInfo && pActionsToReport) in DoLoopActions()
225 SvdProgressInfo* pProgrInfo) in DoImport() argument
264 if(pProgrInfo) in DoImport()
274 if(pProgrInfo) in DoImport()
276 pProgrInfo->ReportActions(nActionsToReport); in DoImport()
290 if(pProgrInfo) in DoImport()
292 pProgrInfo->ReportRescales(nActionsToReport); in DoImport()
293 pProgrInfo->SetInsertCount(maTmpList.size()); in DoImport()
312 if(pProgrInfo) in DoImport()
325 if(pProgrInfo) in DoImport()
[all …]
H A Dsvdfmtf.hxx156 … void DoLoopActions(GDIMetaFile& rMtf, SvdProgressInfo* pProgrInfo, sal_uInt32* pActionsToReport);
169 SvdProgressInfo* pProgrInfo = 0);
H A Dsvdedtv2.cxx2043 void SdrEditView::DoImportMarkedMtf(SvdProgressInfo *pProgrInfo) in DoImportMarkedMtf() argument
2058 if( pProgrInfo != NULL ) in DoImportMarkedMtf()
2060 pProgrInfo->SetNextObject(); in DoImportMarkedMtf()
2061 if(!pProgrInfo->ReportActions(0)) in DoImportMarkedMtf()
2093 nInsAnz = aFilter.DoImport(aMetaFile, *pOL, nInsPos, pProgrInfo); in DoImportMarkedMtf()
2100 … nInsAnz = aFilter.DoImport(pOle2->GetGraphic()->GetGDIMetaFile(), *pOL, nInsPos, pProgrInfo); in DoImportMarkedMtf()
/aoo4110/main/sd/source/ui/inc/
H A DBreakDlg.hxx81 SvdProgressInfo *pProgrInfo; member in sd::BreakDlg
/aoo4110/main/svx/inc/svx/
H A Dsvdedtv.hxx442 void DoImportMarkedMtf(SvdProgressInfo *pProgrInfo=NULL);

Completed in 47 milliseconds