LibreOffice Module filter (master) 1
Public Member Functions | Public Attributes | List of all members
filter::config::FlatDetectionInfo Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FlatDetectionInfo()

filter::config::FlatDetectionInfo::FlatDetectionInfo ( )

Definition at line 320 of file cacheitem.cxx.

Member Data Documentation

◆ bMatchByExtension

bool filter::config::FlatDetectionInfo::bMatchByExtension

◆ bMatchByPattern

bool filter::config::FlatDetectionInfo::bMatchByPattern

◆ bPreselectedByDocumentService

bool filter::config::FlatDetectionInfo::bPreselectedByDocumentService

◆ sType

OUString filter::config::FlatDetectionInfo::sType

The documentation for this struct was generated from the following files: