/trunk/main/toolkit/source/layout/core/ |
H A D | root.cxx | 49 , mxFactory( xFactory ) in LayoutRoot() 100 ShowMessageBox( mxFactory, mxToolkit, in error() 129 ( mxFactory->createInstance( in initialize() 144 mxFactory->createInstance( in initialize() 166 (mxFactory->createInstanceWithArguments in initialize()
|
H A D | root.hxx | 77 css::uno::Reference< css::lang::XMultiServiceFactory > mxFactory; member in layoutimpl::LayoutRoot
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbasheetobjects.cxx | 136 uno::Reference< lang::XMultiServiceFactory > mxFactory; member in ScVbaObjectContainer 156 mxFactory( rxModel, uno::UNO_QUERY_THROW ), in ScVbaObjectContainer() 176 …uno::Reference< drawing::XShape > xShape( mxFactory->createInstance( implGetShapeServiceName() ), … in createShape() 416 …uno::Reference< form::XForm > xForm( mxFactory->createInstance( CREATE_OUSTRING( "com.sun.star.for… in createForm() 462 …uno::Reference< form::XFormComponent > xFormComponent( mxFactory->createInstance( maModelServiceNa… in implOnShapeCreated()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbaoptions.cxx | 38 mxFactory.set( comphelper::getProcessServiceFactory(), uno::UNO_QUERY_THROW ); in SwVbaOptions() 102 …uno::Reference< beans::XPropertySet > xPathSettings( mxFactory->createInstance( rtl::OUString::cre… in setValueEvent() 117 …uno::Reference< beans::XPropertySet > xPathSettings( mxFactory->createInstance( rtl::OUString::cre… in getValueEvent()
|
H A D | vbaoptions.hxx | 39 css::uno::Reference< css::lang::XMultiServiceFactory > mxFactory; member in SwVbaOptions
|
/trunk/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 179 uno::Reference< XMultiServiceFactory > mxFactory; member in SfxDocTplService_Impl 457 mxFactory->createInstance( aService ), UNO_QUERY ); in DECLARE_LIST() 464 … mxType = uno::Reference< XTypeDetection > ( mxFactory->createInstance( aService ), UNO_QUERY ); in DECLARE_LIST() 1139 mxFactory = xFactory; in SfxDocTplService_Impl() 1299 aUINames = DocTemplLocaleHelper::ReadGroupLocalizationSequence( xLocStream, mxFactory ); in ReadUINamesForTemplateDir_Impl() 1387 mxFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in WriteUINamesForTemplateDir_Impl() 1399 DocTemplLocaleHelper::WriteGroupLocalizationSequence( xOutStream, aUINames, mxFactory ); in WriteUINamesForTemplateDir_Impl() 2826 : mxFactory( xFactory ) in SfxURLRelocator_Impl() 2843 OSL_ENSURE( mxFactory.is(), "No service manager!" ); in initOfficeInstDirs() 2846 uno::Reference< XPropertySet > xPropSet( mxFactory, UNO_QUERY ); in initOfficeInstDirs() [all …]
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | slidetransitionfactory.cxx | 149 mxFactory( xFactory ) in PluginSlideChange() 168 mxFactory.clear(); in ~PluginSlideChange() 182 uno::Reference<presentation::XTransition> rTransition = mxFactory->createTransition( in addTransition() 303 uno::Reference<presentation::XTransitionFactory> mxFactory; member in slideshow::internal::__anon0db743360111::PluginSlideChange
|
/trunk/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1692 uno::Reference< lang::XMultiServiceFactory > mxFactory; member in EditorImpl 1713 : mxFactory( xFactory ) in EditorImpl() 1724 mxFactory->createInstance( in EditorImpl() 1795 ( new EditorRoot( mxFactory, mpLayoutTree->mpRootWidget ) ); in loadFile()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 610 mxFactory( xFactory ), in XclChObjectTable() 621 mxContainer.set( ScfApiHelper::CreateInstance( mxFactory, maServiceName ), UNO_QUERY ); in GetObject() 645 mxContainer.set( ScfApiHelper::CreateInstance( mxFactory, maServiceName ), UNO_QUERY ); in InsertObject()
|
/trunk/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 141 private XMultiServiceFactory mxFactory = null; field in TextDocuments 389 mxFactory = (XMultiServiceFactory)UnoRuntime.queryInterface( in editingExample() 874 XNameAccess.class, mxFactory.createInstance ( in AutoTextExample()
|
/trunk/main/sfx2/source/inc/ |
H A D | sfxurlrelocator.hxx | 37 …com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxFactory;
|
/trunk/main/sc/source/filter/inc/ |
H A D | xlchart.hxx | 1368 XServiceFactoryRef mxFactory; /// Factory to create the container. member in XclChObjectTable
|