LibreOffice Module dbaccess (master) 1
|
#include <ContentHelper.hxx>
Public Member Functions | |
ContentProperties () | |
Public Attributes | |
OUString | aTitle |
::std::optional< OUString > | aContentType |
bool | bIsDocument |
bool | bIsFolder |
bool | bAsTemplate |
OUString | sPersistentName |
Definition at line 44 of file ContentHelper.hxx.
|
inline |
Definition at line 54 of file ContentHelper.hxx.
::std::optional< OUString > dbaccess::ContentProperties::aContentType |
Definition at line 48 of file ContentHelper.hxx.
OUString dbaccess::ContentProperties::aTitle |
Definition at line 46 of file ContentHelper.hxx.
Referenced by dbaccess::OComponentDefinition::registerProperties().
bool dbaccess::ContentProperties::bAsTemplate |
Definition at line 51 of file ContentHelper.hxx.
bool dbaccess::ContentProperties::bIsDocument |
Definition at line 49 of file ContentHelper.hxx.
bool dbaccess::ContentProperties::bIsFolder |
Definition at line 50 of file ContentHelper.hxx.
OUString dbaccess::ContentProperties::sPersistentName |
Definition at line 52 of file ContentHelper.hxx.