Home
last modified time | relevance | path

Searched refs:sDocumentService (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/filter/source/config/cache/
H A Dfilterfactory.cxx339 ::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 …]
H A Dtypedetection.cxx242 ::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()
/aoo4110/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java197 private void impl_searchModulesByDocumentService(String sDocumentService) in impl_searchModulesByDocumentService() argument
200 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()
/aoo4110/main/sdext/source/minimizer/
H A Dfileopendialog.cxx148 rtl::OUString sDocumentService; in FileOpenDialog() local
149 rProperty.Value >>= sDocumentService; in FileOpenDialog()
150 …if ( sDocumentService == OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentation.Present… in FileOpenDialog()
/aoo4110/main/framework/inc/classes/
H A Dfiltercachedata.hxx275 sDocumentService = ::rtl::OUString(); in impl_clear()
291 sDocumentService = rCopy.sDocumentService ; in impl_copy()
310 ::rtl::OUString sDocumentService ;
/aoo4110/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx270 ::rtl::OUString sDocumentService = aFilterProperties.getUnpackedValueOrDefault( in impl_init()
272 if ( sDocumentService.equalsAscii( _pAsciiModuleName ) ) in impl_init()
/aoo4110/main/unotools/source/config/
H A Dmoduleoptions.cxx1490 …::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()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1810 ::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()
/aoo4110/main/svtools/source/filter/
H A DFilterConfigCache.hxx48 ::rtl::OUString sDocumentService;
/aoo4110/main/framework/test/typecfg/
H A Dcfgview.cxx622 …sFilterPropHTML.append ( aFilter.sDocumentService in impl_generateFilterListHTML()
861 …sFilterPropHTML.append ( aFilter.sDocumentService in impl_generateFilterModulListHTML()
H A Dxml2xcd.cxx1075 …StringProperty ( m_aData.sBufferStandard, SUBKEY_DOCUMENTSERVICE , aItem.sDocumentService ); in impl_generateFilterSet()

Completed in 167 milliseconds