Searched refs:pLogo (Results 1 – 5 of 5) sorted by relevance
398 BitmapEx* pLogo = NULL; in Paint() local405 pLogo = mpEmptyBmpEx; in Paint()412 pLogo = mpAudioBmpEx; in Paint()418 …if( pLogo && !pLogo->IsEmpty() && ( aVideoRect.GetWidth() > 0 ) && ( aVideoRect.GetHeight() > 0 ) ) in Paint()420 Size aLogoSize( pLogo->GetSizePixel() ); in Paint()446 aLogoSize, *pLogo ); in Paint()
949 delete pLogo; in ~Menu()970 pLogo = NULL; in ImplInit()2588 if ( pLogo ) in ImplCalcSize()2589 aSz.Width() += pLogo->aBitmap.GetSizePixel().Width(); in ImplCalcSize()2652 if ( pLogo ) in ImplPaint()2653 aTopLeft.X() = pLogo->aBitmap.GetSizePixel().Width(); in ImplPaint()2930 if ( !bLayout && !pThisItemOnly && pLogo ) in ImplPaint()2932 Size aLogoSz = pLogo->aBitmap.GetSizePixel(); in ImplPaint()2937 Gradient aGrad( GRADIENT_LINEAR, pLogo->aStartColor, pLogo->aEndColor ); in ImplPaint()2944 pWin->SetFillColor( pLogo->aStartColor ); in ImplPaint()[all …]
399 …_Bool ShowWindow::SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeout, Graphic* pLogo ) in SetPauseMode() argument427 if( pLogo ) in SetPauseMode()428 maLogo = *pLogo; in SetPauseMode()
76 …( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeoutSec = SLIDE_NO_TIMEOUT, Graphic* pLogo = NULL );
135 MenuLogo* pLogo; member in Menu325 sal_Bool HasLogo() const { return pLogo ? sal_True : sal_False; } in HasLogo()