Searched refs:GetServiceNameFromFactory (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 1845 mpMatcher = new SfxFilterMatcher( SfxObjectShell::GetServiceNameFromFactory(rFactory) ); in createMatcher() 2383 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2399 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2413 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2437 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2455 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2508 mpImp->createMatcher( SfxObjectShell::GetServiceNameFromFactory(rFactory) ); in CreateMatcher()
|
/aoo41x/main/sfx2/source/view/ |
H A D | frmload.cxx | 345 …ateURL = SfxObjectFactory::GetStandardTemplate( SfxObjectShell::GetServiceNameFromFactory( sURL ) … in impl_determineTemplateDocument() 567 … const ::rtl::OUString sServiceName = SfxObjectShell::GetServiceNameFromFactory( sFactory ); in load()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 987 String SfxObjectShell::GetServiceNameFromFactory( const String& rFact ) in GetServiceNameFromFactory() function in SfxObjectShell 1056 return CreateObject( GetServiceNameFromFactory( rFact ), eMode ); in CreateObjectByFactoryName()
|
H A D | docfilt.cxx | 127 return GetDefaultFilter( SfxObjectShell::GetServiceNameFromFactory( rFact ) ); in GetDefaultFilterFromFactory()
|
H A D | docvor.cxx | 2011 …String aServiceName = SfxObjectShell::GetServiceNameFromFactory( pSubMenu->GetItemCommand( nId ) ); in Dispatch_Impl()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 155 aServiceName = SfxObjectShell::GetServiceNameFromFactory( rName ); in SfxFilterContainer_Impl() 284 String aName = SfxObjectShell::GetServiceNameFromFactory( rName ); in SfxFilterMatcher()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 623 static String GetServiceNameFromFactory( const String& rFact );
|
Completed in 121 milliseconds