LibreOffice Module sw (master) 1
Namespaces | Functions
swunohelper.hxx File Reference
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include "swdllapi.h"
#include <vector>
Include dependency graph for swunohelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  SWUnoHelper
 

Functions

sal_Int32 SWUnoHelper::GetEnumAsInt32 (const css::uno::Any &rVal)
 
bool SWUnoHelper::UCB_DeleteFile (const OUString &rURL)
 
bool SWUnoHelper::UCB_MoveFile (const OUString &rURL, std::u16string_view rNewURL)
 
bool SWUnoHelper::UCB_IsCaseSensitiveFileName (std::u16string_view rURL)
 
bool SWUnoHelper::UCB_IsReadOnlyFileName (const OUString &rURL)
 
bool SWUnoHelper::UCB_GetFileListOfFolder (const OUString &rURL, std::vector< OUString > &rList, const OUString *pExtension, std::vector< DateTime > *pDateTimeList=nullptr)
 
bool SWUnoHelper::UCB_IsFile (const OUString &rURL)
 
bool SWUnoHelper::UCB_IsDirectory (const OUString &rURL)
 
bool SWUnoHelper::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...