summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/interactionrequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/interactionrequest.cxx')
-rw-r--r--ucbhelper/source/provider/interactionrequest.cxx81
1 files changed, 0 insertions, 81 deletions
diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx
index b3bf575d3e63..5df31a75c0aa 100644
--- a/ucbhelper/source/provider/interactionrequest.cxx
+++ b/ucbhelper/source/provider/interactionrequest.cxx
@@ -34,13 +34,9 @@ using namespace com::sun::star;
using namespace ucbhelper;
-
-
// InteractionRequest Implementation.
-
-
namespace ucbhelper
{
@@ -106,11 +102,9 @@ void InteractionRequest::setSelection(
}
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionRequest::acquire()
throw()
@@ -140,11 +134,9 @@ InteractionRequest::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionRequest::getImplementationId()
throw( uno::RuntimeException, std::exception )
@@ -173,11 +165,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionRequest::getTypes()
}
-
// XInteractionRequest methods.
-
// virtual
uno::Any SAL_CALL InteractionRequest::getRequest()
throw( uno::RuntimeException, std::exception )
@@ -230,19 +220,12 @@ void InteractionContinuation::recordSelection()
}
-
-
// InteractionAbort Implementation.
-
-
-
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionAbort::acquire()
throw()
@@ -274,11 +257,9 @@ InteractionAbort::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionAbort::getImplementationId()
throw( uno::RuntimeException, std::exception )
@@ -307,11 +288,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionAbort::getTypes()
}
-
// XInteractionContinuation methods.
-
// virtual
void SAL_CALL InteractionAbort::select()
throw( uno::RuntimeException, std::exception )
@@ -320,19 +299,12 @@ void SAL_CALL InteractionAbort::select()
}
-
-
// InteractionRetry Implementation.
-
-
-
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionRetry::acquire()
throw()
@@ -364,11 +336,9 @@ InteractionRetry::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionRetry::getImplementationId()
throw( uno::RuntimeException, std::exception )
@@ -397,11 +367,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionRetry::getTypes()
}
-
// XInteractionContinuation methods.
-
// virtual
void SAL_CALL InteractionRetry::select()
throw( uno::RuntimeException, std::exception )
@@ -410,19 +378,12 @@ void SAL_CALL InteractionRetry::select()
}
-
-
// InteractionApprove Implementation.
-
-
-
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionApprove::acquire()
throw()
@@ -454,11 +415,9 @@ InteractionApprove::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionApprove::getImplementationId()
throw( uno::RuntimeException, std::exception )
@@ -487,11 +446,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionApprove::getTypes()
}
-
// XInteractionContinuation methods.
-
// virtual
void SAL_CALL InteractionApprove::select()
throw( uno::RuntimeException, std::exception )
@@ -500,19 +457,12 @@ void SAL_CALL InteractionApprove::select()
}
-
-
// InteractionDisapprove Implementation.
-
-
-
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionDisapprove::acquire()
throw()
@@ -544,11 +494,9 @@ InteractionDisapprove::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL InteractionDisapprove::getImplementationId()
throw( uno::RuntimeException, std::exception )
@@ -577,11 +525,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionDisapprove::getTypes()
}
-
// XInteractionContinuation methods.
-
// virtual
void SAL_CALL InteractionDisapprove::select()
throw( uno::RuntimeException, std::exception )
@@ -590,19 +536,12 @@ void SAL_CALL InteractionDisapprove::select()
}
-
-
// InteractionSupplyAuthentication Implementation.
-
-
-
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionSupplyAuthentication::acquire()
throw()
@@ -635,11 +574,9 @@ InteractionSupplyAuthentication::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL
InteractionSupplyAuthentication::getImplementationId()
@@ -669,11 +606,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionSupplyAuthentication::getTypes()
}
-
// XInteractionContinuation methods.
-
// virtual
void SAL_CALL InteractionSupplyAuthentication::select()
throw( uno::RuntimeException, std::exception )
@@ -682,11 +617,9 @@ void SAL_CALL InteractionSupplyAuthentication::select()
}
-
// XInteractionSupplyAuthentication methods.
-
// virtual
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canSetRealm()
@@ -816,11 +749,9 @@ void SAL_CALL InteractionSupplyAuthentication::setRememberAccount(
}
-
// XInteractionSupplyAuthentication2 methods.
-
// virtual
sal_Bool SAL_CALL
InteractionSupplyAuthentication::canUseSystemCredentials(
@@ -842,20 +773,12 @@ void SAL_CALL InteractionSupplyAuthentication::setUseSystemCredentials(
}
-
-
-
// InteractionReplaceExistingData Implementation.
-
-
-
-
// XInterface methods.
-
// virtual
void SAL_CALL InteractionReplaceExistingData::acquire()
throw()
@@ -887,11 +810,9 @@ InteractionReplaceExistingData::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
// virtual
uno::Sequence< sal_Int8 > SAL_CALL
InteractionReplaceExistingData::getImplementationId()
@@ -921,11 +842,9 @@ uno::Sequence< uno::Type > SAL_CALL InteractionReplaceExistingData::getTypes()
}
-
// XInteractionContinuation methods.
-
// virtual
void SAL_CALL InteractionReplaceExistingData::select()
throw( uno::RuntimeException, std::exception )