Lines Matching refs:maImage
159 if ( !!pNewEntry->maImage ) in InsertEntry()
252 if ( !!pImplEntry->maImage ) in RemoveEntry()
375 bImage = !!pImplEntry->maImage; in HasEntryImage()
386 aImage = pImplEntry->maImage; in GetEntryImage()
664 aMetrics.bImage = !!rEntry.maImage; in ImplUpdateEntryMetrics()
700 Size aImgSz = rEntry.maImage.GetSizePixel(); in ImplUpdateEntryMetrics()
2810 return maImage; in GetModeImage()
2979 sal_Bool bImage = !!maImage; in DrawEntry()
2983 Size aImgSz = maImage.GetSizePixel(); in DrawEntry()
2988 Image *pImage = &maImage; in DrawEntry()
3040 long nMaxWidth = Max( maImage.GetSizePixel().Width(), maUserItemSize.Width() ); in DrawEntry()