LibreOffice Module xmlhelp (master) 1
Classes | Namespaces | Typedefs | Enumerations
databases.hxx File Reference
#include <sal/config.h>
#include <memory>
#include <mutex>
#include <string_view>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx>
#include <o3tl/string_view.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/i18n/XCollator.hpp>
#include <com/sun/star/deployment/XPackage.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess3.hpp>
Include dependency graph for databases.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chelp::StaticModuleInformation
 
class  chelp::KeywordInfo
 
class  chelp::KeywordInfo::KeywordElement
 
class  chelp::Databases
 
class  chelp::ExtensionIteratorBase
 
class  chelp::DataBaseIterator
 
class  chelp::KeyDataBaseFileIterator
 
class  chelp::JarFileIterator
 
class  chelp::IndexFolderIterator
 

Namespaces

namespace  helpdatafileproxy
 
namespace  chelp
 

Typedefs

typedef std::unordered_map< OUString, bool > chelp::ExtensionHelpExistenceMap
 

Enumerations

enum class  chelp::IteratorState {
  chelp::InitialModule ,
  chelp::UserExtensions ,
  chelp::SharedExtensions ,
  chelp::BundledExtensions ,
  chelp::EndReached
}