|
LibreOffice Module sw (master) 1
|
#include <com/sun/star/uno/Sequence.h>#include <com/sun/star/uno/Exception.hpp>#include <com/sun/star/ucb/UniversalContentBroker.hpp>#include <com/sun/star/ucb/XContentIdentifier.hpp>#include <com/sun/star/ucb/XCommandEnvironment.hpp>#include <com/sun/star/ucb/TransferInfo.hpp>#include <com/sun/star/ucb/NameClash.hpp>#include <com/sun/star/sdbc/XResultSet.hpp>#include <com/sun/star/sdbc/XRow.hpp>#include <comphelper/processfactory.hxx>#include <comphelper/extract.hxx>#include <o3tl/any.hxx>#include <tools/urlobj.hxx>#include <tools/datetime.hxx>#include <comphelper/diagnose_ex.hxx>#include <rtl/ustring.hxx>#include <osl/diagnose.h>#include <ucbhelper/contentidentifier.hxx>#include <ucbhelper/content.hxx>#include <swunohelper.hxx>#include <svx/xdef.hxx>#include <svx/xfillit0.hxx>#include <editeng/memberids.h>#include <svl/itemset.hxx>Go to the source code of this file.
Namespaces | |
| 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_IsFile (const OUString &rURL) |
| bool | SWUnoHelper::UCB_IsDirectory (const OUString &rURL) |
| bool | SWUnoHelper::UCB_GetFileListOfFolder (const OUString &rURL, std::vector< OUString > &rList, const OUString *pExtension, std::vector< ::DateTime > *pDateTimeList) |
| 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... | |