/trunk/main/basctl/source/basicide/ |
H A D | iderdll.cxx | 104 SfxObjectFactory& rFactory = BasicDocShell::Factory(); in Init() local 105 rFactory.SetDocumentServiceName( String::CreateFromAscii( "com.sun.star.script.BasicIDE" ) ); in Init()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | xmlprmap.hxx | 72 const UniReference< XMLPropertyHandlerFactory >& rFactory ); 89 const UniReference< XMLPropertyHandlerFactory >& rFactory );
|
/trunk/main/starmath/source/ |
H A D | mathmlexport.cxx | 262 Reference<lang::XMultiServiceFactory> & rFactory, in WriteThroughComponent() argument 272 rFactory->createInstance( in WriteThroughComponent() 291 rFactory->createInstanceWithArguments( in WriteThroughComponent() 322 Reference<lang::XMultiServiceFactory> & rFactory, in WriteThroughComponent() argument 375 sal_Bool bRet = WriteThroughComponent( xStream->getOutputStream(), xComponent, rFactory, in WriteThroughComponent()
|
H A D | mathmlexport.hxx | 64 ::com::sun::star::lang::XMultiServiceFactory > & rFactory, 75 ::com::sun::star::lang::XMultiServiceFactory > & rFactory,
|
H A D | mathmlimport.hxx | 58 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rFactory, 69 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rFactory,
|
H A D | mathmlimport.cxx | 256 Reference<lang::XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument 264 DBG_ASSERT(rFactory.is(), "factory missing"); in ReadThroughComponent() 273 rFactory->createInstance( in ReadThroughComponent() 285 rFactory->createInstanceWithArguments( in ReadThroughComponent() 362 Reference<lang::XMultiServiceFactory> & rFactory, in ReadThroughComponent() argument 401 …return ReadThroughComponent( xStream, xModelComponent, rFactory, rPropSet, pFilterName, bEncrypted… in ReadThroughComponent()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | DAVSession.hxx | 198 DAVSession( rtl::Reference< DAVSessionFactory > const & rFactory ) in DAVSession() argument 199 : m_xFactory( rFactory ), m_nRefCount( 0 ) {} in DAVSession()
|
/trunk/main/cppuhelper/source/ |
H A D | factory.cxx | 975 const Reference<XSingleServiceFactory > & rFactory ) in OFactoryProxyHelper() 977 : xFactory( rFactory ) in OFactoryProxyHelper() 1075 const Reference<XSingleServiceFactory > & rFactory ) in createFactoryProxy() 1079 rServiceManager, rFactory ); in createFactoryProxy()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | uivwimp.cxx | 266 void SwView_Impl::StartDocumentInserter( const String& rFactory, const Link& rEndDialogHdl ) in StartDocumentInserter() argument 269 m_pDocInserter = new ::sfx2::DocumentInserter( 0, rFactory ); in StartDocumentInserter()
|
/trunk/main/sfx2/source/dialog/ |
H A D | filedlgimpl.hxx | 111 const String& rFactory, 217 void createMatcher( const String& rFactory );
|
/trunk/main/extensions/test/stm/ |
H A D | pipetest.cxx | 97 OPipeTest( const XMultiServiceFactoryRef & rFactory ); 139 OPipeTest::OPipeTest( const XMultiServiceFactoryRef &rFactory ) in OPipeTest() argument
|
/trunk/main/io/test/stm/ |
H A D | pipetest.cxx | 104 OPipeTest( const Reference< XMultiServiceFactory > & rFactory ); 140 OPipeTest::OPipeTest( const Reference< XMultiServiceFactory > &rFactory ) in OPipeTest() argument
|
/trunk/main/cui/source/inc/ |
H A D | cfg.hxx | 189 com::sun::star::lang::XSingleComponentFactory >& rFactory, 196 com::sun::star::lang::XSingleComponentFactory >& rFactory, 661 com::sun::star::lang::XSingleComponentFactory >& rFactory,
|
/trunk/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 842 void IndexTabPage_Impl::SetFactory( const String& rFactory ) in SetFactory() argument 844 String sNewFactory( rFactory ); in SetFactory() 846 bool bValid = m_pIdxWin->IsValidFactory( rFactory ); in SetFactory() 1909 void SfxHelpIndexWindow_Impl::SetFactory( const String& rFactory, sal_Bool bActive ) in SetFactory() argument 1911 if ( rFactory.Len() > 0 ) in SetFactory() 1913 GetIndexPage()->SetFactory( rFactory ); in SetFactory() 3292 void SfxHelpWindow_Impl::SetFactory( const String& rFactory ) in SetFactory() argument 3294 pIndexWin->SetFactory( rFactory, sal_True ); in SetFactory()
|
H A D | lnkbase2.cxx | 651 FileDialogHelper* SvBaseLink::GetFileDialog( sal_uInt32 nFlags, const String& rFactory ) const in GetFileDialog() 657 pImpl->m_pFileDlg = new FileDialogHelper( nFlags, rFactory ); in GetFileDialog()
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox3.cxx | 54 IAccessibleFactory& rFactory in getHeaderCell() argument 61 Reference< XAccessible > xAccessible = rFactory.createAccessibleBrowseBoxHeaderCell( in getHeaderCell()
|
/trunk/main/cui/source/customize/ |
H A D | cfg.cxx | 1302 uno::Reference< lang::XSingleComponentFactory >& rFactory, in Apply() 1319 rFactory->createInstanceWithContext( m_xComponentContext ), in Apply() 1328 ApplyMenu( xSubMenuBar, rFactory, pEntryData ); in Apply() 1334 uno::Reference< lang::XSingleComponentFactory >& rFactory, in ApplyMenu() 1350 rFactory->createInstanceWithContext( m_xComponentContext ), in ApplyMenu() 1361 ApplyMenu( xSubMenuBar, rFactory, pEntry ); in ApplyMenu() 4245 uno::Reference< lang::XSingleComponentFactory >& rFactory, in ApplyToolbar() 4261 rFactory->createInstanceWithContext( m_xComponentContext ), in ApplyToolbar() 4271 ApplyToolbar( xSubMenuBar, rFactory, pEntry ); in ApplyToolbar()
|
/trunk/main/sax/test/sax/ |
H A D | testwriter.cxx | 105 OSaxWriterTest( const Reference < XMultiServiceFactory > & rFactory ) : m_rFactory( rFactory ) in OSaxWriterTest() argument
|
H A D | testsax.cxx | 66 OSaxParserTest( const Reference < XMultiServiceFactory > & rFactory ) : m_rFactory( rFactory ) in OSaxParserTest() argument
|
/trunk/main/extensions/test/sax/ |
H A D | testwriter.cxx | 183 OSaxWriterTest( const XMultiServiceFactoryRef & rFactory ) : m_rFactory( rFactory ) in OSaxWriterTest() argument
|
H A D | testsax.cxx | 122 OSaxParserTest( const XMultiServiceFactoryRef & rFactory ) : m_rFactory( rFactory ) in OSaxParserTest() argument
|
/trunk/main/xmloff/source/style/ |
H A D | PageMasterPropMapper.hxx | 38 const UniReference< XMLPropertyHandlerFactory >& rFactory );
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | docfac.hxx | 89 void RegisterViewFactory(SfxViewFactory &rFactory);
|
H A D | lnkbase.hxx | 174 FileDialogHelper* GetFileDialog( sal_uInt32 nFlags, const String& rFactory ) const;
|
/trunk/main/sw/source/ui/inc/ |
H A D | uivwimp.hxx | 175 …void StartDocumentInserter( const String& rFactory, const Link& rEndDialogHdl );
|