Searched refs:m_aResourceURL (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/framework/source/helper/ |
H A D | uiconfigelementwrapperbase.cxx | 260 com::sun::star::uno::makeAny(m_aResourceURL), in convertFastPropertyValue() 366 aValue >>= m_aResourceURL; in setFastPropertyValue_NoBroadcast() 405 aValue <<= m_aResourceURL; in getFastPropertyValue() 512 ::rtl::OUString aResourceURL( m_aResourceURL ); in setSettings() 558 return m_aResourceURL; in getResourceURL()
|
H A D | uielementwrapperbase.cxx | 136 aPropValue.Value >>= m_aResourceURL; in initialize() 159 return m_aResourceURL; in getResourceURL() 195 aValue <<= m_aResourceURL; in getFastPropertyValue()
|
/aoo42x/main/framework/source/uielement/ |
H A D | statusbarwrapper.cxx | 133 … pStatusBarManager = new StatusBarManager( m_xServiceFactory, xFrame, m_aResourceURL, pStatusBar ); in initialize() 142 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in initialize() 172 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in updateSettings()
|
H A D | toolbarwrapper.cxx | 181 … pToolBarManager = new ToolBarManager( m_xServiceFactory, xFrame, m_aResourceURL, pToolBar ); in initialize() 190 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in initialize() 257 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in updateSettings()
|
H A D | panelwindow.cxx | 47 return m_aResourceURL; in getResourceURL() 52 m_aResourceURL = rResourceURL; in setResourceURL()
|
H A D | menubarwrapper.cxx | 176 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in initialize() 244 m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False ); in updateSettings()
|
H A D | addonstoolbarwrapper.cxx | 146 … pToolBarManager = new AddonsToolBarManager( m_xServiceManager, xFrame, m_aResourceURL, pToolBar ); in initialize()
|
H A D | panelwrapper.cxx | 180 pPanelWindow->setResourceURL( m_aResourceURL ); in initialize()
|
/aoo42x/main/framework/inc/uielement/ |
H A D | panelwindow.hxx | 65 ::rtl::OUString m_aResourceURL;
|
/aoo42x/main/framework/inc/helper/ |
H A D | uielementwrapperbase.hxx | 120 rtl::OUString m_aResourceURL; member in framework::UIElementWrapperBase
|
H A D | uiconfigelementwrapperbase.hxx | 149 …:OUString m_aResourceURL; member in framework::UIConfigElementWrapperBase
|
Completed in 55 milliseconds