Lines Matching refs:bIsHighContrast
677 …BitmapEx(BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd, sal_Bool bFine, sal_Bool bIsHighContrast) in ImpGetBitmapEx() argument
679 if(bIsHighContrast) in ImpGetBitmapEx()
703 sal_Bool bIsHighContrast(rStyleSettings.GetHighContrastMode()); in CreateOverlayObject() local
734 if(!bForceBiggerSize && bIsHighContrast) in CreateOverlayObject()
781 …tmapEx aBmpEx1 = ImpGetBitmapEx(eKindOfMarker, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject()
782 …BitmapEx aBmpEx2 = ImpGetBitmapEx(eNextBigger, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject()
813 …itmapEx aBmpEx = ImpGetBitmapEx(eKindOfMarker, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject()
2322 BitmapEx SdrCropHdl::GetHandlesBitmap( bool bIsFineHdl, bool bIsHighContrast ) in GetHandlesBitmap() argument
2324 if( bIsHighContrast ) in GetHandlesBitmap()
2403 sal_Bool bIsHighContrast(rStyleSettings.GetHighContrastMode()); in CreateB2dIAObject() local
2405 if( bIsHighContrast ) in CreateB2dIAObject()
2408 const BitmapEx aHandlesBitmap( GetHandlesBitmap( bIsFineHdl, bIsHighContrast ) ); in CreateB2dIAObject()