Searched refs:bFoundMetafile (Results 1 – 1 of 1) sorted by relevance
1415 sal_Bool bFoundMetafile = sal_False; in GetMenuState() local1447 bFoundMetafile = true; in GetMenuState()1459 bFoundMetafile = true; in GetMenuState()1463 bFoundMetafile = sal_True; in GetMenuState()1500 if( bFoundBitmap && !bFoundMetafile && !bFoundNoGraphicObj ) // only Bitmaps marked in GetMenuState()1502 else if( !bFoundBitmap && bFoundMetafile && !bFoundNoGraphicObj ) // only Metafiles marked in GetMenuState()1504 else if( !bFoundBitmap && !bFoundMetafile && !bFoundNoGraphicObj ) // nothing to do in GetMenuState()
Completed in 18 milliseconds