Home
last modified time | relevance | path

Searched refs:NewResourceURL (Results 1 – 7 of 7) sorted by relevance

/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx989 void SAL_CALL UIConfigurationManager::insertSettings( const ::rtl::OUString& NewResourceURL, const … in insertSettings() argument
992 sal_Int16 nElementType = RetrieveTypeFromResourceURL( NewResourceURL ); in insertSettings()
1008 UIElementData* pDataSettings = impl_findUIElementData( NewResourceURL, nElementType ); in insertSettings()
1037 … pDataSettings->aName = RetrieveNameFromResourceURL( NewResourceURL ) + m_aXMLPostfix; in insertSettings()
1038 pDataSettings->aResourceURL = NewResourceURL; in insertSettings()
1041 … rElements.insert( UIElementDataHashMap::value_type( NewResourceURL, *pDataSettings )); in insertSettings()
1051 aEvent.ResourceURL = NewResourceURL; in insertSettings()
H A Dmoduleuiconfigurationmanager.cxx1284 void SAL_CALL ModuleUIConfigurationManager::insertSettings( const ::rtl::OUString& NewResourceURL, … in insertSettings() argument
1287 sal_Int16 nElementType = RetrieveTypeFromResourceURL( NewResourceURL ); in insertSettings()
1301 UIElementData* pDataSettings = impl_findUIElementData( NewResourceURL, nElementType ); in insertSettings()
1316 … aUIElementData.aName = RetrieveNameFromResourceURL( NewResourceURL ) + m_aXMLPostfix; in insertSettings()
1317 aUIElementData.aResourceURL = NewResourceURL; in insertSettings()
1324 rElements.insert( UIElementDataHashMap::value_type( NewResourceURL, aUIElementData )); in insertSettings()
1333 aEvent.ResourceURL = NewResourceURL; in insertSettings()
H A Duiconfigurationmanagerimpl.cxx1247 void UIConfigurationManagerImpl::insertSettings( const ::rtl::OUString& NewResourceURL, const Refer… in insertSettings() argument
1250 sal_Int16 nElementType = RetrieveTypeFromResourceURL( NewResourceURL ); in insertSettings()
1266 UIElementData* pDataSettings = impl_findUIElementData( NewResourceURL, nElementType ); in insertSettings()
1298 … aUIElementData.aName = RetrieveNameFromResourceURL( NewResourceURL ) + m_aXMLPostfix; in insertSettings()
1299 aUIElementData.aResourceURL = NewResourceURL; in insertSettings()
1301 … rElements.insert( UIElementDataHashMap::value_type( NewResourceURL, aUIElementData )); in insertSettings()
1310 aEvent.ResourceURL = NewResourceURL; in insertSettings()
H A Duiconfigurationmanagerimpl.hxx101 …void insertSettings( const ::rtl::OUString& NewResourceURL, const ::com::sun::star::uno::Reference…
/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx109 …virtual void SAL_CALL insertSettings( const ::rtl::OUString& NewResourceURL, const ::com::sun::sta…
H A Dmoduleuiconfigurationmanager.hxx113 …virtual void SAL_CALL insertSettings( const ::rtl::OUString& NewResourceURL, const ::com::sun::sta…
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl223 …void insertSettings( [in] string NewResourceURL, [in] ::com::sun::star::container::XIndexAccess aN…

Completed in 51 milliseconds