Home
last modified time | relevance | path

Searched refs:bHighContrast (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx144 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 Dfontworkgallery.cxx396 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in FontworkAlignmentWindow() local
401 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 …]
/trunk/main/starmath/source/
H A Dtoolbox.cxx48 static sal_uInt16 GetImageListRID( sal_uInt16 nCategoryRID, sal_Bool bHighContrast ) in GetImageListRID() argument
65 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()
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx640 static Image GetImageFromList_Impl( sal_uInt16 nImageId, sal_Bool bBig, sal_Bool bHighContrast ) in GetImageFromList_Impl() argument
642 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 …]
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx135 const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode(); in Paint() local
136 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 …]
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx160 …c void fillLayoutValueSet( ValueSet* pValue, snewfoil_value_info* pInfo, const bool bHighContrast ) in fillLayoutValueSet() argument
166 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()
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx226 …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…
/trunk/main/svtools/inc/svtools/
H A Dimagemgr.hxx80 …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 );
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx268 sal_Bool bHighContrast = rStyleSettings.GetHighContrastMode(); in Paint() local
275 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()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1362 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()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx848 bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in SetImages() local
850 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()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx259 const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode(); in Paint() local
269 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()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx752 const bool bHighContrast(GetSettings().GetStyleSettings().GetHighContrastMode()); in ImpUpdateTransparencies() local
767 pImage = bHighContrast ? &maImgLinearH : &maImgLinear; in ImpUpdateTransparencies()
773 pImage = bHighContrast ? &maImgAxialH : &maImgAxial; in ImpUpdateTransparencies()
779 pImage = bHighContrast ? &maImgRadialH : &maImgRadial; in ImpUpdateTransparencies()
785 pImage = bHighContrast ? &maImgElliH : &maImgElli; in ImpUpdateTransparencies()
791 pImage = bHighContrast ? &maImgQuadH : &maImgQuad; in ImpUpdateTransparencies()
797 pImage = bHighContrast ? &maImgSquareH : &maImgSquare; in ImpUpdateTransparencies()
/trunk/main/cui/source/customize/
H A Dselector.cxx591 …se::XBrowseNode > node, Reference< XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast ) in GetImage() argument
598 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 Dcfgutil.cxx812 …se::XBrowseNode > node, Reference< XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast ) in GetImage() argument
821 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()
/trunk/main/cui/source/options/
H A Dreadonlyimage.cxx38 sal_Bool bHighContrast = pParent->GetSettings().GetStyleSettings().GetHighContrastMode(); in ReadOnlyImage() local
39 SetImage( Image(CUI_RES(bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ))); in ReadOnlyImage()
H A Ddbregister.cxx411 sal_Bool bHighContrast = pPathBox->GetDisplayBackground().GetColor().IsDark(); in insertNewEntry() local
412 Image aLocked( CUI_RES( bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_LOCK ) ); in insertNewEntry()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx203 sal_Bool bHighContrast = sal_False; in isHighContrast() local
208 bHighContrast = xStyleSettings->getHighContrastMode(); in isHighContrast()
213 return bHighContrast; in isHighContrast()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrole2obj.cxx89 bool bHighContrast) const in createPrimitive2DSequenceWithParameters()
164 bHighContrast); in createPrimitive2DSequenceWithParameters()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrolecontentprimitive2d.cxx151 bool bHighContrast) in SdrOleContentPrimitive2D() argument
156 mbHighContrast(bHighContrast) in SdrOleContentPrimitive2D()
/trunk/main/sc/source/ui/unoobj/
H A Dtarguno.cxx244 … sal_Bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode(); in SetLinkTargetBitmap() local
245 …ImageList aEntryImages( ScResId( bHighContrast ? RID_IMAGELIST_H_NAVCONT : RID_IMAGELIST_NAVCONT )… in SetLinkTargetBitmap()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx647 sal_Bool bHighContrast( sal_False ); in isHighContrast() local
655bHighContrast = ( ((ToolBox *)pWindow)->GetSettings().GetStyleSettings().GetHighContrastMode() ); in isHighContrast()
658 return bHighContrast; in isHighContrast()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx910 const bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in ApplyImageList() local
912 maToolbox.SetImageList( bHighContrast ? maImageListH : maImageList ); in ApplyImageList()
914 …maToolbox.SetItemImage(TBI_SHAPE_FILTER, BitmapEx(SdResId( bHighContrast ? BMP_GRAPHIC_H : BMP_GRA… in ApplyImageList()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx230 sal_Bool bHighContrast = isHighContrast(); in getMenu() local
240 if ( bHighContrast ) in getMenu()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx424 sal_Bool bHighContrast = pParent->GetSettings().GetStyleSettings().GetHighContrastMode(); in ReadOnlyImage() local
425 SetImage( Image(XMLSEC_RES( bHighContrast ? RID_XMLSECTP_LOCK_HC : RID_XMLSECTP_LOCK ))); in ReadOnlyImage()

Completed in 175 milliseconds

123