Lines Matching refs:xIntFac
48 uno::Reference<sheet::XSolver> lcl_CreateSolver( const uno::Reference<uno::XInterface>& xIntFac, in lcl_CreateSolver() argument
53 uno::Reference<lang::XSingleComponentFactory> xCFac( xIntFac, uno::UNO_QUERY ); in lcl_CreateSolver()
54 uno::Reference<lang::XSingleServiceFactory> xFac( xIntFac, uno::UNO_QUERY ); in lcl_CreateSolver()
110 uno::Reference<uno::XInterface> xIntFac; in GetImplementations() local
111 aAny >>= xIntFac; in GetImplementations()
112 if ( xIntFac.is() ) in GetImplementations()
114 uno::Reference<lang::XServiceInfo> xInfo( xIntFac, uno::UNO_QUERY ); in GetImplementations()
120 uno::Reference<sheet::XSolver> xSolver = lcl_CreateSolver( xIntFac, xCtx ); in GetImplementations()
166 uno::Reference<uno::XInterface> xIntFac; in GetSolver() local
167 aAny >>= xIntFac; in GetSolver()
168 if ( xIntFac.is() ) in GetSolver()
170 uno::Reference<lang::XServiceInfo> xInfo( xIntFac, uno::UNO_QUERY ); in GetSolver()
175 xSolver = lcl_CreateSolver( xIntFac, xCtx ); in GetSolver()