Home
last modified time | relevance | path

Searched refs:xTypeAccess (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sd/source/core/
H A DCustomAnimationPreset.cxx489 Reference< XNameAccess > xTypeAccess( getNodeAccess( xConfigProvider, rNodePath ) ); in importPresets() local
490 if( xTypeAccess.is() ) in importPresets()
496 Sequence< OUString > aNames( xTypeAccess->getElementNames() ); in importPresets()
501 xTypeAccess->getByName( *p ) >>= xCategoryAccess; in importPresets()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx1303 Reference< XHierarchicalNameAccess > xTypeAccess = getTypeProvider_Impl(); in implGetTypeByName() local
1304 if( xTypeAccess->hasByHierarchicalName( rName ) ) in implGetTypeByName()
1306 Any aRet = xTypeAccess->getByHierarchicalName( rName ); in implGetTypeByName()
3433 Reference< XHierarchicalNameAccess > xTypeAccess = getTypeProvider_Impl(); in findUnoClass() local
3434 if( xTypeAccess->hasByHierarchicalName( rName ) ) in findUnoClass()
3436 Any aRet = xTypeAccess->getByHierarchicalName( rName ); in findUnoClass()
3588 if( xTypeAccess->hasByHierarchicalName( rName ) ) in findUnoService()
3590 Any aRet = xTypeAccess->getByHierarchicalName( rName ); in findUnoService()
3848 if( xTypeAccess->hasByHierarchicalName( rName ) ) in findUnoSingleton()
3850 Any aRet = xTypeAccess->getByHierarchicalName( rName ); in findUnoSingleton()
[all …]
/aoo4110/main/svtools/source/filter/
H A DFilterConfigCache.cxx194 Reference< XNameAccess > xTypeAccess ( openConfig("types" ), UNO_QUERY ); in ImplInit() local
197 if ( xTypeAccess.is() && xFilterAccess.is() ) in ImplInit()
235 xTypeAccess->getByName( aEntry.sType ) >>= xTypeSet; in ImplInit()

Completed in 43 milliseconds