Home
last modified time | relevance | path

Searched refs:aResourceURL (Results 1 – 19 of 19) sorted by relevance

/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx131 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()
152 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()
154 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
156 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
424 pIter = rDefaultHashMap.find( aResourceURL ); in impl_findUIElementData()
550 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
567 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
654 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
1023 aUIElementInfo[0].Value <<= pIter->second.aResourceURL; in getUIElementsInfo()
1166 aUIElementData.aResourceURL = ResourceURL; in replaceSettings()
[all …]
H A Duiconfigurationmanagerimpl.cxx99 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()
120 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()
122 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
124 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
396 pIter = rDefaultHashMap.find( aResourceURL ); in impl_findUIElementData()
522 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
539 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
627 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
990 aUIElementInfo[0].Value <<= pIter->second.aResourceURL; in getUIElementsInfo()
1132 aUIElementData.aResourceURL = ResourceURL; in replaceSettings()
[all …]
H A Duiconfigurationmanager.cxx128 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()
149 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()
151 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
152 if (( nIndex > 0 ) && (( nIndex+1 ) < aResourceURL.getLength())) in RetrieveNameFromResourceURL()
153 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
181 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
468 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
517 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
531 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
805 aUIElementInfo[0].Value <<= pIter->second.aResourceURL; in getUIElementsInfo()
[all …]
H A Duiconfigurationmanagerimpl.hxx138 aResourceURL( rResourceURL), aUIName( rUIName ) {} in UIElementInfo()
139 rtl::OUString aResourceURL; member
147 rtl::OUString aResourceURL; member
184 …UIElementData* impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType,…
H A Dwindowstateconfiguration.cxx550 ::rtl::OUString aResourceURL( pIter->first ); in replaceByName()
557 if ( xNameContainer->getByName( aResourceURL ) >>= xPropSet ) in replaceByName()
/trunk/main/framework/source/uifactory/
H A Dwindowcontentfactorymanager.cxx101 …FactoryManager::RetrieveTypeNameFromResourceURL( const rtl::OUString& aResourceURL, rtl::OUString&… in RetrieveTypeNameFromResourceURL() argument
106 …if (( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == … in RetrieveTypeNameFromResourceURL()
107 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeNameFromResourceURL()
109 rtl::OUString aTmpStr( aResourceURL.copy( RESOURCEURL_PREFIX_SIZE )); in RetrieveTypeNameFromResourceURL()
170 ::rtl::OUString aResourceURL; in createInstanceWithArgumentsAndContext()
180 aPropValue.Value >>= aResourceURL; in createInstanceWithArgumentsAndContext()
205 RetrieveTypeNameFromResourceURL( aResourceURL, aType, aName ); in createInstanceWithArgumentsAndContext()
H A Dmenubarfactory.cxx129 rtl::OUString aResourceURL( ResourceURL ); in CreateUIElement() local
140 Args[n].Value >>= aResourceURL; in CreateUIElement()
146 if ( aResourceURL.indexOf( rtl::OUString::createFromAscii(_pAsciiName)) != 0 ) in CreateUIElement()
165 bHasSettings = xCfgMgr->hasSettings( aResourceURL ); in CreateUIElement()
177 bHasSettings = xCfgMgr->hasSettings( aResourceURL ); in CreateUIElement()
191 aPropValue.Value <<= aResourceURL; in CreateUIElement()
H A Daddonstoolboxfactory.cxx173 rtl::OUString aResourceURL( ResourceURL ); in createUIElement() local
182 Args[n].Value >>= aResourceURL; in createUIElement()
185 …if ( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/a… in createUIElement()
203 aPropValue.Value <<= aResourceURL; in createUIElement()
H A Duielementfactorymanager.cxx481 … SAL_CALL UIElementFactoryManager::getFactory( const ::rtl::OUString& aResourceURL, const ::rtl::O… in getFactory() argument
496 WindowContentFactoryManager::RetrieveTypeNameFromResourceURL( aResourceURL, aType, aName ); in getFactory()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx220 ::rtl::OUString getElementTypeFromResourceURL( const ::rtl::OUString& aResourceURL ) in getElementTypeFromResourceURL() argument
225 if ( aResourceURL.indexOf( aUIResourceURL ) == 0 ) in getElementTypeFromResourceURL()
228 ::rtl::OUString aPathPart = aResourceURL.copy( aUIResourceURL.getLength() ); in getElementTypeFromResourceURL()
237 void parseResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUStrin… in parseResourceURL() argument
240 if ( aResourceURL.indexOf( aUIResourceURL ) == 0 ) in parseResourceURL()
243 ::rtl::OUString aPathPart = aResourceURL.copy( aUIResourceURL.getLength() ); in parseResourceURL()
H A Dhelpers.hxx73 ::rtl::OUString getElementTypeFromResourceURL( const ::rtl::OUString& aResourceURL );
74 void parseResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUStrin…
/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx137 aResourceURL( rResourceURL), aUIName( rUIName ) {} in UIElementInfo()
138 rtl::OUString aResourceURL; member
146 rtl::OUString aResourceURL; member
182 …UIElementData* impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType,…
H A Dmoduleuiconfigurationmanager.hxx148 aResourceURL( rResourceURL), aUIName( rUIName ) {} in UIElementInfo()
149 rtl::OUString aResourceURL; member
157 rtl::OUString aResourceURL; member
194 …UIElementData* impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType,…
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx293 rtl::OUString aResourceURL; in fillHashMap() local
299 pProperties[j].Value >>= aResourceURL; in fillHashMap()
304 if ( aResourceURL.getLength() > 0 && in fillHashMap()
305 rHashMap.find( aResourceURL ) == rHashMap.end() ) in fillHashMap()
306 rHashMap.insert( ToolbarHashMap::value_type( aResourceURL, aUIName )); in fillHashMap()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java1077 protected boolean setToolVisible( String aProperty, String aResourceURL, in setToolVisible() argument
1102 xLayoutManager.showElement( aResourceURL ); in setToolVisible()
1104 xLayoutManager.hideElement( aResourceURL ); in setToolVisible()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx170 ::rtl::OUString aResourceURL( aDockWindowResourceURL ); in SfxDockingWrapper()
171 aResourceURL += ::rtl::OUString::valueOf(sal_Int32(nId)); in SfxDockingWrapper()
172 aPropValue.Value = uno::makeAny( aResourceURL ); in SfxDockingWrapper()
218 if ( lcl_getWindowState( xModuleWindowState, aResourceURL, aDockWinState )) in SfxDockingWrapper()
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx512 ::rtl::OUString aResourceURL( m_aResourceURL ); in setSettings()
519 xUICfgMgr->replaceSettings( aResourceURL, m_xConfigData ); in setSettings()
/trunk/main/framework/inc/uifactory/
H A Dwindowcontentfactorymanager.hxx75 …static void RetrieveTypeNameFromResourceURL( const ::rtl::OUString& aResourceURL, rtl::OUString& a…
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx342 … rtl::OUString aResourceURL( rtl::OUString::createFromAscii( pToolBarResToName[nIndex].pName )); in GetResourceURLFromResId() local
344 … sal_Int32( pToolBarResToName[nIndex].nId ), aResourceURL )); in GetResourceURLFromResId()

Completed in 143 milliseconds