Lines Matching refs:bRet
7529 sal_Bool bRet = sal_False; in GetTextBoundRect() local
7556 bRet = pSalLayout->GetBoundRect( *mpGraphics, aPixelRect ); in GetTextBoundRect()
7558 if( bRet ) in GetTextBoundRect()
7586 if( bRet || (OUTDEV_PRINTER == meOutDevType) || !mpFontEntry ) in GetTextBoundRect()
7587 return bRet; in GetTextBoundRect()
7712 sal_Bool bRet = sal_False; in GetTextOutlines() local
7749 bRet = pSalLayout->GetOutline( *mpGraphics, rVector ); in GetTextOutlines()
7750 if( bRet ) in GetTextOutlines()
7787 if( bRet || (OUTDEV_PRINTER == meOutDevType) || !mpFontEntry ) in GetTextOutlines()
7788 return bRet; in GetTextOutlines()
7852 bRet = true; in GetTextOutlines()
7921 bRet = bRet && bSuccess; in GetTextOutlines()
7924 return bRet; in GetTextOutlines()
8050 sal_Bool bRet = GetFontCharMap( aFontCharMap ); in HasGlyphs() local
8054 if( bRet == sal_False ) in HasGlyphs()