LibreOffice Module ucb (master) 1
|
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/ucb/CommandInfo.hpp>
#include <com/sun/star/ucb/OpenCommandArgument2.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <sal/macros.h>
#include "pkgcontent.hxx"
Go to the source code of this file.
Macros | |
#define | MAKEPROPSEQUENCE(a) uno::Sequence< beans::Property >( a, SAL_N_ELEMENTS( a ) ) |
#define | MAKECMDSEQUENCE(a) uno::Sequence< ucb::CommandInfo >( a, SAL_N_ELEMENTS( a ) ) |
#define MAKECMDSEQUENCE | ( | a | ) | uno::Sequence< ucb::CommandInfo >( a, SAL_N_ELEMENTS( a ) ) |
Definition at line 72 of file pkgcontentcaps.cxx.
#define MAKEPROPSEQUENCE | ( | a | ) | uno::Sequence< beans::Property >( a, SAL_N_ELEMENTS( a ) ) |
Definition at line 69 of file pkgcontentcaps.cxx.