Home
last modified time | relevance | path

Searched refs:rFactory (Results 1 – 25 of 59) sorted by relevance

123

/trunk/main/bridges/test/
H A Dtestsameprocess.cxx69 const Reference< XBridgeFactory > &rFactory, in MyThread()
72 m_rBridgeFactory ( rFactory ), in MyThread()
147 Reference < XBridgeFactory > rFactory( in main() local
154 MyThread threadAcceptor( rAcceptor , rFactory , OUString::createFromAscii( argv[1] ) ); in main()
168 if( rFactory.is() ) in main()
171 Reference < XBridge > rBridge = rFactory->createBridge( in main()
190 Reference < XBridge > rBridge = rFactory->getBridge( in main()
203 Reference < XComponent > rComp( rFactory , UNO_QUERY ); in main()
H A Dtestclient.cxx167 Reference < XBridgeFactory > rFactory( in main() local
173 if( rFactory.is() ) in main()
176 Reference < XBridge > rBridge = rFactory->createBridge( in main()
183 …Reference < XBridge > rBridge2 = rFactory->getBridge( OUString( RTL_CONSTASCII_USTRINGPARAM("bla b… in main()
220 …Reference < XBridge > rBridge = rFactory->getBridge( OUString( RTL_CONSTASCII_USTRINGPARAM("bla bl… in main()
H A Dtestserver.cxx75 const Reference< XBridgeFactory > &rFactory, in MyThread()
82 m_rBridgeFactory ( rFactory ), in MyThread()
149 Reference < XTestFactory > rFactory( r , UNO_QUERY ); in run() local
150 Reference < XCallMe > rCallMe = rFactory->createCallMe(); in run()
H A Dtestoffice.cxx235 Reference < XBridgeFactory > rFactory( in main() local
243 if( rFactory.is() && rConnector.is() ) in main()
248 Reference < XBridge > rBridge = rFactory->createBridge( in main()
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx469 static String GetDescriptionByFactory_Impl( const String& rFactory ) in GetDescriptionByFactory_Impl() argument
472 if ( rFactory.EqualsIgnoreCaseAscii( "swriter", 0, 7 ) ) in GetDescriptionByFactory_Impl()
474 else if ( rFactory.EqualsIgnoreCaseAscii( "scalc", 0, 5 ) ) in GetDescriptionByFactory_Impl()
476 else if ( rFactory.EqualsIgnoreCaseAscii( "simpress", 0, 8 ) ) in GetDescriptionByFactory_Impl()
478 else if ( rFactory.EqualsIgnoreCaseAscii( "sdraw", 0, 5 ) ) in GetDescriptionByFactory_Impl()
480 else if ( rFactory.EqualsIgnoreCaseAscii( "swriter/web", 0, 11 ) ) in GetDescriptionByFactory_Impl()
482 else if ( rFactory.EqualsIgnoreCaseAscii( "swriter/globaldocument", 0, 22 ) ) in GetDescriptionByFactory_Impl()
484 else if ( rFactory.EqualsIgnoreCaseAscii( "smath", 0, 5 ) ) in GetDescriptionByFactory_Impl()
486 else if ( rFactory.EqualsIgnoreCaseAscii( "sdatabase", 0, 9 ) ) in GetDescriptionByFactory_Impl()
/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx47 const UniReference< XMLPropertyHandlerFactory >& rFactory ) : in XMLPropertySetMapperEntry_Impl()
55 pHdl( rFactory->GetPropertyHandler( rMapEntry.mnType & MID_FLAG_MASK ) ) in XMLPropertySetMapperEntry_Impl()
78 const UniReference< XMLPropertyHandlerFactory >& rFactory ) in XMLPropertySetMapper()
80 aHdlFactories.push_back( rFactory ); in XMLPropertySetMapper()
88 XMLPropertySetMapperEntry_Impl aEntry( *pIter, rFactory ); in XMLPropertySetMapper()
H A DPageMasterPropMapper.cxx51 const UniReference< XMLPropertyHandlerFactory >& rFactory ) : in XMLPageMasterPropSetMapper()
52 XMLPropertySetMapper( pEntries, rFactory ) in XMLPageMasterPropSetMapper()
/trunk/main/extensions/test/stm/
H A Dmarktest.cxx57 OMarkableOutputStreamTest( const XMultiServiceFactoryRef & rFactory );
96 OMarkableOutputStreamTest::OMarkableOutputStreamTest( const XMultiServiceFactoryRef &rFactory ) in OMarkableOutputStreamTest() argument
97 : m_rFactory( rFactory ) in OMarkableOutputStreamTest()
419 OMarkableInputStreamTest( const XMultiServiceFactoryRef & rFactory );
458 OMarkableInputStreamTest::OMarkableInputStreamTest( const XMultiServiceFactoryRef &rFactory ) in OMarkableInputStreamTest() argument
459 : m_rFactory( rFactory ) in OMarkableInputStreamTest()
/trunk/main/io/test/stm/
H A Dmarktest.cxx57 OMarkableOutputStreamTest( const Reference< XMultiServiceFactory > & rFactory );
95 …bleOutputStreamTest::OMarkableOutputStreamTest( const Reference< XMultiServiceFactory > &rFactory ) in OMarkableOutputStreamTest() argument
96 : m_rFactory( rFactory ) in OMarkableOutputStreamTest()
416 OMarkableInputStreamTest( const Reference< XMultiServiceFactory > & rFactory );
457 …kableInputStreamTest::OMarkableInputStreamTest( const Reference< XMultiServiceFactory > &rFactory ) in OMarkableInputStreamTest() argument
458 : m_rFactory( rFactory ) in OMarkableInputStreamTest()
H A Dpumptest.cxx73 OPumpTest( const Reference< XMultiServiceFactory > & rFactory );
109 OPumpTest::OPumpTest( const Reference< XMultiServiceFactory > &rFactory ) : in OPumpTest() argument
110 m_rSmgr( rFactory ) in OPumpTest()
/trunk/main/sfx2/inc/sfx2/
H A Dfiledlghelper.hxx142 const String& rFactory,
156 const String& rFactory,
162 const String& rFactory,
168 const String& rFactory,
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx48 static Reference<XInterface> getComponentContext( const Reference<XMultiServiceFactory>& rFactory) in getComponentContext() argument
51 Reference< XPropertySet > rPropSet( rFactory, UNO_QUERY ); in getComponentContext()
60 Acceptor::Acceptor( const Reference< XMultiServiceFactory >& rFactory ) in Acceptor() argument
68 m_rSMgr = rFactory; in Acceptor()
/trunk/main/starmath/source/
H A Dsmdll.cxx70 SfxObjectFactory& rFactory = SmDocShell::Factory(); in Init() local
73 *ppShlPtr = new SmModule( &rFactory ); in Init()
78rFactory.SetDocumentServiceName( String::CreateFromAscii("com.sun.star.formula.FormulaProperties")… in Init()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx178 void SetFactory( const String& rFactory );
251 inline void SetFactory( const String& rFactory ) { aFactory = rFactory; } in SetFactory() argument
353 void SetFactory( const String& rFactory, sal_Bool bActive );
563 void SetFactory( const String& rFactory );
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx522 const uno::Reference<lang::XMultiServiceFactory> & rFactory, in WriteThroughComponent() argument
585 xOutputStream, xComponent, rFactory, in WriteThroughComponent()
599 const uno::Reference<XMultiServiceFactory> & rFactory, in WriteThroughComponent() argument
613 rFactory->createInstance( in WriteThroughComponent()
635 rFactory->createInstanceWithArguments( in WriteThroughComponent()
H A Dswxml.cxx135 uno::Reference<lang::XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
144 DBG_ASSERT(rFactory.is(), "factory missing"); in ReadThroughComponent()
156 rFactory->createInstance( in ReadThroughComponent()
166 rFactory->createInstanceWithArguments( in ReadThroughComponent()
300 uno::Reference<lang::XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
370 xInputStream, xModelComponent, sStreamName, rFactory, in ReadThroughComponent()
H A Dwrtxml.hxx73 ::com::sun::star::lang::XMultiServiceFactory> & rFactory,
91 ::com::sun::star::lang::XMultiServiceFactory> & rFactory,
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx351 const Reference< XSingleComponentFactory >& rFactory ) in OReadMenuBarHandler()
355 m_xContainerFactory( rFactory ), in OReadMenuBarHandler()
511 const Reference< XSingleComponentFactory >& rFactory ) : in OReadMenuHandler()
515 m_xContainerFactory( rFactory ) in OReadMenuHandler()
597 const Reference< XSingleComponentFactory >& rFactory ) : in OReadMenuPopupHandler()
601 m_xContainerFactory( rFactory ), in OReadMenuPopupHandler()
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx155 SfxViewFactory &rFactory in RegisterViewFactory() argument
160 const String sViewName( rFactory.GetAPIViewName() ); in RegisterViewFactory()
176 pImpl->aViewFactoryArr[nPos]->GetOrdinal() <= rFactory.GetOrdinal(); in RegisterViewFactory()
179 pImpl->aViewFactoryArr.Insert(nPos, &rFactory); in RegisterViewFactory()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx132 const uno::Reference<XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
138 DBG_ASSERT(rFactory.is(), "factory missing"); in ReadThroughComponent()
148 rFactory->createInstance( in ReadThroughComponent()
225 const uno::Reference<XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
292 rFactory->createInstanceWithArguments( _sFilterName, aFilterCompArgs ), in ReadThroughComponent()
299 ,rFactory in ReadThroughComponent()
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx285 const uno::Reference<XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
290 DBG_ASSERT(rFactory.is(), "factory missing"); in ReadThroughComponent()
300 rFactory->createInstance( in ReadThroughComponent()
368 const uno::Reference<XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
424 ,rFactory in ReadThroughComponent()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx208 Reference<lang::XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
217 DBG_ASSERT(rFactory.is(), "factory missing"); in ReadThroughComponent()
229 rFactory->createInstance( in ReadThroughComponent()
239 rFactory->createInstanceWithArguments( in ReadThroughComponent()
363 Reference<lang::XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument
436 xInputStream, xModelComponent, sStreamName, rFactory, in ReadThroughComponent()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1843 void FileDialogHelper_Impl::createMatcher( const String& rFactory ) in createMatcher() argument
1845 mpMatcher = new SfxFilterMatcher( SfxObjectShell::GetServiceNameFromFactory(rFactory) ); in createMatcher()
1851 const String& rFactory, in addFilters() argument
1861 if ( !rFactory.Len() ) in addFilters()
1869 mpMatcher = new SfxFilterMatcher( rFactory ); in addFilters()
1887 sQuery.append (rFactory ); // use long name here ! in addFilters()
1915 ::sfx2::appendFiltersForSave( aIter, xFltMgr, sFirstFilter, *this, rFactory ); in addFilters()
2506 void FileDialogHelper::CreateMatcher( const String& rFactory ) in CreateMatcher() argument
2508 mpImp->createMatcher( SfxObjectShell::GetServiceNameFromFactory(rFactory) ); in CreateMatcher()
/trunk/main/desktop/source/app/
H A Dapp.cxx2583 Reference<XMultiServiceFactory> rFactory = ::comphelper::getProcessServiceFactory(); in CheckOEM() local
2584 Reference<XJob> rOemJob(rFactory->createInstance( in CheckOEM()
2600 Reference< XMultiServiceFactory > rFactory = ::comphelper::getProcessServiceFactory(); in PreloadModuleData() local
2664 Reference< XNameAccess > xNameAccess( rFactory->createInstance( in PreloadConfigurationData()
2717 xNameAccess = Reference< XNameAccess >( rFactory->createInstance( in PreloadConfigurationData()
2768 rFactory->createInstance( in PreloadConfigurationData()
2785 rFactory->createInstance( in PreloadConfigurationData()
2803 xNameAccess = Reference< XNameAccess >( rFactory->createInstance( in PreloadConfigurationData()
2817 xNameAccess = Reference< XNameAccess >( rFactory->createInstance( in PreloadConfigurationData()
2836 rFactory->createInstance( sConfigSrvc ),UNO_QUERY ); in PreloadConfigurationData()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx180 …reateToolkitWindow( const uno::Reference< lang::XMultiServiceFactory >& rFactory, const uno::Refer… in createToolkitWindow() argument
185 if ( rFactory.is() ) in createToolkitWindow()
187 …uno::Reference< awt::XToolkit > xToolkit( rFactory->createInstance( aAWTToolkit ), uno::UNO_QUERY_… in createToolkitWindow()

Completed in 123 milliseconds

123