Home
last modified time | relevance | path

Searched refs:TypeDetection (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwl/
H A Dcom.sun.star.comp.framework.TypeDetection.csv1 "TypeDetection";"com::sun::star::container::XNameAccess";"getByName()"
2 "TypeDetection";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "TypeDetection";"com::sun::star::container::XNameAccess";"hasByName()"
4 "TypeDetection";"com::sun::star::container::XNameReplace#optional";"replaceByName()"
5 "TypeDetection";"com::sun::star::container::XContainerQuery#optional";"createSubSetEnumerationByQue…
6 "TypeDetection";"com::sun::star::container::XContainerQuery#optional";"createSubSetEnumerationByPro…
7 "TypeDetection";"com::sun::star::container::XNameContainer#optional";"insertByName()"
8 "TypeDetection";"com::sun::star::container::XNameContainer#optional";"removeByName()"
9 "TypeDetection";"com::sun::star::util::XFlushable#optional";"flush()"
10 "TypeDetection";"com::sun::star::util::XFlushable#optional";"addFlushListener()"
[all …]
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx65 TypeDetection::TypeDetection(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR) in TypeDetection() function in filter::config::TypeDetection
68 TypeDetection::impl_getImplementationName() , in TypeDetection()
69 TypeDetection::impl_getSupportedServiceNames(), in TypeDetection()
76 TypeDetection::~TypeDetection() in ~TypeDetection()
83 ::rtl::OUString SAL_CALL TypeDetection::queryTypeByURL(const ::rtl::OUString& sURL) in queryTypeByURL()
124 ::rtl::OUString SAL_CALL TypeDetection::queryTypeByDescriptor(css::uno::Sequence< css::beans::Prope… in queryTypeByDescriptor()
226 void TypeDetection::impl_checkResultsAndAddBestFilter(::comphelper::MediaDescriptor& rDescriptor, in impl_checkResultsAndAddBestFilter()
412 sal_Bool TypeDetection::impl_getPreselectionForType(const ::rtl::OUString& sPreSelType, in impl_getPreselectionForType()
546 sal_Bool TypeDetection::impl_getPreselectionForFilter(const ::rtl::OUString& sPreSelFilter, in impl_getPreselectionForFilter()
606 sal_Bool TypeDetection::impl_getPreselectionForDocumentService(const ::rtl::OUString& sPreSelDocume… in impl_getPreselectionForDocumentService()
[all …]
H A Dregistration.cxx97 _COMPHELPER_MULTIINSTANCEFACTORY( TypeDetection::impl_getImplementationName() ,
98 TypeDetection::impl_getSupportedServiceNames(),
99 TypeDetection::impl_createInstance )
H A Dtypedetection.hxx49 class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer , class
66 TypeDetection(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
72 virtual ~TypeDetection();
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java242TypeDetection.WRITER_DOC) || appType.equals(TypeDetection.CALC_DOC) || appType.equals(TypeDetectio… in analyzeFileType()
261 return TypeDetection.NO_TYPE; in getDocType()
267 return TypeDetection.HTML_DOC; in getDocType()
271 return TypeDetection.WRITER_DOC; in getDocType()
276 return TypeDetection.CALC_DOC; in getDocType()
280 return TypeDetection.DRAW_DOC; in getDocType()
284 return TypeDetection.IMPRESS_DOC; in getDocType()
288 return TypeDetection.PDF_DOC; in getDocType()
292 return TypeDetection.WEB_GRAPHICS; in getDocType()
296 return TypeDetection.SOUND_FILE; in getDocType()
[all …]
H A DTypeDetection.java35 public class TypeDetection class
/trunk/main/officecfg/
H A DConfiguration_officecfg.mk69 org/openoffice/Office/TypeDetection.xcs \
117 org/openoffice/TypeDetection/Types.xcs \
118 org/openoffice/TypeDetection/Filter.xcs \
119 org/openoffice/TypeDetection/GraphicFilter.xcs \
120 org/openoffice/TypeDetection/Misc.xcs \
121 org/openoffice/TypeDetection/UISort.xcs \
156 org/openoffice/TypeDetection/UISort.xcu \
212 org/openoffice/TypeDetection/UISort-writer.xcu \
213 org/openoffice/TypeDetection/UISort-calc.xcu \
214 org/openoffice/TypeDetection/UISort-draw.xcu \
[all …]
/trunk/main/postprocess/packregistry/
H A Dmakefile.mk181 $(MY_XCS)/Office/TypeDetection.xcs \
215 $(MY_XCS)/TypeDetection/Filter.xcs \
216 $(MY_XCS)/TypeDetection/GraphicFilter.xcs \
217 $(MY_XCS)/TypeDetection/Misc.xcs \
218 $(MY_XCS)/TypeDetection/Types.xcs \
219 $(MY_XCS)/TypeDetection/UISort.xcs \
277 $(MY_XCU)/TypeDetection/UISort.xcu \
298 $(MY_MOD)/org/openoffice/TypeDetection/UISort-calc.xcu \
299 $(MY_MOD)/org/openoffice/TypeDetection/UISort-draw.xcu \
300 $(MY_MOD)/org/openoffice/TypeDetection/UISort-impress.xcu \
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java48 import com.sun.star.wizards.web.data.TypeDetection;
143 if (doc.appType.equals(TypeDetection.WRITER_DOC)) in pageCount()
147 else if (doc.appType.equals(TypeDetection.IMPRESS_DOC)) in pageCount()
151 else if (doc.appType.equals(TypeDetection.DRAW_DOC)) in pageCount()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A Dmakefile.mk29 TARGET = TypeDetection
36 TypeDetection.java
47 …t.arg.properties=$(SRC_ROOT)/filter/qa/complex/filter/detection/typeDetection/TypeDetection.props \
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetection.idl35 /** describes a class of service which will be used for deep <type>TypeDetection</type>
39 Due to the registered types, flat <type>TypeDetection</type> is already possible, i.e.
68 See service <type>TypeDetection</type> and his configuration for further informations.
71 @see TypeDetection
H A DXExtendedFilterDetection.idl48 @see TypeDetection
54 /** controls agreement of a "flat" <type>TypeDetection</type>
H A DFilterFactory.idl49 After a generic <type>TypeDetection</type> an internal type name
162 (see service <type>TypeDetection</type> for further information)</td>
/trunk/main/offapi/com/sun/star/frame/
H A DContentHandler.idl40 (See type/filter configuration of <type scope="com::sun::star::document">TypeDetection</type>
45 @see com::sun::star::document::TypeDetection
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DMakefile94 $(COMP_PACKAGE) : $(COMP_JAR) TypeDetection.xcu $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS)
97 $(SDK_ZIP) $@ TypeDetection.xcu
/trunk/main/reportbuilder/util/
H A Dmakefile.mk63 $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Filter.xcu \
64 $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Types.xcu \
/trunk/main/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/
H A Dmakefile.mk28 PACKAGE=org.openoffice.TypeDetection
/trunk/main/reportbuilder/registry/data/org/openoffice/TypeDetection/
H A Dmakefile.mk28 PACKAGE=org.openoffice.TypeDetection
/trunk/main/swext/prj/
H A Dbuild.lst7 swext swext\mediawiki\src\registry\data\org\openoffice\TypeDetection nmake - all swext_m…
/trunk/main/filter/source/config/tools/split/
H A Dmakefile.mk84 …mlfile=o:/src680/src.m7/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu outdir=c:/…
/trunk/main/framework/qa/unoapi/
H A Dknownissues.xcl29 fwl.TypeDetection::com::sun::star::container::XNameReplace
H A Dframework.sce25 #i113245 -o fwl.TypeDetection
/trunk/main/reportbuilder/prj/
H A Dbuild.lst13 rpb reportbuilder\registry\data\org\openoffice\TypeDetection nmake - all rpb_reg_d…
/trunk/main/offapi/com/sun/star/xml/
H A DXExportFilter.idl61 TypeDetection.xml (???)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/
H A DTypeDetection.java76 public class TypeDetection extends TestCase { class

123456