#include <limits.h>
#include <mutex>
#include <string_view>
#include <com/sun/star/uno/Any.h>
#include <sal/log.hxx>
#include <unotools/pathoptions.hxx>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <ucbhelper/content.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/document/XTypeDetection.hpp>
#include <com/sun/star/document/DocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/DocumentTemplates.hpp>
#include <com/sun/star/frame/XDocumentTemplates.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/XPersist.hpp>
#include <com/sun/star/lang/XLocalizable.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/XContent.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/AnyCompareFactory.hpp>
#include <com/sun/star/ucb/NumberedSortingInfo.hpp>
#include "doctemplateslocal.hxx"
#include <sfxurlrelocator.hxx>
#include <sfx2/doctempl.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/strings.hrc>
#include <strings.hxx>
#include <svtools/templatefoldercache.hxx>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
|
static bool | getTextProperty_Impl (Content &rContent, const OUString &rPropName, OUString &rPropValue) |
|
◆ getTextProperty_Impl()
bool getTextProperty_Impl |
( |
Content & |
rContent, |
|
|
const OUString & |
rPropName, |
|
|
OUString & |
rPropValue |
|
) |
| |
|
static |
◆ COMMAND_TRANSFER
constexpr OUStringLiteral COMMAND_TRANSFER = u"transfer" |
|
constexpr |
◆ gpTemplateData
◆ maOwnURL
◆ maTargetURL
◆ maTitle
◆ mpParent
RegionData_Impl* mpParent |
|
private |
◆ mxObjShell
◆ TARGET_URL
constexpr OUStringLiteral TARGET_URL = u"TargetURL" |
|
constexpr |
◆ TITLE
constexpr OUStringLiteral TITLE = u"Title" |
|
constexpr |