Home
last modified time | relevance | path

Searched refs:xFactory (Results 151 – 175 of 635) sorted by relevance

12345678910>>...26

/aoo41x/main/package/source/xstor/
H A Dswitchpersistencestream.cxx54 const uno::Reference< lang::XMultiServiceFactory >& xFactory, in SPStreamData_Impl()
63 : m_xFactory( xFactory ) in SPStreamData_Impl()
79 const uno::Reference< lang::XMultiServiceFactory >& xFactory, in SwitchablePersistenceStream()
81 : m_xFactory( xFactory ) in SwitchablePersistenceStream()
89 const uno::Reference< lang::XMultiServiceFactory >& xFactory, in SwitchablePersistenceStream()
91 : m_xFactory( xFactory ) in SwitchablePersistenceStream()
/aoo41x/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx495 uno::Reference< lang::XMultiServiceFactory > xFactory ) in lcl_getUnoNumberingStyles()
501 uno::Reference< style::XStyleFamiliesSupplier > xFamilies( xFactory, uno::UNO_QUERY_THROW ); in lcl_getUnoNumberingStyles()
514 uno::Reference< lang::XMultiServiceFactory> xFactory ) in CreateNumberingRules()
517 uno::Reference< container::XNameContainer > xStyles = lcl_getUnoNumberingStyles( xFactory ); in CreateNumberingRules()
520 if( !m_xNumRules.is() && xFactory.is() && xStyles.is( ) ) in CreateNumberingRules()
526 xFactory->createInstance( in CreateNumberingRules()
613 xFactory, uno::UNO_QUERY_THROW ); in CreateNumberingRules()
642 const uno::Reference< lang::XMultiServiceFactory > xFactory) : in ListsManager()
646 m_xFactory( xFactory ) in ListsManager()
/aoo41x/main/stoc/test/excomp/
H A Dexcomp1.cxx193 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local
199 if (xFactory.is()) in component_getFactory()
201 xFactory->acquire(); in component_getFactory()
202 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx411 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local
416 xFactory = createOneInstanceFactory( in component_getFactory()
423 if (xFactory.is()) in component_getFactory()
425 xFactory->acquire(); in component_getFactory()
426 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/writerfilter/qa/cppunittests/doctok/
H A Dtestdoctok.cxx79 xFactory(xComponentContext->getServiceManager() ); in testInitUno() local
80 OSL_ASSERT(xFactory.is()); in testInitUno()
89 xServiceFactory(xFactory, uno::UNO_QUERY); in testInitUno()
102 xNameContainer(xFactory->createInstanceWithContext in testInitUno()
/aoo41x/main/xmloff/source/transform/
H A DXMLFilterRegistration.cxx161 uno::Reference< lang::XSingleServiceFactory > xFactory = in component_getFactory() local
168 if ( xFactory.is() ) in component_getFactory()
170 xFactory->acquire(); in component_getFactory()
171 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/vcl/source/gdi/
H A Dsvgdata.cxx53 … uno::Reference< lang::XMultiServiceFactory > xFactory(::comphelper::getProcessServiceFactory()); in convertPrimitive2DSequenceToBitmapEx() local
58 …const uno::Reference< graphic::XPrimitive2DRenderer > xPrimitive2DRenderer(xFactory->createInstanc… in convertPrimitive2DSequenceToBitmapEx()
130 … uno::Reference< lang::XMultiServiceFactory > xFactory(::comphelper::getProcessServiceFactory()); in ensureSequenceAndRange() local
135 …const uno::Reference< graphic::XSvgParser > xSvgParser(xFactory->createInstance(aServiceName), uno… in ensureSequenceAndRange()
/aoo41x/main/sdext/source/pdfimport/
H A Dservices.cxx158 Reference< XSingleComponentFactory > xFactory; in component_getFactory() local
168 xFactory = ::cppu::createSingleComponentFactory( in component_getFactory()
181 xFactory->acquire(); in component_getFactory()
182 return xFactory.get(); in component_getFactory()
/aoo41x/main/oox/source/helper/
H A Dzipstorage.cxx69 … Reference< XMultiServiceFactory > xFactory( rxContext->getServiceManager(), UNO_QUERY_THROW ); in ZipStorage() local
71 ZIP_STORAGE_FORMAT_STRING, rxInStream, xFactory, in ZipStorage()
86 … Reference< XMultiServiceFactory > xFactory( rxContext->getServiceManager(), UNO_QUERY_THROW ); in ZipStorage() local
89 OFOPXML_STORAGE_FORMAT_STRING, rxStream, nOpenMode, xFactory, sal_True ); in ZipStorage()
H A Dcontainerhelper.cxx104 … Reference< XMultiServiceFactory > xFactory( rxContext->getServiceManager(), UNO_QUERY_THROW ); in createIndexContainer() local
105 …xContainer.set( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.document.IndexedPropertyV… in createIndexContainer()
137 … Reference< XMultiServiceFactory > xFactory( rxContext->getServiceManager(), UNO_QUERY_THROW ); in createNameContainer() local
138 …xContainer.set( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.document.NamedPropertyVal… in createNameContainer()
/aoo41x/main/canvas/workben/
H A Dcanvasdemo.cxx668 uno::Reference< lang::XMultiServiceFactory > xFactory; in Main() local
672 xFactory = uno::Reference< lang::XMultiServiceFactory >( xCtx->getServiceManager(), in Main()
674 if( xFactory.is() ) in Main()
675 ::comphelper::setProcessServiceFactory( xFactory ); in Main()
681 if( !xFactory.is() ) in Main()
691 ::ucbhelper::ContentBroker::initialize( xFactory, aArgs ); in Main()
693 InitVCL( xFactory ); in Main()
/aoo41x/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx260 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local
265 if (xFactory.is()) in component_getFactory()
267 xFactory->acquire(); in component_getFactory()
268 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/comphelper/source/misc/
H A Dofficerestartmanager.cxx98 …uno::Reference< lang::XMultiComponentFactory > xFactory( m_xContext->getServiceManager(), uno::UNO… in requestRestart() local
101 xFactory->createInstanceWithContext( in requestRestart()
138 …uno::Reference< lang::XMultiComponentFactory > xFactory( m_xContext->getServiceManager(), uno::UNO… in notify() local
140 xFactory->createInstanceWithContext( in notify()
H A Dproxyaggregation.cxx52 Reference< XProxyFactory > xFactory( in baseAggregateProxyFor() local
56 …OSL_ENSURE( xFactory.is(), "OProxyAggregation::baseAggregateProxyFor: could not create a proxy fac… in baseAggregateProxyFor()
59 if ( xFactory.is() ) in baseAggregateProxyFor()
62 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()
/aoo41x/main/embeddedobj/test/Container1/
H A DWindowHelper.java49 …public static XWindow createWindow( XMultiServiceFactory xFactory, NativeView aParent, java.awt.Re… in createWindow() argument
57 xFactory.createInstance("com.sun.star.awt.Toolkit") ); in createWindow()
131 public static XBitmap getVCLBitmapFromBytes( XMultiServiceFactory xFactory, Object aAny ) in getVCLBitmapFromBytes() argument
143 xFactory.createInstance( "com.sun.star.embed.BitmapCreator" ) ); in getVCLBitmapFromBytes()
/aoo41x/main/UnoControls/source/controls/
H A Dstatusindicator.cxx61 StatusIndicator::StatusIndicator( const Reference< XMultiServiceFactory >& xFactory ) in StatusIndicator() argument
62 : BaseContainerControl ( xFactory ) in StatusIndicator()
69 …m_xText = Reference< XFixedText > ( xFactory->createInstance( OUString::createFromAscii( FIXEDT… in StatusIndicator()
70 …m_xProgressBar = Reference< XProgressBar > ( xFactory->createInstance( OUString::createFromAscii( … in StatusIndicator()
75 …xTextControl->setModel( Reference< XControlModel >( xFactory->createInstance( OUString::createFrom… in StatusIndicator()
/aoo41x/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx111 Reference<lang::XMultiComponentFactory> xFactory ( in LateInit() local
113 mxPresenterHelper.set (xFactory->createInstanceWithContext( in LateInit()
539 Reference<lang::XMultiServiceFactory> xFactory ( in setMouseCursor() local
541 if (xFactory.is()) in setMouseCursor()
543 xFactory->createInstance(OUString::createFromAscii("com.sun.star.awt.Pointer")), in setMouseCursor()
965 Reference<lang::XMultiComponentFactory> xFactory (mxComponentContext->getServiceManager()); in CreateViewWindow() local
966 if ( ! xFactory.is()) in CreateViewWindow()
970 xFactory->createInstanceWithContext( in CreateViewWindow()
/aoo41x/main/sfx2/source/bastyp/
H A Dhelper.cxx274 uno::Reference < ucb::XAnyCompareFactory > xFactory; in GetFolderContents() local
288 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xFactory ); in GetFolderContents()
359 … uno::Reference< lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in GetFolderContentProperties() local
361xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.task.Interact… in GetFolderContentProperties()
586 … uno::Reference< lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in GetHelpTreeViewContents() local
588xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.task.Interact… in GetHelpTreeViewContents()
669 … uno::Reference< lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in GetActiveHelpString() local
671xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.task.Interact… in GetActiveHelpString()
/aoo41x/main/sfx2/source/sidebar/
H A DControllerFactory.cxx152 Reference<frame::XUIControllerFactory> xFactory ( in CreateToolBarController() local
157 if (xFactory.is() && xFactory->hasController(rsCommandName, sModuleName)) in CreateToolBarController()
192 xFactory->createInstanceWithArgumentsAndContext( in CreateToolBarController()
/aoo41x/main/fpicker/source/office/
H A Dfpsmartcontent.cxx81 Reference< XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in enableOwnInteractionHandler() local
83xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.task.Interact… in enableOwnInteractionHandler()
100 Reference< XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in enableDefaultInteractionHandler() local
102xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.task.Interact… in enableDefaultInteractionHandler()
/aoo41x/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx196 Reference<XResourceFactory> xFactory = FindFactory(sURLBase); in GetFactory() local
198 if ( ! xFactory.is() && mxControllerManager.is()) in GetFactory()
208 xFactory = FindFactory(sURLBase); in GetFactory()
212 return xFactory; in GetFactory()
/aoo41x/main/cppuhelper/test/testcmp/
H A DTestComponent.cxx190 uno::Reference< lang::XSingleComponentFactory > xFactory; in component_getFactory() local
199 xFactory = cppu::createSingleComponentFactory( in component_getFactory()
204 xFactory->acquire(); in component_getFactory()
207 return xFactory.get(); in component_getFactory()
/aoo41x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1140 … uno::Reference< lang::XMultiServiceFactory > xFactory( mComponent, uno::UNO_QUERY_THROW ); in authorizateWithMasterPassword() local
1141 …xTmpHandler.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.… in authorizateWithMasterPassword()
1184 … uno::Reference< lang::XMultiServiceFactory > xFactory( mComponent, uno::UNO_QUERY_THROW ); in changeMasterPassword() local
1185 …xTmpHandler.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.… in changeMasterPassword()
1300 … uno::Reference< lang::XMultiServiceFactory > xFactory( mComponent, uno::UNO_QUERY_THROW ); in useDefaultMasterPassword() local
1301 …xTmpHandler.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.… in useDefaultMasterPassword()
1548 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local
1551 xFactory = PasswordContainer::impl_createFactory ( in component_getFactory()
1554 if (xFactory.is()) in component_getFactory()
1556 xFactory->acquire(); in component_getFactory()
[all …]
/aoo41x/main/embedserv/source/embed/
H A Dservprov.cxx120 EmbedServer_Impl::EmbedServer_Impl( const uno::Reference<lang::XMultiServiceFactory>& xFactory): in EmbedServer_Impl() argument
121 m_xFactory( xFactory) in EmbedServer_Impl()
210 …dProviderFactory_Impl(const uno::Reference<lang::XMultiServiceFactory>& xFactory, const GUID* pGui… in EmbedProviderFactory_Impl() argument
212 , m_xFactory( xFactory ) in EmbedProviderFactory_Impl()
/aoo41x/main/comphelper/source/streaming/
H A Dseekableinput.cxx62 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in OSeekableInputWrapper()
63 : m_xFactory( xFactory ) in OSeekableInputWrapper()
78 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in CheckSeekableCanWrap()
87 new OSeekableInputWrapper( xInStream, xFactory ) ) ); in CheckSeekableCanWrap()

Completed in 180 milliseconds

12345678910>>...26