Home
last modified time | relevance | path

Searched refs:bBitmap (Results 1 – 6 of 6) sorted by path

/trunk/main/cui/source/inc/
H A Dcuitabarea.hxx139 sal_Bool bBitmap; member in SvxTransparenceTabPage
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx1904 sal_Bool bBitmap = sal_False; in SwitchNumberType() local
1921 bBitmap = sal_True; in SwitchNumberType()
1941 aStartFT.Show(!bBitmap); in SwitchNumberType()
1942 aStartED.Show(!(bBullet||bBitmap)); in SwitchNumberType()
1952 aBitmapFT .Show(bBitmap); in SwitchNumberType()
1953 aBitmapMB .Show(bBitmap); in SwitchNumberType()
1955 aSizeFT .Show(bBitmap); in SwitchNumberType()
1956 aWidthMF .Show(bBitmap); in SwitchNumberType()
1957 aMultFT .Show(bBitmap); in SwitchNumberType()
1958 aHeightMF .Show(bBitmap); in SwitchNumberType()
[all …]
H A Dtparea.cxx287 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()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx564 const sal_Bool bBitmap = rTargetHelper.IsDropFormatSupported( FORMAT_BITMAP ); in AcceptDrop() local
593 …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()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx977 const sal_Bool bBitmap = pWnd->GetGraphic().GetType() == GRAPHIC_BITMAP; in IMPL_LINK() local
995 aTbx1.EnableItem( TBI_PIPETTE, !bWorkplace && bDrawEnabled && bBitmap ); in IMPL_LINK()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx676 sal_Bool bBitmap(sal_False); in Update() local
684 aFtTexKind.Enable( bBitmap ); in Update()
686 aBtnTexColor.Enable( bBitmap ); in Update()
687 aFtTexMode.Enable( bBitmap ); in Update()
688 aBtnTexReplace.Enable( bBitmap ); in Update()
690 aBtnTexBlend.Enable( bBitmap ); in Update()
693 aBtnTexCircleX.Enable( bBitmap ); in Update()
699 aFtTexFilter.Enable( bBitmap ); in Update()
700 aBtnTexFilter.Enable( bBitmap ); in Update()
701 aFLTexture.Enable( bBitmap ); in Update()
[all …]

Completed in 66 milliseconds