LibreOffice Module sw (master) 1
Functions
SWUnoHelper Namespace Reference

Functions

sal_Int32 GetEnumAsInt32 (const css::uno::Any &rVal)
 
bool UCB_DeleteFile (const OUString &rURL)
 
bool UCB_MoveFile (const OUString &rURL, std::u16string_view rNewURL)
 
bool UCB_IsCaseSensitiveFileName (std::u16string_view rURL)
 
bool UCB_IsReadOnlyFileName (const OUString &rURL)
 
bool UCB_IsFile (const OUString &rURL)
 
bool UCB_IsDirectory (const OUString &rURL)
 
bool UCB_GetFileListOfFolder (const OUString &rURL, std::vector< OUString > &rList, const OUString *pExtension, std::vector< ::DateTime > *pDateTimeList)
 
bool needToMapFillItemsToSvxBrushItemTypes (const SfxItemSet &rSet, sal_uInt16 const nMemberId)
 helper to check if fill style is set to color or bitmap and thus formerly used SvxBrushItem parts need to be mapped for backwards compatibility More...
 
bool UCB_GetFileListOfFolder (const OUString &rURL, std::vector< OUString > &rList, const OUString *pExtension, std::vector< DateTime > *pDateTimeList=nullptr)
 

Function Documentation

◆ GetEnumAsInt32()

sal_Int32 SWUnoHelper::GetEnumAsInt32 ( const css::uno::Any &  rVal)

◆ needToMapFillItemsToSvxBrushItemTypes()

bool SWUnoHelper::needToMapFillItemsToSvxBrushItemTypes ( const SfxItemSet rSet,
sal_uInt16 const  nMID 
)

◆ UCB_DeleteFile()

SW_DLLPUBLIC bool SWUnoHelper::UCB_DeleteFile ( const OUString &  rURL)

◆ UCB_GetFileListOfFolder() [1/2]

bool SWUnoHelper::UCB_GetFileListOfFolder ( const OUString &  rURL,
std::vector< OUString > &  rList,
const OUString *  pExtension,
std::vector< ::DateTime > *  pDateTimeList 
)

◆ UCB_GetFileListOfFolder() [2/2]

bool SWUnoHelper::UCB_GetFileListOfFolder ( const OUString &  rURL,
std::vector< OUString > &  rList,
const OUString *  pExtension,
std::vector< DateTime > *  pDateTimeList = nullptr 
)

◆ UCB_IsCaseSensitiveFileName()

SW_DLLPUBLIC bool SWUnoHelper::UCB_IsCaseSensitiveFileName ( std::u16string_view  rURL)

◆ UCB_IsDirectory()

bool SWUnoHelper::UCB_IsDirectory ( const OUString &  rURL)

◆ UCB_IsFile()

SW_DLLPUBLIC bool SWUnoHelper::UCB_IsFile ( const OUString &  rURL)

◆ UCB_IsReadOnlyFileName()

SW_DLLPUBLIC bool SWUnoHelper::UCB_IsReadOnlyFileName ( const OUString &  rURL)

◆ UCB_MoveFile()

bool SWUnoHelper::UCB_MoveFile ( const OUString &  rURL,
std::u16string_view  rNewURL 
)