Lines Matching refs:bRet

319 	sal_Bool bRet = sal_False;  in ImplGetCropParams()  local
390 bRet = sal_True; in ImplGetCropParams()
394 return bRet; in ImplGetCropParams()
628 sal_Bool bRet; in IsCached() local
644 bRet = mpMgr->IsInCache( pOut, aPt, aSz, *this, ( pAttr ? *pAttr : GetAttr() ) ); in IsCached()
647 bRet = sal_False; in IsCached()
649 return bRet; in IsCached()
685 sal_Bool bRet; in Draw() local
733 bRet = mpMgr->DrawObj( pOut, aPt, aSz, *this, aAttr, nFlags, bCached ); in Draw()
750 return bRet; in Draw()
800 sal_Bool bRet = Draw( &rOutDev, rPt, rSz, &aGrfAttr, nFlags ); in DrawWithPDFHandling() local
811 return bRet; in DrawWithPDFHandling()
845 sal_Bool bRet = sal_False; in StartAnimation() local
890 bRet = sal_True; in StartAnimation()
893 bRet = Draw( pOut, rPt, rSz, &aAttr, GRFMGR_DRAW_STANDARD ); in StartAnimation()
896 return bRet; in StartAnimation()
1248 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut() : sal_False ); in SwapOut() local
1250 if( bRet && mpMgr ) in SwapOut()
1253 return bRet; in SwapOut()
1260 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut( pOStm ) : sal_False ); in SwapOut() local
1262 if( bRet && mpMgr ) in SwapOut()
1265 return bRet; in SwapOut()
1272 sal_Bool bRet; in SwapIn() local
1277 bRet = sal_True; in SwapIn()
1281 bRet = sal_True; in SwapIn()
1285 bRet = maGraphic.SwapIn(); in SwapIn()
1287 if( bRet && mpMgr ) in SwapIn()
1291 if( bRet ) in SwapIn()
1299 return bRet; in SwapIn()
1306 sal_Bool bRet; in SwapIn() local
1311 bRet = sal_True; in SwapIn()
1315 bRet = sal_True; in SwapIn()
1319 bRet = maGraphic.SwapIn( pIStm ); in SwapIn()
1321 if( bRet && mpMgr ) in SwapIn()
1325 if( bRet ) in SwapIn()
1333 return bRet; in SwapIn()