Lines Matching refs:xContext
75 Reference< XComponentContext > xContext; in createInitialComponentContext() local
96 return xContext; in createInitialComponentContext()
104 Reference< XComponentContext > const & xContext ) in importFile()
118 …Reference< container::XNameContainer > xModel( xContext->getServiceManager()->createInstanceWithCo… in importFile()
119 …OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlDialogModel" ) ), xContext ), U… in importFile()
120 ::xmlscript::importDialogModel( ::xmlscript::createInputStream( bytes ), xModel, xContext ); in importFile()
134 Reference< XComponentContext > const & xContext ) in exportToFile()
136 …Reference< io::XInputStreamProvider > xProvider( ::xmlscript::exportDialogModel( xModel, xContext … in exportToFile()
180 Reference< XComponentContext > xContext( in Main() local
183 xContext->getServiceManager(), UNO_QUERY ); in Main()
197 importFile( aParam1.getStr(), xContext ) ); in Main()
212 exportToFile( aParam2.getStr(), xModel, xContext ); in Main()
232 Reference< lang::XComponent > xComp( xContext, UNO_QUERY ); in Main()