| /aoo41x/main/svx/source/tbxctrls/ | 
| H A D | extrusioncontrols.cxx | 144 		setEntryImage( 1, bHighContrast ? maImgParallelH : maImgParallel );  in DataChanged()360 	appendEntry( 0, aEmpty, bHighContrast ? maImgDepth0h : maImgDepth0 );  in ExtrusionDepthWindow()
 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()
 676 			if( bHighContrast )  in implSetDirection()
 733 		setEntryImage( 0, bHighContrast ? maImgBrighth : maImgBright );  in DataChanged()
 734 		setEntryImage( 1, bHighContrast ? maImgNormalh : maImgNormal );  in DataChanged()
 [all …]
 
 | 
| H A D | fontworkgallery.cxx | 396 	bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in FontworkAlignmentWindow()  local401 	appendEntry( 0, String( SVX_RES( STR_ALIGN_LEFT ) ), bHighContrast ? maImgAlgin1h : maImgAlgin1 );  in FontworkAlignmentWindow()
 402 …appendEntry( 1, String( SVX_RES( STR_ALIGN_CENTER ) ), bHighContrast ? maImgAlgin2h : maImgAlgin2 …  in FontworkAlignmentWindow()
 403 	appendEntry( 2, String( SVX_RES( STR_ALIGN_RIGHT ) ), bHighContrast ? maImgAlgin3h : maImgAlgin3 );  in FontworkAlignmentWindow()
 404 	appendEntry( 3, String( SVX_RES( STR_ALIGN_WORD ) ), bHighContrast ? maImgAlgin4h : maImgAlgin4 );  in FontworkAlignmentWindow()
 405 …appendEntry( 4, String( SVX_RES( STR_ALIGN_STRETCH ) ), bHighContrast ? maImgAlgin5h : maImgAlgin5…  in FontworkAlignmentWindow()
 453 		bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in DataChanged()  local
 455 		appendEntry( 0, String( SVX_RES( STR_ALIGN_LEFT ) ), bHighContrast ? maImgAlgin1h : maImgAlgin1 );  in DataChanged()
 456 …appendEntry( 1, String( SVX_RES( STR_ALIGN_CENTER ) ), bHighContrast ? maImgAlgin2h : maImgAlgin2 …  in DataChanged()
 457 …appendEntry( 2, String( SVX_RES( STR_ALIGN_RIGHT ) ), bHighContrast ? maImgAlgin3h : maImgAlgin3 );  in DataChanged()
 [all …]
 
 | 
| /aoo41x/main/starmath/source/ | 
| H A D | toolbox.cxx | 48 static sal_uInt16  GetImageListRID( sal_uInt16 nCategoryRID, sal_Bool bHighContrast )  in GetImageListRID()  argument65     if (nRes != 0xFFFF && bHighContrast)  in GetImageListRID()
 187 const ImageList * SmToolBoxWindow::GetImageList( sal_uInt16 nResId, sal_Bool bHighContrast )  in GetImageList()  argument
 202         ImageList **pImgList = bHighContrast ? aImageListsH : aImageLists;  in GetImageList()
 215     sal_Bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in ApplyImageLists()  local
 218 …const ImageList *pImageList = GetImageList( bHighContrast ? RID_ILH_CATALOG : RID_IL_CATALOG, bHig…  in ApplyImageLists()
 225     sal_uInt16 nResId = GetImageListRID( nCategoryRID, bHighContrast );  in ApplyImageLists()
 226     pImageList = GetImageList( nResId, bHighContrast );  in ApplyImageLists()
 
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | imagemgr.cxx | 640 static Image GetImageFromList_Impl( sal_uInt16 nImageId, sal_Bool bBig, sal_Bool bHighContrast )  in GetImageFromList_Impl()  argument642 	if ( !bBig && IMG_FOLDER == nImageId && !bHighContrast )  in GetImageFromList_Impl()
 666 		if ( bHighContrast )  in GetImageFromList_Impl()
 681 		if ( bHighContrast )  in GetImageFromList_Impl()
 810 …InformationManager::GetImage( const INetURLObject& rObject, sal_Bool bBig, sal_Bool bHighContrast )  in GetImage()  argument
 814 	return GetImageFromList_Impl( nImage, bBig, bHighContrast );  in GetImage()
 817 …rmationManager::GetFileImage( const INetURLObject& rObject, sal_Bool bBig, sal_Bool bHighContrast )  in GetFileImage()  argument
 821 	return GetImageFromList_Impl( nImage, bBig, bHighContrast );  in GetFileImage()
 824 …onManager::GetImageNoDefault( const INetURLObject& rObject, sal_Bool bBig, sal_Bool bHighContrast )  in GetImageNoDefault()  argument
 832 	return GetImageFromList_Impl( nImage, bBig, bHighContrast );  in GetImageNoDefault()
 [all …]
 
 | 
| /aoo41x/main/sd/source/ui/annotations/ | 
| H A D | annotationwindow.cxx | 135 	const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();  in Paint()  local136 	if ( !bHighContrast )  in Paint()
 145 		if( bHighContrast )  in Paint()
 619 	const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();  in SetColor()  local
 620 	if( bHighContrast )  in SetColor()
 640 		Engine()->ForceAutoColor( bHighContrast || aOptions.GetIsAutomaticFontColor() );  in SetColor()
 646 	aStyleSettings.SetFieldTextColor( bHighContrast ? maColorLight : maColorDark);  in SetColor()
 702 		const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();  in Paint()  local
 704 		if ( bHighContrast )  in Paint()
 711 		if ( bHighContrast )  in Paint()
 [all …]
 
 | 
| /aoo41x/main/sd/source/ui/controller/ | 
| H A D | slidelayoutcontroller.cxx | 160 …c void fillLayoutValueSet( ValueSet* pValue, snewfoil_value_info* pInfo, const bool bHighContrast )  in fillLayoutValueSet()  argument166 		BitmapEx aBmp( SdResId( (bHighContrast ? pInfo->mnHCBmpResId : pInfo->mnBmpResId) ) );  in fillLayoutValueSet()
 207 	const bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in LayoutToolbarMenu()  local
 228 	fillLayoutValueSet( mpLayoutSet1, pInfo, bHighContrast );  in LayoutToolbarMenu()
 249 		fillLayoutValueSet( mpLayoutSet2, &v_standard[0], bHighContrast );  in LayoutToolbarMenu()
 272 			aSlotImage = ::GetImage( mxFrame, sSlotStr, sal_False, bHighContrast );  in LayoutToolbarMenu()
 
 | 
| /aoo41x/main/unotools/inc/unotools/ | 
| H A D | lingucfg.hxx | 226 …lAndGrammarDialogImage( const ::rtl::OUString &rServiceImplName, bool bHighContrast = false ) cons…227 …ContextSuggestionImage( const ::rtl::OUString &rServiceImplName, bool bHighContrast = false ) cons…
 228 …ContextDictionaryImage( const ::rtl::OUString &rServiceImplName, bool bHighContrast = false ) cons…
 229 …etThesaurusDialogImage( const ::rtl::OUString &rServiceImplName, bool bHighContrast = false ) cons…
 230 …etSynonymsContextImage( const ::rtl::OUString &rServiceImplName, bool bHighContrast = false ) cons…
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | imagemgr.hxx | 80 …LLPUBLIC static Image	GetImage( const INetURLObject& rURL, sal_Bool bBig, sal_Bool bHighContrast );81 …BLIC static Image	GetFileImage( const INetURLObject& rURL, sal_Bool bBig, sal_Bool bHighContrast );
 82 …static Image	GetImageNoDefault( const INetURLObject& rURL, sal_Bool bBig, sal_Bool bHighContrast );
 83 …ic Image	GetFolderImage( const svtools::VolumeInfo& rInfo, sal_Bool bBig, sal_Bool bHighContrast );
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | hdrcont.cxx | 268     sal_Bool bHighContrast = rStyleSettings.GetHighContrastMode();  in Paint()  local275     if ( bHighContrast )  in Paint()
 279 	SetTextColor( ( bBoldSet && !bHighContrast ) ? aSelTextColor : aTextColor );  in Paint()
 367         if ( bHighContrast )  in Paint()
 398             if ( bHighContrast )  in Paint()
 439         if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign && !bHighContrast )  in Paint()
 470                 SetLineColor( bHighContrast ? rStyleSettings.GetDarkShadowColor() : aSelLineColor );  in Paint()
 477 …             if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign && bHighContrast && !bDark )  in Paint()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | hyprlink.cxx | 848 	bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in SetImages()  local850 	SetItemImage( BTN_LINK, mpManager->GetImage( BTN_LINK, bHighContrast ) );  in SetImages()
 851 	SetItemImage( BTN_INSERT_BOOKMARK, mpManager->GetImage( BTN_INSERT_BOOKMARK, bHighContrast ) );  in SetImages()
 852 	SetItemImage( BTN_INET_SEARCH, mpManager->GetImage( BTN_INET_SEARCH, bHighContrast ) );  in SetImages()
 853 	SetItemImage( BTN_TARGET, mpManager->GetImage( BTN_TARGET, bHighContrast ) );  in SetImages()
 854 	SetItemImage( BTN_OPENDIALOG, mpManager->GetImage( BTN_OPENDIALOG, bHighContrast ) );  in SetImages()
 
 | 
| /aoo41x/main/unotools/source/config/ | 
| H A D | lingucfg.cxx | 1362     bool bHighContrast ) const  in GetSpellAndGrammarDialogImage()1367 …rtl::OUString aImageName( A2OU( bHighContrast ? "SpellAndGrammarDialogImage_HC" : "SpellAndGrammar…  in GetSpellAndGrammarDialogImage()
 1377     bool bHighContrast ) const  in GetSpellAndGrammarContextSuggestionImage()
 1382 …rtl::OUString aImageName( A2OU( bHighContrast ? "SpellAndGrammarContextMenuSuggestionImage_HC" : "…  in GetSpellAndGrammarContextSuggestionImage()
 1392     bool bHighContrast ) const  in GetSpellAndGrammarContextDictionaryImage()
 1397 …rtl::OUString aImageName( A2OU( bHighContrast ? "SpellAndGrammarContextMenuDictionaryImage_HC" : "…  in GetSpellAndGrammarContextDictionaryImage()
 1407     bool bHighContrast ) const  in GetThesaurusDialogImage()
 1412 …rtl::OUString aImageName( A2OU( bHighContrast ? "ThesaurusDialogImage_HC" : "ThesaurusDialogImage"…  in GetThesaurusDialogImage()
 1422     bool bHighContrast ) const  in GetSynonymsContextImage()
 1427 …rtl::OUString aImageName( A2OU( bHighContrast ? "SynonymsContextMenuImage_HC" : "SynonymsContextMe…  in GetSynonymsContextImage()
 
 | 
| /aoo41x/main/sd/source/ui/animations/ | 
| H A D | CustomAnimationList.cxx | 259 	const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();  in Paint()  local269 		rDev.DrawImage( aPos, mpParent->getImage( IMG_CUSTOMANIMATION_ON_CLICK, bHighContrast ) );  in Paint()
 273 		rDev.DrawImage( aPos, mpParent->getImage( IMG_CUSTOMANIMATION_AFTER_PREVIOUS, bHighContrast ) );  in Paint()
 300 		const Image& rImage = mpParent->getImage( nImage, bHighContrast );  in Paint()
 486 const Image&  CustomAnimationList::getImage( sal_uInt16 nId, bool bHighContrast )  in getImage()  argument
 490 	if( bHighContrast )  in getImage()
 
 | 
| /aoo41x/main/svx/source/sidebar/area/ | 
| H A D | AreaPropertyPanel.cxx | 750                 const bool bHighContrast(GetSettings().GetStyleSettings().GetHighContrastMode());  in ImpUpdateTransparencies()  local765                         pImage = bHighContrast ? &maImgLinearH : &maImgLinear;  in ImpUpdateTransparencies()
 771                         pImage = bHighContrast ? &maImgAxialH : &maImgAxial;  in ImpUpdateTransparencies()
 777                         pImage = bHighContrast ? &maImgRadialH : &maImgRadial;  in ImpUpdateTransparencies()
 783                         pImage = bHighContrast ? &maImgElliH : &maImgElli;  in ImpUpdateTransparencies()
 789                         pImage = bHighContrast ? &maImgQuadH : &maImgQuad;  in ImpUpdateTransparencies()
 795                         pImage = bHighContrast ? &maImgSquareH : &maImgSquare;  in ImpUpdateTransparencies()
 
 | 
| /aoo41x/main/cui/source/customize/ | 
| H A D | selector.cxx | 591 …se::XBrowseNode > node, Reference< XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast )  in GetImage()  argument598             if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 643                 if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 654                 if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 665             if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 672             if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 
 | 
| H A D | cfgutil.cxx | 812 …se::XBrowseNode > node, Reference< XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast )  in GetImage()  argument821             if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 869                 if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 880                 if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 891             if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 898             if( bHighContrast == BMP_COLOR_NORMAL )  in GetImage()
 
 | 
| /aoo41x/main/cui/source/options/ | 
| H A D | readonlyimage.cxx | 38     sal_Bool bHighContrast = pParent->GetSettings().GetStyleSettings().GetHighContrastMode();  in ReadOnlyImage()  local39     SetImage( Image(CUI_RES(bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK )));  in ReadOnlyImage()
 
 | 
| H A D | dbregister.cxx | 411         sal_Bool bHighContrast = pPathBox->GetDisplayBackground().GetColor().IsDark();  in insertNewEntry()  local412         Image aLocked( CUI_RES( bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ) );  in insertNewEntry()
 
 | 
| /aoo41x/main/sdext/source/minimizer/ | 
| H A D | unodialog.cxx | 203 	sal_Bool bHighContrast = sal_False;  in isHighContrast()  local208         bHighContrast = xStyleSettings->getHighContrastMode();  in isHighContrast()
 213 	return bHighContrast;  in isHighContrast()
 
 | 
| /aoo41x/main/svx/source/sdr/contact/ | 
| H A D | viewcontactofsdrole2obj.cxx | 89             bool bHighContrast) const  in createPrimitive2DSequenceWithParameters()164                     bHighContrast);  in createPrimitive2DSequenceWithParameters()
 
 | 
| /aoo41x/main/svx/source/sdr/primitive2d/ | 
| H A D | sdrolecontentprimitive2d.cxx | 151 			bool bHighContrast)  in SdrOleContentPrimitive2D()  argument156             mbHighContrast(bHighContrast)  in SdrOleContentPrimitive2D()
 
 | 
| /aoo41x/main/sc/source/ui/unoobj/ | 
| H A D | targuno.cxx | 244 …      sal_Bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();  in SetLinkTargetBitmap()  local245 …ImageList aEntryImages( ScResId( bHighContrast ? RID_IMAGELIST_H_NAVCONT : RID_IMAGELIST_NAVCONT )…  in SetLinkTargetBitmap()
 
 | 
| /aoo41x/main/svtools/source/uno/ | 
| H A D | toolboxcontroller.cxx | 647     sal_Bool bHighContrast( sal_False );  in isHighContrast()  local655 …  bHighContrast = ( ((ToolBox *)pWindow)->GetSettings().GetStyleSettings().GetHighContrastMode() );  in isHighContrast()
 658     return bHighContrast;  in isHighContrast()
 
 | 
| /aoo41x/main/dbaccess/source/ui/control/ | 
| H A D | toolboxcontroller.cxx | 230 			sal_Bool bHighContrast = isHighContrast();  in getMenu()  local240 				if ( bHighContrast )  in getMenu()
 
 | 
| /aoo41x/main/sd/source/ui/dlg/ | 
| H A D | navigatr.cxx | 910 	const bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();  in ApplyImageList()  local912 	maToolbox.SetImageList( bHighContrast ? maImageListH : maImageList );  in ApplyImageList()
 914 …maToolbox.SetItemImage(TBI_SHAPE_FILTER, BitmapEx(SdResId( bHighContrast ? BMP_GRAPHIC_H : BMP_GRA…  in ApplyImageList()
 
 | 
| /aoo41x/main/xmlsecurity/source/dialogs/ | 
| H A D | macrosecurity.cxx | 424     sal_Bool bHighContrast = pParent->GetSettings().GetStyleSettings().GetHighContrastMode();  in ReadOnlyImage()  local425     SetImage( Image(XMLSEC_RES( bHighContrast ? RID_XMLSECTP_LOCK_HC : RID_XMLSECTP_LOCK )));  in ReadOnlyImage()
 
 |