|
LibreOffice Module filter (master) 1
|
is used to collect all matching types of a URL during type detection. More...
#include <cacheitem.hxx>
Public Member Functions | |
| FlatDetectionInfo () | |
Public Attributes | |
| OUString | sType |
| bool | bMatchByExtension |
| bool | bMatchByPattern |
| bool | bPreselectedByDocumentService |
is used to collect all matching types of a URL during type detection.
@descr Every type in this list is combined with an information, which property matched to the given URL. The user of this structure can decide then, if a deep detection should be suppressed e.g. if a URLPattern was used.
Definition at line 156 of file cacheitem.hxx.
| filter::config::FlatDetectionInfo::FlatDetectionInfo | ( | ) |
Definition at line 320 of file cacheitem.cxx.
| bool filter::config::FlatDetectionInfo::bMatchByExtension |
Definition at line 162 of file cacheitem.hxx.
Referenced by filter::config::FilterCache::detectFlatForURL(), and filter::config::TypeDetection::impl_getAllFormatTypes().
| bool filter::config::FlatDetectionInfo::bMatchByPattern |
Definition at line 165 of file cacheitem.hxx.
Referenced by filter::config::FilterCache::detectFlatForURL(), and filter::config::TypeDetection::impl_getAllFormatTypes().
| bool filter::config::FlatDetectionInfo::bPreselectedByDocumentService |
Definition at line 168 of file cacheitem.hxx.
Referenced by filter::config::TypeDetection::impl_getAllFormatTypes().
| OUString filter::config::FlatDetectionInfo::sType |
Definition at line 159 of file cacheitem.hxx.
Referenced by filter::config::FilterCache::detectFlatForURL(), filter::config::TypeDetection::impl_getAllFormatTypes(), and filter::config::TypeDetection::queryTypeByURL().