LibreOffice Module xmlhelp (master) 1
Classes | Namespaces | Functions | Variables
databases.cxx File Reference
#include <memory>
#include "db.hxx"
#include <osl/diagnose.h>
#include <osl/file.hxx>
#include <rtl/character.hxx>
#include <rtl/uri.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ref.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/awt/Toolkit.hpp>
#include <com/sun/star/i18n/Collator.hpp>
#include <comphelper/propertysequence.hxx>
#include "inputstream.hxx"
#include <algorithm>
#include <cassert>
#include <string.h>
#include <string_view>
#include <helpcompiler/HelpIndexer.hxx>
#include <com/sun/star/deployment/ExtensionManager.hpp>
#include <com/sun/star/deployment/ExtensionRemovedException.hpp>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/beans/Optional.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/util/theMacroExpander.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <com/sun/star/uri/XVndSunStarExpandUrl.hpp>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/storagehelper.hxx>
#include <utility>
#include "databases.hxx"
#include "urlparameter.hxx"
Include dependency graph for databases.cxx:

Go to the source code of this file.

Classes

struct  chelp::KeywordElementComparator
 

Namespaces

namespace  chelp
 

Functions

static bool isLetter (sal_Unicode c)
 

Variables

const char vendVersion [] = "%VENDORVERSION"
 
const char vendName [] = "%VENDORNAME"
 
const char prodVersion [] = "%PRODUCTVERSION"
 
const char vendShort [] = "%VENDORSHORT"
 
const char prodName [] = "%PRODUCTNAME"
 
const char newProdVersion [] = "$[officeversion]"
 
const char newProdName [] = "$[officename]"
 

Function Documentation

◆ isLetter()

static bool isLetter ( sal_Unicode  c)
static

Variable Documentation

◆ newProdName

const char newProdName[] = "$[officename]"

Definition at line 132 of file databases.cxx.

Referenced by chelp::Databases::replaceName().

◆ newProdVersion

const char newProdVersion[] = "$[officeversion]"

Definition at line 131 of file databases.cxx.

Referenced by chelp::Databases::replaceName().

◆ prodName

const char prodName[] = "%PRODUCTNAME"

Definition at line 130 of file databases.cxx.

Referenced by chelp::Databases::replaceName().

◆ prodVersion

const char prodVersion[] = "%PRODUCTVERSION"

Definition at line 128 of file databases.cxx.

Referenced by chelp::Databases::replaceName().

◆ vendName

const char vendName[] = "%VENDORNAME"

Definition at line 127 of file databases.cxx.

Referenced by chelp::Databases::replaceName().

◆ vendShort

const char vendShort[] = "%VENDORSHORT"

Definition at line 129 of file databases.cxx.

Referenced by chelp::Databases::replaceName().

◆ vendVersion

const char vendVersion[] = "%VENDORVERSION"

Definition at line 126 of file databases.cxx.

Referenced by chelp::Databases::replaceName().