Searched refs:xTypeAccess (Results 1 – 3 of 3) sorted by relevance
489 Reference< XNameAccess > xTypeAccess( getNodeAccess( xConfigProvider, rNodePath ) ); in importPresets() local490 if( xTypeAccess.is() ) in importPresets()496 Sequence< OUString > aNames( xTypeAccess->getElementNames() ); in importPresets()501 xTypeAccess->getByName( *p ) >>= xCategoryAccess; in importPresets()
1303 Reference< XHierarchicalNameAccess > xTypeAccess = getTypeProvider_Impl(); in implGetTypeByName() local1304 if( xTypeAccess->hasByHierarchicalName( rName ) ) in implGetTypeByName()1306 Any aRet = xTypeAccess->getByHierarchicalName( rName ); in implGetTypeByName()3433 Reference< XHierarchicalNameAccess > xTypeAccess = getTypeProvider_Impl(); in findUnoClass() local3434 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 …]
194 Reference< XNameAccess > xTypeAccess ( openConfig("types" ), UNO_QUERY ); in ImplInit() local197 if ( xTypeAccess.is() && xFilterAccess.is() ) in ImplInit()235 xTypeAccess->getByName( aEntry.sType ) >>= xTypeSet; in ImplInit()
Completed in 42 milliseconds