Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx205 Sequence< rtl::OUString > aUIElementNames = xNameAccess->getElementNames(); in impl_preloadUIElementTypeList() local
206 for ( sal_Int32 n = 0; n < aUIElementNames.getLength(); n++ ) in impl_preloadUIElementTypeList()
211 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
212 if (( nIndex > 0 ) && ( nIndex < aUIElementNames[n].getLength() )) in impl_preloadUIElementTypeList()
214 rtl::OUString aExtension( aUIElementNames[n].copy( nIndex+1 )); in impl_preloadUIElementTypeList()
215 rtl::OUString aUIElementName( aUIElementNames[n].copy( 0, nIndex )); in impl_preloadUIElementTypeList()
221 aUIElementData.aName = aUIElementNames[n]; in impl_preloadUIElementTypeList()
H A Dmoduleuiconfigurationmanager.cxx262 Sequence< OUString > aUIElementNames = xNameAccess->getElementNames(); in impl_preloadUIElementTypeList() local
263 for ( sal_Int32 n = 0; n < aUIElementNames.getLength(); n++ ) in impl_preloadUIElementTypeList()
268 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
269 if (( nIndex > 0 ) && ( nIndex < aUIElementNames[n].getLength() )) in impl_preloadUIElementTypeList()
271 OUString aExtension( aUIElementNames[n].copy( nIndex+1 )); in impl_preloadUIElementTypeList()
272 OUString aUIElementName( aUIElementNames[n].copy( 0, nIndex )); in impl_preloadUIElementTypeList()
278 aUIElementData.aName = aUIElementNames[n]; in impl_preloadUIElementTypeList()
H A Duiconfigurationmanagerimpl.cxx232 Sequence< rtl::OUString > aUIElementNames = xNameAccess->getElementNames(); in impl_preloadUIElementTypeList() local
233 for ( sal_Int32 n = 0; n < aUIElementNames.getLength(); n++ ) in impl_preloadUIElementTypeList()
238 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
239 if (( nIndex > 0 ) && ( nIndex < aUIElementNames[n].getLength() )) in impl_preloadUIElementTypeList()
241 rtl::OUString aExtension( aUIElementNames[n].copy( nIndex+1 )); in impl_preloadUIElementTypeList()
242 rtl::OUString aUIElementName( aUIElementNames[n].copy( 0, nIndex )); in impl_preloadUIElementTypeList()
248 aUIElementData.aName = aUIElementNames[n]; in impl_preloadUIElementTypeList()
/aoo4110/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2116 rRowColumnsWindowData[nIndex].aUIElementNames.push_back( rElement.m_aName ); in implts_getDockingAreaElementInfos()
2174 rRowColumnsWindowData[nIndex].aUIElementNames.push_back( rElement.m_aName ); in implts_getDockingAreaElementInfos()
2231 rRowColumnWindowData.aUIElementNames.clear(); in implts_getDockingAreaElementInfoOnSingleRowCol()
2294 rRowColumnWindowData.aUIElementNames.push_back( rElement.m_aName ); in implts_getDockingAreaElementInfoOnSingleRowCol()
2337 if ( rExcludeElementName != rRowColumnWindowData.aUIElementNames[i] ) in implts_getWindowRectFromRowColumn()
2376 else if ( aRowColumnWindowData.aUIElementNames[i] == rMovedElementName ) in implts_determineFrontDockingRect()
2389 else if ( aRowColumnWindowData.aUIElementNames[i] == rMovedElementName ) in implts_determineFrontDockingRect()
H A Dtoolbarlayoutmanager.hxx201 … std::vector< rtl::OUString > aUIElementNames; member

Completed in 65 milliseconds