Home
last modified time | relevance | path

Searched refs:TypeDetection (Results 1 – 25 of 132) 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()"
7 "TypeDetection";"com::sun::star::container::XNameContainer#optional";"insertByName()"
9 "TypeDetection";"com::sun::star::util::XFlushable#optional";"flush()"
10 "TypeDetection";"com::sun::star::util::XFlushable#optional";"addFlushListener()"
11 "TypeDetection";"com::sun::star::util::XFlushable#optional";"removeFlushListener()"
12 "TypeDetection";"com::sun::star::container::XElementAccess";"getElementType()"
13 "TypeDetection";"com::sun::star::container::XElementAccess";"hasElements()"
[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()
414 sal_Bool TypeDetection::impl_getPreselectionForType(const ::rtl::OUString& sPreSelType, in impl_getPreselectionForType()
960 void TypeDetection::impl_seekStreamToZero(comphelper::MediaDescriptor& rDescriptor) in impl_seekStreamToZero()
1132 void TypeDetection::impl_openStream(::comphelper::MediaDescriptor& rDescriptor) in impl_openStream()
1227 ::rtl::OUString TypeDetection::impl_getImplementationName() in impl_getImplementationName()
1235 css::uno::Sequence< ::rtl::OUString > TypeDetection::impl_getSupportedServiceNames() in impl_getSupportedServiceNames()
[all …]
H A Dregistration.cxx97 _COMPHELPER_MULTIINSTANCEFACTORY( TypeDetection::impl_getImplementationName() ,
98 TypeDetection::impl_getSupportedServiceNames(),
99 TypeDetection::impl_createInstance )
H A Dtypedetection.hxx50 class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer , class
67 TypeDetection(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
73 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/filter/qa/complex/filter/detection/typeDetection/
H A Dmakefile.mk25 TARGET = TypeDetection
35 JAVAFILES = TypeDetection.java Helper.java
59 CT_TEST = -o $(PACKAGE:s\$/\.\).TypeDetection
67 CHMOD $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props \
73 CHMOD $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props \
98 $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props : TypeDetection.props
99 cp TypeDetection.props $(CLASSDIR)$/$(PACKAGE)$/TypeDetection.props
100 jar uf $(CLASSDIR)$/$(JARTARGET) -C $(CLASSDIR) $(PACKAGE)$/TypeDetection.props
/trunk/main/officecfg/prj/
H A Dd.lst10 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\TypeDetection
18 …isc\registry\schema\org\openoffice\TypeDetection\*.xcs %_DEST%\xml%_EXT%\registry\schema\org\openo…
28 mkdir: %_DEST%\xml%_EXT%\registry\data\org\openoffice\TypeDetection
38 …%\misc\registry\data\org\openoffice\TypeDetection\*.xcu %_DEST%\xml%_EXT%\registry\data\org\openof…
46 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice\TypeDetection
53 …\misc\registry\spool\org\openoffice\TypeDetection\*.xcu %_DEST%\xml%_EXT%\registry\spool\org\openo…
H A Dbuild.lst10 oc officecfg\registry\schema\org\openoffice\TypeDetection nmake - all oc_reg_schema_ooo_…
15 oc officecfg\registry\data\org\openoffice\TypeDetection nmake - all oc_reg_data_ooo_td o…
/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 \
301 $(MY_MOD)/org/openoffice/TypeDetection/UISort-math.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/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.idl50 After a generic <type>TypeDetection</type> an internal type name
163 (see service <type>TypeDetection</type> for further informations)</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/officecfg/registry/schema/org/openoffice/TypeDetection/
H A Dmakefile.mk27 PACKAGE=org.openoffice.TypeDetection
/trunk/main/officecfg/registry/data/org/openoffice/TypeDetection/
H A Dmakefile.mk27 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/officecfg/registry/schema/org/openoffice/Office/
H A Dmakefile.mk72 TypeDetection.xcs \
/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

Completed in 64 milliseconds

123456