Searched refs:xCompFac (Results 1 – 5 of 5) sorted by relevance
376 XSingleComponentFactory xCompFac = UnoRuntime.queryInterface( in createInstanceWithContext() local378 if (xCompFac != null) in createInstanceWithContext()380 return xCompFac.createInstanceWithContext( xContext ); in createInstanceWithContext()418 XSingleComponentFactory xCompFac = UnoRuntime.queryInterface( in createInstanceWithArgumentsAndContext() local420 if (xCompFac != null) in createInstanceWithArgumentsAndContext()422 return xCompFac.createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext()
149 XSingleComponentFactory xCompFac = in getValueByName() local152 if (xCompFac != null) in getValueByName()154 xInstance = xCompFac.createInstanceWithContext( this ); in getValueByName()
73 const Reference < XAnyCompareFactory > &xCompFac, in SortedDynamicResultSet()83 mxCompFac = xCompFac; in SortedDynamicResultSet()
175 const REFERENCE< XANYCOMPAREFACTORY > &xCompFac );199 const REFERENCE< XANYCOMPAREFACTORY > &xCompFac );
103 const REFERENCE < XANYCOMPAREFACTORY > &xCompFac,
Completed in 30 milliseconds