| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwl/ |
| H A D | com.sun.star.comp.framework.TypeDetection.csv | 1 "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 D | typedetection.cxx | 65 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 D | registration.cxx | 97 _COMPHELPER_MULTIINSTANCEFACTORY( TypeDetection::impl_getImplementationName() , 98 TypeDetection::impl_getSupportedServiceNames(), 99 TypeDetection::impl_createInstance )
|
| H A D | typedetection.hxx | 49 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 D | CGDocument.java | 242 …TypeDetection.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 D | TypeDetection.java | 35 public class TypeDetection class
|
| /trunk/main/officecfg/ |
| H A D | Configuration_officecfg.mk | 69 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 D | makefile.mk | 181 $(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 D | AbstractExporter.java | 48 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 D | makefile.mk | 29 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 D | ExtendedTypeDetection.idl | 35 /** 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 D | XExtendedFilterDetection.idl | 48 @see TypeDetection 54 /** controls agreement of a "flat" <type>TypeDetection</type>
|
| H A D | FilterFactory.idl | 49 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 D | ContentHandler.idl | 40 (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 D | Makefile | 94 $(COMP_PACKAGE) : $(COMP_JAR) TypeDetection.xcu $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS) 97 $(SDK_ZIP) $@ TypeDetection.xcu
|
| /trunk/main/reportbuilder/util/ |
| H A D | makefile.mk | 63 $(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 D | makefile.mk | 28 PACKAGE=org.openoffice.TypeDetection
|
| /trunk/main/reportbuilder/registry/data/org/openoffice/TypeDetection/ |
| H A D | makefile.mk | 28 PACKAGE=org.openoffice.TypeDetection
|
| /trunk/main/swext/prj/ |
| H A D | build.lst | 7 swext swext\mediawiki\src\registry\data\org\openoffice\TypeDetection nmake - all swext_m…
|
| /trunk/main/filter/source/config/tools/split/ |
| H A D | makefile.mk | 84 …mlfile=o:/src680/src.m7/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu outdir=c:/…
|
| /trunk/main/framework/qa/unoapi/ |
| H A D | knownissues.xcl | 29 fwl.TypeDetection::com::sun::star::container::XNameReplace
|
| H A D | framework.sce | 25 #i113245 -o fwl.TypeDetection
|
| /trunk/main/reportbuilder/prj/ |
| H A D | build.lst | 13 rpb reportbuilder\registry\data\org\openoffice\TypeDetection nmake - all rpb_reg_d…
|
| /trunk/main/offapi/com/sun/star/xml/ |
| H A D | XExportFilter.idl | 61 TypeDetection.xml (???)
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/ |
| H A D | TypeDetection.java | 76 public class TypeDetection extends TestCase { class
|