#include <docfilt.hxx>
Definition at line 38 of file docfilt.hxx.
◆ SfxFilter() [1/2]
| SfxFilter::SfxFilter |
( |
OUString |
aProvider, |
|
|
OUString |
aFilterName |
|
) |
| |
◆ SfxFilter() [2/2]
| SfxFilter::SfxFilter |
( |
OUString |
aName, |
|
|
std::u16string_view |
rWildCard, |
|
|
SfxFilterFlags |
nFormatType, |
|
|
SotClipboardFormatId |
lFormat, |
|
|
OUString |
aTypeName, |
|
|
OUString |
aMimeType, |
|
|
OUString |
aUserData, |
|
|
OUString |
aServiceName, |
|
|
bool |
bEnabled = true |
|
) |
| |
◆ ~SfxFilter()
| SfxFilter::~SfxFilter |
( |
| ) |
|
◆ CanExport()
| bool SfxFilter::CanExport |
( |
| ) |
const |
|
inline |
◆ CanImport()
| bool SfxFilter::CanImport |
( |
| ) |
const |
|
inline |
◆ GetDefaultExtension()
| OUString SfxFilter::GetDefaultExtension |
( |
| ) |
const |
◆ GetDefaultFilter()
| std::shared_ptr< const SfxFilter > SfxFilter::GetDefaultFilter |
( |
std::u16string_view |
rName | ) |
|
|
static |
◆ GetDefaultFilterFromFactory()
| std::shared_ptr< const SfxFilter > SfxFilter::GetDefaultFilterFromFactory |
( |
const OUString & |
rServiceName | ) |
|
|
static |
◆ GetDefaultTemplate()
| const OUString & SfxFilter::GetDefaultTemplate |
( |
| ) |
const |
|
inline |
◆ GetFilterByName()
| std::shared_ptr< const SfxFilter > SfxFilter::GetFilterByName |
( |
const OUString & |
rName | ) |
|
|
static |
◆ GetFilterFlags()
◆ GetFilterName()
| const OUString & SfxFilter::GetFilterName |
( |
| ) |
const |
|
inline |
◆ GetFormat()
◆ GetGpgEncryption()
| bool SfxFilter::GetGpgEncryption |
( |
| ) |
const |
|
inline |
◆ GetMimeType()
| const OUString & SfxFilter::GetMimeType |
( |
| ) |
const |
|
inline |
◆ GetName()
| const OUString & SfxFilter::GetName |
( |
| ) |
const |
|
inline |
◆ GetProviderName()
| const OUString & SfxFilter::GetProviderName |
( |
| ) |
const |
|
inline |
◆ GetRealTypeName()
| const OUString & SfxFilter::GetRealTypeName |
( |
| ) |
const |
|
inline |
◆ GetServiceName()
| const OUString & SfxFilter::GetServiceName |
( |
| ) |
const |
|
inline |
◆ GetSuffixes()
| OUString SfxFilter::GetSuffixes |
( |
| ) |
const |
◆ GetSupportsSigning()
| bool SfxFilter::GetSupportsSigning |
( |
| ) |
const |
|
inline |
If the filter supports digital signatures.
Definition at line 80 of file docfilt.hxx.
◆ GetTypeFromStorage() [1/2]
| static OUString SfxFilter::GetTypeFromStorage |
( |
const css::uno::Reference< css::embed::XStorage > & |
xStorage | ) |
|
|
static |
- Exceptions
-
| css::beans::UnknownPropertyException | |
| css::lang::WrappedTargetException | |
| css::uno::RuntimeException | |
◆ GetTypeFromStorage() [2/2]
| OUString SfxFilter::GetTypeFromStorage |
( |
const SotStorage & |
rStg | ) |
|
|
static |
◆ GetTypeName()
| const OUString & SfxFilter::GetTypeName |
( |
| ) |
const |
|
inline |
◆ GetUIName()
| const OUString & SfxFilter::GetUIName |
( |
| ) |
const |
|
inline |
◆ GetUserData()
| const OUString & SfxFilter::GetUserData |
( |
| ) |
const |
|
inline |
◆ GetVersion()
| sal_Int32 SfxFilter::GetVersion |
( |
| ) |
const |
|
inline |
◆ GetWildcard()
| const WildCard & SfxFilter::GetWildcard |
( |
| ) |
const |
|
inline |
◆ IsAlienFormat()
| bool SfxFilter::IsAlienFormat |
( |
| ) |
const |
|
inline |
not our built-in format
Definition at line 84 of file docfilt.hxx.
◆ IsAllowedAsTemplate()
| bool SfxFilter::IsAllowedAsTemplate |
( |
| ) |
const |
|
inline |
◆ IsEnabled()
| bool SfxFilter::IsEnabled |
( |
| ) |
const |
|
inline |
◆ IsExoticFormat()
| bool SfxFilter::IsExoticFormat |
( |
| ) |
const |
|
inline |
an unusual/legacy file to be loading
Definition at line 86 of file docfilt.hxx.
◆ IsOwnFormat()
| bool SfxFilter::IsOwnFormat |
( |
| ) |
const |
|
inline |
◆ IsOwnTemplateFormat()
| bool SfxFilter::IsOwnTemplateFormat |
( |
| ) |
const |
|
inline |
◆ SetDefaultTemplate()
| void SfxFilter::SetDefaultTemplate |
( |
const OUString & |
rStr | ) |
|
|
inline |
◆ SetUIName()
| void SfxFilter::SetUIName |
( |
const OUString & |
rName | ) |
|
|
inline |
◆ SetVersion()
| void SfxFilter::SetVersion |
( |
sal_Int32 |
nVersionP | ) |
|
|
inline |
◆ UsesStorage()
| bool SfxFilter::UsesStorage |
( |
| ) |
const |
|
inline |
◆ SfxFilterContainer
◆ aDefaultTemplate
| OUString SfxFilter::aDefaultTemplate |
|
private |
◆ aMimeType
| OUString SfxFilter::aMimeType |
|
private |
◆ aServiceName
| OUString SfxFilter::aServiceName |
|
private |
◆ aTypeName
| OUString SfxFilter::aTypeName |
|
private |
◆ aUIName
| OUString SfxFilter::aUIName |
|
private |
◆ aUserData
| OUString SfxFilter::aUserData |
|
private |
◆ aWildCard
◆ lFormat
◆ maFilterName
| OUString SfxFilter::maFilterName |
|
private |
◆ maProvider
| OUString SfxFilter::maProvider |
|
private |
Custom provider name in case the filter is provided via external libraries.
Empty for conventional filter types.
Definition at line 56 of file docfilt.hxx.
◆ mbEnabled
| bool SfxFilter::mbEnabled |
|
private |
◆ nFormatType
◆ nVersion
| sal_Int32 SfxFilter::nVersion |
|
private |
The documentation for this class was generated from the following files: