Lines Matching refs:bHighContrast

107 	bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in ExtrusionDirectionWindow()  local
112 …mpDirectionSet->InsertItem( i+1, bHighContrast ? maImgDirectionH[ i ] : maImgDirection[ i ], aText… in ExtrusionDirectionWindow()
119 …appendEntry( 0, String( SVX_RES( STR_PERSPECTIVE ) ), bHighContrast ? maImgPerspectiveH : maImgPer… in ExtrusionDirectionWindow()
120 …appendEntry( 1, String( SVX_RES( STR_PARALLEL ) ), bHighContrast ? maImgParallelH : maImgParallel … in ExtrusionDirectionWindow()
136 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in DataChanged() local
140 mpDirectionSet->SetItemImage( i+1, bHighContrast ? maImgDirectionH[ i ] : maImgDirection[ i ] ); in DataChanged()
143 setEntryImage( 0, bHighContrast ? maImgPerspectiveH : maImgPerspective ); in DataChanged()
144 setEntryImage( 1, bHighContrast ? maImgParallelH : maImgParallel ); in DataChanged()
357 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in ExtrusionDepthWindow() local
360 appendEntry( 0, aEmpty, bHighContrast ? maImgDepth0h : maImgDepth0 ); in ExtrusionDepthWindow()
361 appendEntry( 1, aEmpty, bHighContrast ? maImgDepth1h : maImgDepth1 ); in ExtrusionDepthWindow()
362 appendEntry( 2, aEmpty, bHighContrast ? maImgDepth2h : maImgDepth2 ); in ExtrusionDepthWindow()
363 appendEntry( 3, aEmpty, bHighContrast ? maImgDepth3h : maImgDepth3 ); in ExtrusionDepthWindow()
364 appendEntry( 4, aEmpty, bHighContrast ? maImgDepth4h : maImgDepth4 ); in ExtrusionDepthWindow()
365 …appendEntry( 5, String( SVX_RES( STR_INFINITY ) ), bHighContrast ? maImgDepthInfinityh : maImgDept… in ExtrusionDepthWindow()
449 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in DataChanged() local
451 setEntryImage( 0, bHighContrast ? maImgDepth0h : maImgDepth0 ); in DataChanged()
452 setEntryImage( 1, bHighContrast ? maImgDepth1h : maImgDepth1 ); in DataChanged()
453 setEntryImage( 2, bHighContrast ? maImgDepth2h : maImgDepth2 ); in DataChanged()
454 setEntryImage( 3, bHighContrast ? maImgDepth3h : maImgDepth3 ); in DataChanged()
455 setEntryImage( 4, bHighContrast ? maImgDepth4h : maImgDepth4 ); in DataChanged()
456 setEntryImage( 5, bHighContrast ? maImgDepthInfinityh : maImgDepthInfinity ); in DataChanged()
612 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in ExtrusionLightingWindow() local
618 mpLightingSet->InsertItem( i+1, bHighContrast ? maImgLightingOffh[i] : maImgLightingOff[i] ); in ExtrusionLightingWindow()
622 …mpLightingSet->InsertItem( 5, bHighContrast ? maImgLightingPreviewh[FROM_FRONT] : maImgLightingPre… in ExtrusionLightingWindow()
629 appendEntry( 0, String( SVX_RES( STR_BRIGHT ) ), bHighContrast ? maImgBrighth : maImgBright ); in ExtrusionLightingWindow()
630 appendEntry( 1, String( SVX_RES( STR_NORMAL ) ), bHighContrast ? maImgNormalh : maImgNormal ); in ExtrusionLightingWindow()
631 appendEntry( 2, String( SVX_RES( STR_DIM ) ), bHighContrast ? maImgDimh : maImgDim ); in ExtrusionLightingWindow()
662 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in implSetDirection() local
672 …mpLightingSet->SetItemImage( nItemId + 1, bHighContrast ? maImgLightingPreviewh[ nDirection ] : ma… in implSetDirection()
676 if( bHighContrast ) in implSetDirection()
730 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in DataChanged() local
733 setEntryImage( 0, bHighContrast ? maImgBrighth : maImgBright ); in DataChanged()
734 setEntryImage( 1, bHighContrast ? maImgNormalh : maImgNormal ); in DataChanged()
735 setEntryImage( 2, bHighContrast ? maImgDimh : maImgDim ); in DataChanged()
853 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in ExtrusionSurfaceWindow() local
858 …appendEntry( 0, String( SVX_RES( STR_WIREFRAME ) ), bHighContrast ? maImgSurface1h : maImgSurface1… in ExtrusionSurfaceWindow()
859 appendEntry( 1, String( SVX_RES( STR_MATTE ) ), bHighContrast ? maImgSurface2h : maImgSurface2 ); in ExtrusionSurfaceWindow()
860 appendEntry( 2, String( SVX_RES( STR_PLASTIC ) ), bHighContrast ? maImgSurface3h : maImgSurface3 ); in ExtrusionSurfaceWindow()
861 appendEntry( 3, String( SVX_RES( STR_METAL ) ), bHighContrast ? maImgSurface4h : maImgSurface4 ); in ExtrusionSurfaceWindow()