summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbcmds.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:49:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:11 +0100
commit8a12673c1727381ce8ab729759c3d9cd2069342e (patch)
tree654b5c1814e85c21b819e1f3753f49103bc8a1aa /ucb/source/core/ucbcmds.cxx
parent1aabba2778e3a634be00d8a6eb0388c4aaf07ccf (diff)
New loplugin:dynexcspec: Add @throws documentation, ucb
Change-Id: I39a50e3f066776ac670a99120e12624af39fa83a
Diffstat (limited to 'ucb/source/core/ucbcmds.cxx')
-rw-r--r--ucb/source/core/ucbcmds.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 4341f52c3a59..d8f87d1126d1 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -453,7 +453,7 @@ NameClashContinuation interactiveNameClashResolve(
return NOT_HANDLED;
}
-
+/// @throws uno::RuntimeException
bool setTitle(
const uno::Reference< ucb::XCommandProcessor > & xCommandProcessor,
const uno::Reference< ucb::XCommandEnvironment > & xEnv,
@@ -500,7 +500,7 @@ bool setTitle(
return true;
}
-
+/// @throws uno::Exception
uno::Reference< ucb::XContent > createNew(
const TransferCommandContext & rContext,
const uno::Reference< ucb::XContent > & xTarget,
@@ -725,7 +725,7 @@ uno::Reference< ucb::XContent > createNew(
return xNew;
}
-
+/// @throws uno::Exception
void transferProperties(
const TransferCommandContext & rContext,
const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS,
@@ -884,7 +884,7 @@ void transferProperties(
// new object? addProperty ???
}
-
+/// @throws uno::Exception
uno::Reference< io::XInputStream > getInputStream(
const TransferCommandContext & rContext,
const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS )
@@ -962,7 +962,7 @@ uno::Reference< io::XInputStream > getInputStream(
return xInputStream;
}
-
+/// @throws uno::Exception
uno::Reference< sdbc::XResultSet > getResultSet(
const TransferCommandContext & rContext,
const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS )
@@ -1008,7 +1008,7 @@ uno::Reference< sdbc::XResultSet > getResultSet(
return xResultSet;
}
-
+/// @throws uno::Exception
void handleNameClashRename(
const TransferCommandContext & rContext,
const uno::Reference< ucb::XContent > & xNew,
@@ -1181,7 +1181,7 @@ void handleNameClashRename(
}
}
-
+/// @throws uno::Exception
void globalTransfer_(
const TransferCommandContext & rContext,
const uno::Reference< ucb::XContent > & xSource,