Home
last modified time | relevance | path

Searched refs:m_bUseGlobal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx710 , m_bUseGlobal(_bUseGlobal) in ImageManagerImpl()
860 if ( m_bUseGlobal ) in getAllImageNames()
903 if ( m_bUseGlobal && implts_getGlobalImageList()->hasImage( nIndex, aCommandURL )) in hasImage()
907 if ( m_bUseGlobal && implts_getDefaultImageList()->hasImage( nIndex, aCommandURL )) in hasImage()
941 if ( m_bUseGlobal ) in getImages()
955 if ( !aImage && m_bUseGlobal ) in getImages()
1071 if ( m_bUseGlobal ) in removeImages()
1088 if ( m_bUseGlobal ) in removeImages()
1218 if ( m_bUseGlobal ) in reload()
1229 if ( m_bUseGlobal ) in reload()
H A Dimagemanagerimpl.hxx209 … bool m_bUseGlobal; member in framework::ImageManagerImpl