19#ifndef INCLUDED_SW_INC_SWUNOHELPER_HXX
20#define INCLUDED_SW_INC_SWUNOHELPER_HXX
23#include <rtl/ustring.hxx>
43bool UCB_MoveFile(
const OUString& rURL, std::u16string_view rNewURL );
56 std::vector<OUString>& rList,
57 const OUString* pExtension,
58 std::vector<DateTime>* pDateTimeList =
nullptr );
bool UCB_IsFile(const OUString &rURL)
sal_Int32 GetEnumAsInt32(const css::uno::Any &rVal)
bool UCB_GetFileListOfFolder(const OUString &rURL, std::vector< OUString > &rList, const OUString *pExtension, std::vector< ::DateTime > *pDateTimeList)
bool UCB_DeleteFile(const OUString &rURL)
bool needToMapFillItemsToSvxBrushItemTypes(const SfxItemSet &rSet, sal_uInt16 const nMID)
helper to check if fill style is set to color or bitmap and thus formerly used SvxBrushItem parts nee...
bool UCB_IsDirectory(const OUString &rURL)
bool UCB_IsReadOnlyFileName(const OUString &rURL)
bool UCB_IsCaseSensitiveFileName(std::u16string_view rURL)
bool UCB_MoveFile(const OUString &rURL, std::u16string_view rNewURL)