LibreOffice Module filter (master) 1
Classes | Namespaces | Typedefs
cacheitem.hxx File Reference
#include <unordered_map>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <vector>
#include <comphelper/sequenceashashmap.hxx>
#include <o3tl/span.hxx>
Include dependency graph for cacheitem.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  filter::config::CacheItem
 represent an item of a FilterCache instance. More...
 
struct  filter::config::FlatDetectionInfo
 is used to collect all matching types of a URL during type detection. More...
 

Namespaces

namespace  filter
 
namespace  filter::config
 

Typedefs

typedef std::unordered_map< OUString, CacheItem > filter::config::CacheItemList
 represent an item list of a FilterCache instance. More...
 
typedef std::unordered_map< OUString, std::vector< OUString > > filter::config::CacheItemRegistration
 supports registration of multiple key to another string information. More...
 
typedef ::std::vector< FlatDetectionInfo > filter::config::FlatDetection