Searched refs:sDocumentService (Results 1 – 11 of 11) sorted by relevance
339 ::rtl::OUString sDocumentService; in impl_queryMatchByDocumentService()345 sDocumentService = pIt->second; in impl_queryMatchByDocumentService()349 if (sDocumentService.equalsAscii("writer")) in impl_queryMatchByDocumentService()355 if (sDocumentService.equalsAscii("web")) in impl_queryMatchByDocumentService()361 if (sDocumentService.equalsAscii("global")) in impl_queryMatchByDocumentService()367 if (sDocumentService.equalsAscii("calc")) in impl_queryMatchByDocumentService()373 if (sDocumentService.equalsAscii("draw")) in impl_queryMatchByDocumentService()379 if (sDocumentService.equalsAscii("impress")) in impl_queryMatchByDocumentService()385 if (sDocumentService.equalsAscii("math")) in impl_queryMatchByDocumentService()423 ( sDocumentService.getLength() ) && in impl_queryMatchByDocumentService()[all …]
242 ::rtl::OUString sDocumentService = rDescriptor.getUnpackedValueOrDefault( in impl_checkResultsAndAddBestFilter()245 if (sDocumentService.getLength()) in impl_checkResultsAndAddBestFilter()259 (sDocumentService.equalsAscii("com.sun.star.sheet.SpreadsheetDocument")) && in impl_checkResultsAndAddBestFilter()270 (sDocumentService.equalsAscii("com.sun.star.text.TextDocument")) && in impl_checkResultsAndAddBestFilter()287 lIProps[PROPNAME_DOCUMENTSERVICE] <<= sDocumentService; in impl_checkResultsAndAddBestFilter()
197 private void impl_searchModulesByDocumentService(String sDocumentService) in impl_searchModulesByDocumentService() argument200 System.out.println("search modules matching document service '"+sDocumentService+"' ..."); in impl_searchModulesByDocumentService()205 lProps[0].Value = sDocumentService; in impl_searchModulesByDocumentService()233 if ( ! sFoundDocService.equals(sDocumentService)) in impl_searchModulesByDocumentService()
148 rtl::OUString sDocumentService; in FileOpenDialog() local149 rProperty.Value >>= sDocumentService; in FileOpenDialog()150 …if ( sDocumentService == OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.Present… in FileOpenDialog()
275 sDocumentService = ::rtl::OUString(); in impl_clear()291 sDocumentService = rCopy.sDocumentService ; in impl_copy()310 ::rtl::OUString sDocumentService ;
270 ::rtl::OUString sDocumentService = aFilterProperties.getUnpackedValueOrDefault( in impl_init()272 if ( sDocumentService.equalsAscii( _pAsciiModuleName ) ) in impl_init()
1490 …::rtl::OUString sDocumentService = stlFilterProps.getUnpackedValueOrDefault(::rtl:… in ClassifyFactoryByURL()1491 …:EFactory eApp = SvtModuleOptions::ClassifyFactoryByServiceName(sDocumentService); in ClassifyFactoryByURL()1522 …::rtl::OUString sDocumentService = stlFilterProps.getUnpackedValueOrDefault(::rtl:… in ClassifyFactoryByURL()1523 …:EFactory eApp = SvtModuleOptions::ClassifyFactoryByServiceName(sDocumentService); in ClassifyFactoryByURL()
1810 ::rtl::OUString sDocumentService; in loadEmbeddedObject()1821 sDocumentService = GetDocumentServiceFromMediaType( getContentType(), m_aContext, aClassID ); in loadEmbeddedObject()1824 if ( !m_bForm && !sDocumentService.equalsAscii("com.sun.star.text.TextDocument")) in loadEmbeddedObject()1855 ,sDocumentService in loadEmbeddedObject()
48 ::rtl::OUString sDocumentService;
622 …sFilterPropHTML.append ( aFilter.sDocumentService … in impl_generateFilterListHTML()861 …sFilterPropHTML.append ( aFilter.sDocumentService … in impl_generateFilterModulListHTML()
1075 …StringProperty ( m_aData.sBufferStandard, SUBKEY_DOCUMENTSERVICE , aItem.sDocumentService ); in impl_generateFilterSet()
Completed in 129 milliseconds