21#include <com/sun/star/beans/Property.hpp>
22#include <com/sun/star/beans/PropertyAttribute.hpp>
23#include <com/sun/star/beans/PropertyValue.hpp>
24#include <com/sun/star/ucb/CommandInfo.hpp>
25#include <com/sun/star/ucb/OpenCommandArgument2.hpp>
26#include <com/sun/star/ucb/InsertCommandArgument.hpp>
27#include <com/sun/star/util/DateTime.hpp>
28#include <com/sun/star/uno/Sequence.hxx>
36uno::Sequence< beans::Property > FTPContent::getProperties(
37 const uno::Reference< ucb::XCommandEnvironment > & )
41 static const beans::Property aPropsInfoTable[] =
47 beans::PropertyAttribute::BOUND
48 | beans::PropertyAttribute::READONLY
54 beans::PropertyAttribute::BOUND
55 | beans::PropertyAttribute::READONLY
61 beans::PropertyAttribute::BOUND
62 | beans::PropertyAttribute::READONLY
68 beans::PropertyAttribute::BOUND
75 beans::PropertyAttribute::BOUND
76 | beans::PropertyAttribute::READONLY
82 beans::PropertyAttribute::BOUND
83 | beans::PropertyAttribute::READONLY
89 beans::PropertyAttribute::BOUND
90 | beans::PropertyAttribute::READONLY
93 "CreatableContentsInfo",
96 beans::PropertyAttribute::BOUND
97 | beans::PropertyAttribute::READONLY
101 return uno::Sequence< beans::Property >( aPropsInfoTable,
PROPS_COUNT );
107 const uno::Reference< ucb::XCommandEnvironment > & )
115 #define COMMAND_COUNT 8
117 static const ucb::CommandInfo aCommandInfoTable[] =
128 "getPropertySetInfo",
164 return uno::Sequence< ucb::CommandInfo >( aCommandInfoTable,
COMMAND_COUNT );
virtual css::uno::Sequence< css::ucb::CommandInfo > getCommands(const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv) override
Definition of ftpcontentprovider.