Searched refs:aDocServiceName (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/embeddedobj/source/commonembedding/ |
H A D | xfactory.cxx | 129 ::rtl::OUString aDocServiceName = m_aConfigHelper.GetDocumentServiceFromMediaType( aMediaType ); in createInstanceInitFromEntry() 130 if ( !aDocServiceName.getLength() ) in createInstanceInitFromEntry() 149 GetClassIDFromServName( aDocServiceName ), in createInstanceInitFromEntry() 150 GetClassNameFromServName( aDocServiceName ), in createInstanceInitFromEntry() 151 aDocServiceName ) ), in createInstanceInitFromEntry()
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 506 String aDocServiceName = ""; in GetDocServiceName() local 518 aDocServiceName = xModuleManager.identify( xModel ); in GetDocServiceName() 526 return aDocServiceName; in GetDocServiceName() 529 …static String GetFilterName( XComponentContext xContext, String aTypeName, String aDocServiceName ) in GetFilterName() argument 533 && aDocServiceName != null && aDocServiceName.length() != 0 ) in GetFilterName() 543 aRequest[1] = new NamedValue( "DocumentService", aDocServiceName ); in GetFilterName()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 852 ::rtl::OUString aDocServiceName = GetDocServiceName(); in OutputFileDialog() 853 DBG_ASSERT( aDocServiceName.getLength(), "No document service for this module set!" ); in OutputFileDialog() 875 …pFileDlg = new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust,… in OutputFileDialog() 878 if( aDocServiceName.equalsAscii( "com.sun.star.drawing.DrawingDocument" ) ) in OutputFileDialog() 880 if( aDocServiceName.equalsAscii( "com.sun.star.presentation.PresentationDocument" ) ) in OutputFileDialog() 882 if( aDocServiceName.equalsAscii( "com.sun.star.text.TextDocument" ) ) in OutputFileDialog() 888 pFileDlg->CreateMatcher( aDocServiceName ); in OutputFileDialog() 906 …pFileDlg = new sfx2::FileDialogHelper( aDialogMode, aDialogFlags, aDocServiceName, nDialog, nMust,… in OutputFileDialog() 907 pFileDlg->CreateMatcher( aDocServiceName ); in OutputFileDialog()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 288 ::rtl::OUString aDocServiceName; in TryToConvertToOOo() 295 aFilterData[nInd].Value >>= aDocServiceName; in TryToConvertToOOo() 298 if ( aDocServiceName.getLength() ) in TryToConvertToOOo() 304 …il::XCloseable > xDocument( m_xFactory->createInstanceWithArguments( aDocServiceName, aArguments )… in TryToConvertToOOo()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm2.cxx | 244 ::rtl::OUString aDocServiceName( GetObjectShell()->GetFactory().GetDocumentServiceName() ); in UpdateTitle() 245 aTitle += String( GetModuleName_Impl( aDocServiceName ) ); in UpdateTitle()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 230 ::rtl::OUString aDocServiceName; in GetDocServiceNameFromFilter() 244 aFilterData[nInd].Value >>= aDocServiceName; in GetDocServiceNameFromFilter() 250 return aDocServiceName; in GetDocServiceNameFromFilter()
|
/aoo42x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 325 …OUString aDocServiceName = xModuleManager->identify( Reference< XInterface >( xStore, uno::UNO_QUE… in getMimetypeForDocument() local 326 if ( aDocServiceName.getLength() ) in getMimetypeForDocument() 349 xSOFConfig->getByName( aDocServiceName ) >>= xApplConfig; in getMimetypeForDocument()
|
Completed in 69 milliseconds