Searched refs:bBitmap (Results 1 – 6 of 6) sorted by relevance
676 sal_Bool bBitmap(sal_False); in Update() local681 bBitmap = (eXFS == XFILL_BITMAP || eXFS == XFILL_GRADIENT || eXFS == XFILL_HATCH); in Update()684 aFtTexKind.Enable( bBitmap ); in Update()685 aBtnTexLuminance.Enable( bBitmap ); in Update()686 aBtnTexColor.Enable( bBitmap ); in Update()687 aFtTexMode.Enable( bBitmap ); in Update()688 aBtnTexReplace.Enable( bBitmap ); in Update()689 aBtnTexModulate.Enable( bBitmap ); in Update()690 aBtnTexBlend.Enable( bBitmap ); in Update()691 aFtTexProjectionX.Enable( bBitmap ); in Update()[all …]
1904 sal_Bool bBitmap = sal_False; in SwitchNumberType() local1921 bBitmap = sal_True; in SwitchNumberType()1924 sal_Bool bNumeric = !(bBitmap||bBullet); in SwitchNumberType()1931 aCharFmtFT.Show(!bBitmap && bCharFmt); in SwitchNumberType()1932 aCharFmtLB.Show(!bBitmap && bCharFmt); in SwitchNumberType()1941 aStartFT.Show(!bBitmap); in SwitchNumberType()1942 aStartED.Show(!(bBullet||bBitmap)); in SwitchNumberType()1946 aBulColorFT.Show( !bBitmap && bBullColor ); in SwitchNumberType()1947 aBulColLB.Show( !bBitmap && bBullColor ); in SwitchNumberType()1949 aBulRelSizeFT.Show( !bBitmap && bBullResSize ); in SwitchNumberType()[all …]
287 bBitmap ( sal_False ), in SvxTransparenceTabPage()566 bBitmap = ( ( ( XFillStyleItem& )rSet.Get(XATTR_FILLSTYLE) ).GetValue() == XFILL_BITMAP ); in InitPreview()569 if ( bBitmap ) in InitPreview()585 if ( bBitmap ) in InvalidatePreview()
564 const sal_Bool bBitmap = rTargetHelper.IsDropFormatSupported( FORMAT_BITMAP ); in AcceptDrop() local593 …if( !nRet && ( bXFillExchange || ( ( bDrawing || bGraphic || bMtf || bBitmap || bBookmark ) && ( n… in AcceptDrop()611 ( bGraphic || bMtf || bBitmap || bXFillExchange ) ) in AcceptDrop()649 …if( bDrawing || bGraphic || bMtf || bBitmap || bBookmark || bFile || bFileList || bXFillExchange |… in AcceptDrop()
977 const sal_Bool bBitmap = pWnd->GetGraphic().GetType() == GRAPHIC_BITMAP; in IMPL_LINK() local995 aTbx1.EnableItem( TBI_PIPETTE, !bWorkplace && bDrawEnabled && bBitmap ); in IMPL_LINK()
134 sal_Bool bBitmap; member in SvxTransparenceTabPage