Home
last modified time | relevance | path

Searched refs:m_xConfigSource (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx154 m_xConfigSource.clear(); in disposing()
233 com::sun::star::uno::makeAny(m_xConfigSource), in convertFastPropertyValue()
308 if ( m_xConfigSource.is() && !bBool ) in setFastPropertyValue_NoBroadcast()
312 Reference< XUIConfiguration > xUIConfig( m_xConfigSource, UNO_QUERY ); in setFastPropertyValue_NoBroadcast()
326 if ( m_xConfigSource.is() && bBool ) in setFastPropertyValue_NoBroadcast()
330 Reference< XUIConfiguration > xUIConfig( m_xConfigSource, UNO_QUERY ); in setFastPropertyValue_NoBroadcast()
348 aValue >>= m_xConfigSource; in setFastPropertyValue_NoBroadcast()
393 aValue <<= m_xConfigSource; in getFastPropertyValue()
510 if ( m_xConfigSource.is() && m_bPersistent ) in setSettings()
513 Reference< XUIConfigurationManager > xUICfgMgr( m_xConfigSource ); in setSettings()
/aoo4110/main/framework/source/uielement/
H A Dstatusbarwrapper.cxx97 m_xConfigSource.clear(); in dispose()
120 if ( xFrame.is() && m_xConfigSource.is() ) in initialize()
142 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in initialize()
165 m_xConfigSource.is() && in updateSettings()
172 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in updateSettings()
H A Dtoolbarwrapper.cxx133 m_xConfigSource.clear(); in dispose()
167 if ( xFrame.is() && m_xConfigSource.is() ) in initialize()
190 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in initialize()
251 if ( m_xConfigSource.is() && m_bPersistent ) in updateSettings()
257 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in updateSettings()
H A Dmenubarwrapper.cxx124 m_xConfigSource.clear(); in dispose()
147 if ( xFrame.is() && m_xConfigSource.is() ) in initialize()
176 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in initialize()
238 if ( m_xConfigSource.is() && m_bPersistent ) in updateSettings()
244 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in updateSettings()
/aoo4110/main/framework/inc/helper/
H A Duiconfigelementwrapperbase.hxx151 …sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xConfigSource; member in framework::UIConfigElementWrapperBase

Completed in 37 milliseconds