Lines Matching refs:ResourceURL

468             aEvent.ResourceURL = rElement.aResourceURL;  in impl_resetElementTypeData()
517 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
531 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
825 sal_Bool SAL_CALL UIConfigurationManager::hasSettings( const ::rtl::OUString& ResourceURL ) in hasSettings() argument
828 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in hasSettings()
835 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType, false ); in hasSettings()
843 …> SAL_CALL UIConfigurationManager::getSettings( const ::rtl::OUString& ResourceURL, sal_Bool bWrit… in getSettings() argument
846 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in getSettings()
858 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in getSettings()
872 void SAL_CALL UIConfigurationManager::replaceSettings( const ::rtl::OUString& ResourceURL, const Re… in replaceSettings() argument
875 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in replaceSettings()
889 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in replaceSettings()
916 aEvent.ResourceURL = ResourceURL; in replaceSettings()
931 void SAL_CALL UIConfigurationManager::removeSettings( const ::rtl::OUString& ResourceURL ) in removeSettings() argument
934 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in removeSettings()
948 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in removeSettings()
974 aEvent.ResourceURL = ResourceURL; in removeSettings()
1051 aEvent.ResourceURL = NewResourceURL; in insertSettings()