Lines Matching refs:bImage
372 sal_Bool bImage = sal_False; in HasEntryImage() local
375 bImage = !!pImplEntry->maImage; in HasEntryImage()
376 return bImage; in HasEntryImage()
650 sal_Bool bImage; member
664 aMetrics.bImage = !!rEntry.maImage; in ImplUpdateEntryMetrics()
698 if ( aMetrics.bImage ) in ImplUpdateEntryMetrics()
718 if ( IsUserDrawEnabled() || aMetrics.bImage ) in ImplUpdateEntryMetrics()
727 if ( !aMetrics.bText && !aMetrics.bImage && !IsUserDrawEnabled() ) in ImplUpdateEntryMetrics()
2979 sal_Bool bImage = !!maImage; in DrawEntry() local
2980 if( bDrawImage && bImage && !bLayout ) in DrawEntry()
3027 if ( bDrawImage && bImage && !bLayout ) in DrawEntry()
3038 if ( !bDrawTextAtImagePos && ( bImage || IsUserDrawEnabled() ) ) in DrawEntry()