summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_contentcaps.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_contentcaps.cxx116
1 files changed, 56 insertions, 60 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx b/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx
index 9857ec8aefb3..4ebaf91bb0d1 100644
--- a/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx
@@ -103,28 +103,28 @@ uno::Sequence< beans::Property > Content::getProperties(
// Mandatory properties
beans::Property(
- OUString( "ContentType" ),
+ "ContentType",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsDocument" ),
+ "IsDocument",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsFolder" ),
+ "IsFolder",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "Title" ),
+ "Title",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
@@ -133,8 +133,7 @@ uno::Sequence< beans::Property > Content::getProperties(
// Optional standard properties
beans::Property(
- OUString(
- "CreatableContentsInfo" ),
+ "CreatableContentsInfo",
-1,
cppu::UnoType<uno::Sequence< ucb::ContentInfo >>::get(),
beans::PropertyAttribute::BOUND
@@ -159,28 +158,28 @@ uno::Sequence< beans::Property > Content::getProperties(
// Mandatory properties
beans::Property(
- OUString( "ContentType" ),
+ "ContentType",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsDocument" ),
+ "IsDocument",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsFolder" ),
+ "IsFolder",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "Title" ),
+ "Title",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
@@ -189,8 +188,7 @@ uno::Sequence< beans::Property > Content::getProperties(
// Optional standard properties
beans::Property(
- OUString(
- "CreatableContentsInfo" ),
+ "CreatableContentsInfo",
-1,
cppu::UnoType<uno::Sequence< ucb::ContentInfo >>::get(),
beans::PropertyAttribute::BOUND
@@ -200,7 +198,7 @@ uno::Sequence< beans::Property > Content::getProperties(
// New properties
beans::Property(
- OUString( "Storage" ),
+ "Storage",
-1,
cppu::UnoType<embed::XStorage>::get(),
beans::PropertyAttribute::BOUND
@@ -222,28 +220,28 @@ uno::Sequence< beans::Property > Content::getProperties(
// Mandatory properties
beans::Property(
- OUString( "ContentType" ),
+ "ContentType",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsDocument" ),
+ "IsDocument",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsFolder" ),
+ "IsFolder",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "Title" ),
+ "Title",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
@@ -253,8 +251,7 @@ uno::Sequence< beans::Property > Content::getProperties(
// Optional standard properties
beans::Property(
- OUString(
- "CreatableContentsInfo" ),
+ "CreatableContentsInfo",
-1,
cppu::UnoType<uno::Sequence< ucb::ContentInfo >>::get(),
beans::PropertyAttribute::BOUND
@@ -264,7 +261,7 @@ uno::Sequence< beans::Property > Content::getProperties(
// New properties
beans::Property(
- OUString( "DocumentModel" ),
+ "DocumentModel",
-1,
cppu::UnoType<frame::XModel>::get(),
beans::PropertyAttribute::BOUND
@@ -288,28 +285,28 @@ uno::Sequence< beans::Property > Content::getProperties(
// Mandatory properties
beans::Property(
- OUString( "ContentType" ),
+ "ContentType",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsDocument" ),
+ "IsDocument",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "IsFolder" ),
+ "IsFolder",
-1,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::READONLY
),
beans::Property(
- OUString( "Title" ),
+ "Title",
-1,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
@@ -319,8 +316,7 @@ uno::Sequence< beans::Property > Content::getProperties(
// Optional standard properties
beans::Property(
- OUString(
- "CreatableContentsInfo" ),
+ "CreatableContentsInfo",
-1,
cppu::UnoType<uno::Sequence< ucb::ContentInfo >>::get(),
beans::PropertyAttribute::BOUND
@@ -359,22 +355,22 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Mandatory commands
ucb::CommandInfo(
- OUString( "getCommandInfo" ),
+ "getCommandInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertySetInfo" ),
+ "getPropertySetInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertyValues" ),
+ "getPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::Property >>::get()
),
ucb::CommandInfo(
- OUString( "setPropertyValues" ),
+ "setPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::PropertyValue >>::get()
),
@@ -382,12 +378,12 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Optional standard commands
ucb::CommandInfo(
- OUString( "delete" ),
+ "delete",
-1,
cppu::UnoType<bool>::get()
),
ucb::CommandInfo(
- OUString( "open" ),
+ "open",
-1,
cppu::UnoType<ucb::OpenCommandArgument2>::get()
)
@@ -408,22 +404,22 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Mandatory commands
ucb::CommandInfo(
- OUString( "getCommandInfo" ),
+ "getCommandInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertySetInfo" ),
+ "getPropertySetInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertyValues" ),
+ "getPropertyValues",
-1,
cppu::UnoType< uno::Sequence< beans::Property >>::get()
),
ucb::CommandInfo(
- OUString( "setPropertyValues" ),
+ "setPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::PropertyValue >>::get()
),
@@ -431,17 +427,17 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Optional standard commands
ucb::CommandInfo(
- OUString( "delete" ),
+ "delete",
-1,
cppu::UnoType<bool>::get()
),
ucb::CommandInfo(
- OUString( "insert" ),
+ "insert",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "open" ),
+ "open",
-1,
cppu::UnoType<ucb::OpenCommandArgument2>::get()
)
@@ -464,22 +460,22 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Mandatory commands
ucb::CommandInfo(
- OUString( "getCommandInfo" ),
+ "getCommandInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertySetInfo" ),
+ "getPropertySetInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertyValues" ),
+ "getPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::Property >>::get()
),
ucb::CommandInfo(
- OUString( "setPropertyValues" ),
+ "setPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::PropertyValue >>::get()
),
@@ -487,27 +483,27 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Optional standard commands
ucb::CommandInfo(
- OUString( "delete" ),
+ "delete",
-1,
cppu::UnoType<bool>::get()
),
ucb::CommandInfo(
- OUString( "insert" ),
+ "insert",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "open" ),
+ "open",
-1,
cppu::UnoType<ucb::OpenCommandArgument2>::get()
),
ucb::CommandInfo(
- OUString( "transfer" ),
+ "transfer",
-1,
cppu::UnoType<ucb::TransferInfo>::get()
),
ucb::CommandInfo(
- OUString( "createNewContent" ),
+ "createNewContent",
-1,
cppu::UnoType<ucb::ContentInfo>::get()
)
@@ -530,22 +526,22 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Mandatory commands
ucb::CommandInfo(
- OUString( "getCommandInfo" ),
+ "getCommandInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertySetInfo" ),
+ "getPropertySetInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertyValues" ),
+ "getPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::Property >>::get()
),
ucb::CommandInfo(
- OUString( "setPropertyValues" ),
+ "setPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::PropertyValue >>::get()
),
@@ -553,17 +549,17 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Optional standard commands
ucb::CommandInfo(
- OUString( "open" ),
+ "open",
-1,
cppu::UnoType<ucb::OpenCommandArgument2>::get()
),
ucb::CommandInfo(
- OUString( "transfer" ),
+ "transfer",
-1,
cppu::UnoType<ucb::TransferInfo>::get()
),
ucb::CommandInfo(
- OUString( "createNewContent" ),
+ "createNewContent",
-1,
cppu::UnoType<ucb::ContentInfo>::get()
)
@@ -588,22 +584,22 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Mandatory commands
ucb::CommandInfo(
- OUString( "getCommandInfo" ),
+ "getCommandInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertySetInfo" ),
+ "getPropertySetInfo",
-1,
cppu::UnoType<void>::get()
),
ucb::CommandInfo(
- OUString( "getPropertyValues" ),
+ "getPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::Property >>::get()
),
ucb::CommandInfo(
- OUString( "setPropertyValues" ),
+ "setPropertyValues",
-1,
cppu::UnoType<uno::Sequence< beans::PropertyValue >>::get()
),
@@ -611,7 +607,7 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Optional standard commands
ucb::CommandInfo(
- OUString( "open" ),
+ "open",
-1,
cppu::UnoType<ucb::OpenCommandArgument2>::get()
)