Home
last modified time | relevance | path

Searched refs:pProgress (Results 1 – 25 of 47) sorted by last modified time

12

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx427 const BmpFilterParam* pFilterParam, const Link* pProgress );
428 …PRIVATE sal_Bool ImplMedianFilter( const BmpFilterParam* pFilterParam, const Link* pProgress );
429 …DLLPRIVATE sal_Bool ImplSobelGrey( const BmpFilterParam* pFilterParam, const Link* pProgress );
430 …LLPRIVATE sal_Bool ImplEmbossGrey( const BmpFilterParam* pFilterParam, const Link* pProgress );
431 …_DLLPRIVATE sal_Bool ImplSolarize( const BmpFilterParam* pFilterParam, const Link* pProgress );
432 SAL_DLLPRIVATE sal_Bool ImplSepia( const BmpFilterParam* pFilterParam, const Link* pProgress );
433 …SAL_DLLPRIVATE sal_Bool ImplMosaic( const BmpFilterParam* pFilterParam, const Link* pProgress
434 …SAL_DLLPRIVATE sal_Bool ImplPopArt( const BmpFilterParam* pFilterParam, const Link* pProgress
808 const Link* pProgress = NULL );
833 const Link* pProgress = NULL );
[all …]
H A Dbitmapex.hxx370 const Link* pProgress = NULL );
H A Danimate.hxx244 const Link* pProgress = NULL );
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx236 static SfxProgress *pProgress = 0; variable
344 pSProgress ( pProgress ), in SwSavePaintStatics()
370 pProgress = 0; in SwSavePaintStatics()
386 pProgress = pSProgress; in ~SwSavePaintStatics()
3188 pProgress = 0; in Paint()
3331 if ( bCnt && pProgress ) in Paint()
3332 pProgress->Reschedule(); in Paint()
3873 if ( pProgress && pNoTxt ) in Paint()
3874 pProgress->Reschedule(); in Paint()
5995 { if ( pProgress ) in PaintBackground()
[all …]
H A Dlayact.cxx154 if (pProgress) pProgress->Reschedule(); \
381 pProgress(NULL), in SwLayAction()
2136 if (pImp != NULL && pProgress != NULL) in IsStopPrt()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx708 SfxProgress *pProgress = 0; in GetActiveProgress() local
710 pProgress = pDocSh->GetProgress(); in GetActiveProgress()
711 if ( !pProgress ) in GetActiveProgress()
712 pProgress = SFX_APP()->GetProgress(); in GetActiveProgress()
713 return pProgress; in GetActiveProgress()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx737 …ol BitmapEx::Filter( BmpFilter eFilter, const BmpFilterParam* pFilterParam, const Link* pProgress ) in Filter() argument
739 return( !!aBitmap ? aBitmap.Filter( eFilter, pFilterParam, pProgress ) : sal_False ); in Filter()
H A Dbitmap3.cxx3344 sal_Bool Bitmap::Vectorize( PolyPolygon& rPolyPoly, sal_uLong nFlags, const Link* pProgress ) in Vectorize() argument
3346 return ImplVectorizer().ImplVectorize( *this, rPolyPoly, nFlags, pProgress ); in Vectorize()
3351 … Bitmap::Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in Vectorize() argument
3353 return ImplVectorizer().ImplVectorize( *this, rMtf, cReduce, nFlags, pProgress ); in Vectorize()
H A Dbitmap4.cxx48 …Bool Bitmap::Filter( BmpFilter eFilter, const BmpFilterParam* pFilterParam, const Link* pProgress ) in Filter() argument
57 bRet = ImplConvolute3( &pSmoothMatrix[ 0 ], 17, pFilterParam, pProgress ); in Filter()
64 bRet = ImplConvolute3( &pSharpenMatrix[ 0 ], 8, pFilterParam, pProgress ); in Filter()
69 bRet = ImplMedianFilter( pFilterParam, pProgress ); in Filter()
73 bRet = ImplSobelGrey( pFilterParam, pProgress ); in Filter()
77 bRet = ImplSolarize( pFilterParam, pProgress ); in Filter()
81 bRet = ImplSepia( pFilterParam, pProgress ); in Filter()
85 bRet = ImplMosaic( pFilterParam, pProgress ); in Filter()
89 bRet = ImplEmbossGrey( pFilterParam, pProgress ); in Filter()
93 bRet = ImplPopArt( pFilterParam, pProgress ); in Filter()
H A Dimpvect.cxx739 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument
743 VECT_PROGRESS( pProgress, 0 ); in ImplVectorize()
782 VECT_PROGRESS( pProgress, FRound( fPercent += 10.0 ) ); in ImplVectorize()
791 VECT_PROGRESS( pProgress, FRound( fPercent += fPercentStep_2 ) ); in ImplVectorize()
815 VECT_PROGRESS( pProgress, FRound( fPercent += fPercentStep_2 ) ); in ImplVectorize()
836 VECT_PROGRESS( pProgress, 100 ); in ImplVectorize()
845 sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument
852 VECT_PROGRESS( pProgress, 10 ); in ImplVectorize()
857 VECT_PROGRESS( pProgress, 30 ); in ImplVectorize()
864 VECT_PROGRESS( pProgress, 60 ); in ImplVectorize()
[all …]
H A Dimpvect.hxx54 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress );
56 sal_uLong nFlags, const Link* pProgress );
H A Danimate.cxx800 …l Animation::Filter( BmpFilter eFilter, const BmpFilterParam* pFilterParam, const Link* pProgress ) in Filter() argument
811 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Filter( eFilter, pFilterParam, pProgress ); in Filter()
813 maBitmapEx.Filter( eFilter, pFilterParam, pProgress ); in Filter()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx702 SfxProgress* pProgress = new SfxProgress( mpDocSh, String( SdResId(STR_CREATE_PAGES)), nNewPages); in InsTextOrRTFinOlMode() local
703 if( pProgress ) in InsTextOrRTFinOlMode()
704 pProgress->SetState( 0, 100 ); in InsTextOrRTFinOlMode()
735 if( pProgress ) in InsTextOrRTFinOlMode()
736 pProgress->SetState( nNewPages ); in InsTextOrRTFinOlMode()
746 if( pProgress ) in InsTextOrRTFinOlMode()
747 delete pProgress; in InsTextOrRTFinOlMode()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx784 SAL_DLLPRIVATE void SetProgress_Impl( SfxProgress *pProgress );
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1132 return pImp->pProgress; in GetProgress()
1139 SfxProgress *pProgress /* zu startender <SfxProgress> oder 0, falls in SetProgress_Impl() argument
1150 DBG_ASSERT( ( !pImp->pProgress && pProgress ) || in SetProgress_Impl()
1151 ( pImp->pProgress && !pProgress ), in SetProgress_Impl()
1153 pImp->pProgress = pProgress; in SetProgress_Impl()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1948 ProgressBarHelper *pProgress = GetExport().GetProgressBarHelper(); in exportParagraph() local
1949 pProgress->SetValue( pProgress->GetValue()+1 ); in exportParagraph()
H A Dtxtstyle.cxx120 ProgressBarHelper *pProgress = GetExport().GetProgressBarHelper(); in exportStyleAttributes() local
121 pProgress->SetValue( pProgress->GetValue()+2 ); in exportStyleAttributes()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx307 SfxProgress* pProgress = NULL; in IMPL_LINK() local
314 pProgress = new SfxProgress( NULL, aStr, nFullTime ); in IMPL_LINK()
341 WaitInEffect( nTime, nTmpTime, pProgress ); in IMPL_LINK()
346 WaitInEffect( 100, nTmpTime, pProgress ); in IMPL_LINK()
378 if( pProgress ) in IMPL_LINK()
380 delete pProgress; in IMPL_LINK()
698 SfxProgress* pProgress ) const in WaitInEffect()
706 if( pProgress ) in WaitInEffect()
707 pProgress->SetState( nTime + nMilliSeconds + aCurrent - aEnd ); in WaitInEffect()
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx774 IMPL_LINK(FmSearchDialog, OnSearchProgress, FmSearchProgress*, pProgress) in IMPL_LINK() argument
780 switch (pProgress->aSearchState) in IMPL_LINK()
783 if (pProgress->bOverflow) in IMPL_LINK()
790 m_ftRecord.SetText(String::CreateFromInt32(1 + pProgress->nCurrentRecord)); in IMPL_LINK()
798 m_ftRecord.SetText(String::CreateFromInt32(pProgress->nCurrentRecord)); in IMPL_LINK()
803 OnFound(pProgress->aBookmark, (sal_Int16)pProgress->nFieldIndex); in IMPL_LINK()
810 sal_uInt16 nErrorId = (FmSearchProgress::STATE_ERROR == pProgress->aSearchState) in IMPL_LINK()
823 friInfo.aPosition = pProgress->aBookmark; in IMPL_LINK()
829 m_ftRecord.SetText(String::CreateFromInt32(1 + pProgress->nCurrentRecord)); in IMPL_LINK()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx760 QProgressBar* pProgress = static_cast<QProgressBar*>(pWidget); in drawStyledWidget() local
761 pProgress->setProgress( nProgressWidth, qRect.width() ); in drawStyledWidget()
/trunk/main/sw/source/ui/app/
H A Dmainwn.cxx81 if ( !pProgress ) in StartProgress()
84 pProgress->pProgress = new SfxProgress( pDocShell, in StartProgress()
103 if ( pProgress ) in SetProgressState()
104 pProgress->pProgress->SetState(nPosition - pProgress->nStartValue); in SetProgressState()
125 if ( pProgress && 0 == --pProgress->nStartCount ) in EndProgress()
127 pProgress->pProgress->Stop(); in EndProgress()
129 delete pProgress->pProgress; in EndProgress()
145 if ( pProgress ) in SetProgressText()
146 pProgress->pProgress->SetStateText( 0, SW_RESSTR(nId) ); in SetProgressText()
156 if ( pProgress ) in RescheduleProgress()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlmeta.cxx187 ProgressBarHelper* pProgress = GetProgressBarHelper(); in SetStatistics() local
188 pProgress->SetReference( nProgressReference + 3*PROGRESS_BAR_STEP ); in SetStatistics()
189 pProgress->SetValue( 0 ); in SetStatistics()
203 ProgressBarHelper *pProgress = GetProgressBarHelper(); in _ExportMeta() local
204 pProgress->SetValue( pProgress->GetValue() + 2 ); in _ExportMeta()
H A Dxmlexp.cxx288 ProgressBarHelper *pProgress = GetProgressBarHelper(); in exportDoc() local
289 if( -1 == pProgress->GetReference() ) in exportDoc()
317 pProgress->SetReference( nRef ); in exportDoc()
318 pProgress->SetValue( 0 ); in exportDoc()
/trunk/main/sw/source/core/inc/
H A Dlayact.hxx65 SfxProgress * pProgress; member in SwLayAction
169 { pProgress = _pProgress; } in SetProgress()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx126 GalleryProgress* pProgress = bShowProgress ? new GalleryProgress( pGraphicFilter ) : NULL; in GalleryGraphicImport() local
135 delete pProgress; in GalleryGraphicImport()

Completed in 182 milliseconds

12