Home
last modified time | relevance | path

Searched refs:aDocServiceName (Results 1 – 7 of 7) sorted by relevance

/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx129 ::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()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java506 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()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx852 ::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()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx288 ::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()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx244 ::rtl::OUString aDocServiceName( GetObjectShell()->GetFactory().GetDocumentServiceName() ); in UpdateTitle()
245 aTitle += String( GetModuleName_Impl( aDocServiceName ) ); in UpdateTitle()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx230 ::rtl::OUString aDocServiceName; in GetDocServiceNameFromFilter()
244 aFilterData[nInd].Value >>= aDocServiceName; in GetDocServiceNameFromFilter()
250 return aDocServiceName; in GetDocServiceNameFromFilter()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx325 …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 62 milliseconds