Searched refs:bFoundBitmap (Results 1 – 1 of 1) sorted by relevance
1407 sal_Bool bFoundBitmap = sal_False; in GetMenuState() local1439 bFoundBitmap = true; in GetMenuState()1449 bFoundBitmap = sal_True; in GetMenuState()1493 if( bFoundBitmap && !bFoundMetafile && !bFoundNoGraphicObj ) // only Bitmaps marked in GetMenuState()1495 else if( !bFoundBitmap && bFoundMetafile && !bFoundNoGraphicObj ) // only Metafiles marked in GetMenuState()1497 else if( !bFoundBitmap && !bFoundMetafile && !bFoundNoGraphicObj ) // nothing to do in GetMenuState()
Completed in 14 milliseconds