Searched refs:isHiContrast (Results 1 – 9 of 9) sorted by relevance
157 const bool isHiContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); in initImages() local160 aImageSets.push_back( lcl_loadImageSet( IMAGES_16_PX, isHiContrast ) ); in initImages()161 aImageSets.push_back( lcl_loadImageSet( IMAGES_32_PX, isHiContrast ) ); in initImages()162 aImageSets.push_back( lcl_loadImageSet( IMAGES_64_PX, isHiContrast ) ); in initImages()166 aImageSets.push_back( lcl_loadImageSet( meImageSet, isHiContrast ) ); in initImages()
63 sal_Bool isHiContrast(Window* _pWindow) in isHiContrast() function143 m_aImpl->m_bHiContrast = isHiContrast(&GetDataWindow()); in impl_construct()308 sal_Bool bHiContrast = isHiContrast(&GetDataWindow()); in GetImage()
282 sal_Bool isHiContrast(Window* _pWindow);
513 sal_Bool isHiContrast() const;
274 ModuleRes aModuleRes(isHiContrast(&m_lbColumnNames) ? IMG_JOINS_H : IMG_JOINS); in OWizTypeSelect()
1317 sal_Bool isHiContrast(Window* _pWindow) in isHiContrast() function
2118 _rQueryImage = aImageProvider.getFolderImage( DatabaseObject::QUERY, isHiContrast() ); in implAddDatasource()2120 _rTableImage = aImageProvider.getFolderImage( DatabaseObject::TABLE, isHiContrast() ); in implAddDatasource()2123 _rDbImage = aImageProvider.getDatabaseImage( isHiContrast() ); in implAddDatasource()3720 sal_Bool SbaTableQueryBrowser::isHiContrast() const in isHiContrast() function in dbaui::SbaTableQueryBrowser
407 bool bHiContrast = isHiContrast( this ); in DBG_NAME()
206 ModuleRes TmpRes(isHiContrast(m_pListBox) ? IMG_JOINS_H : IMG_JOINS); in FillListBox()
Completed in 70 milliseconds