Searched refs:xChildFactory (Results 1 – 5 of 5) sorted by relevance
276 Reference< XSingleServiceFactory > xChildFactory(m_xContainerAccess, UNO_QUERY); in createNode() local277 OSL_ENSURE(xChildFactory.is(), "OConfigurationNode::createNode: object is invalid or read-only!"); in createNode()279 if (xChildFactory.is()) // implies m_xContainerAccess.is() in createNode()284 xNewChild = xChildFactory->createInstance(); in createNode()
276 Reference<lang::XSingleServiceFactory> xChildFactory ( in SavePersistentValues() local278 if ( ! xChildFactory.is()) in SavePersistentValues()290 xChildFactory->createInstance(), UNO_QUERY); in SavePersistentValues()
396 Reference< lang::XSingleServiceFactory > xChildFactory ( xSet, UNO_QUERY_THROW ); in SaveConfiguration() local397 Reference< container::XNameReplace > xChild( xChildFactory->createInstance(), UNO_QUERY_THROW ); in SaveConfiguration()
252 com.sun.star.awt.XSystemChildFactory xChildFactory = in impl_createWindow() local262 xPeer = xChildFactory.createSystemChild((Object)nHandle, in impl_createWindow()
64 XSystemChildFactory xChildFactory = (XSystemChildFactory)UnoRuntime.queryInterface( in createWindow() local
Completed in 26 milliseconds