Searched refs:bFoundNoGraphicObj (Results 1 – 1 of 1) sorted by relevance
1418 sal_Bool bFoundNoGraphicObj = sal_False; in GetMenuState() local1441 bFoundNoGraphicObj = 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 15 milliseconds