summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/resultset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/resultset.cxx')
-rw-r--r--ucbhelper/source/provider/resultset.cxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx
index 48a360961229..eccb3b503974 100644
--- a/ucbhelper/source/provider/resultset.cxx
+++ b/ucbhelper/source/provider/resultset.cxx
@@ -32,7 +32,6 @@
using namespace com::sun::star;
-
namespace ucbhelper_impl
{
@@ -76,11 +75,9 @@ static const PropertyInfo aPropertyTable[] =
#define RESULTSET_PROPERTY_COUNT 2
-
// class PropertySetInfo
-
class PropertySetInfo :
public cppu::OWeakObject,
public lang::XTypeProvider,
@@ -140,11 +137,9 @@ namespace ucbhelper
{
-
// struct ResultSet_Impl.
-
struct ResultSet_Impl
{
uno::Reference< uno::XComponentContext > m_xContext;
@@ -193,13 +188,9 @@ inline ResultSet_Impl::~ResultSet_Impl()
}
-
-
// ResultSet Implementation.
-
-
ResultSet::ResultSet(
const uno::Reference< uno::XComponentContext >& rxContext,
const uno::Sequence< beans::Property >& rProperties,
@@ -231,7 +222,6 @@ ResultSet::~ResultSet()
}
-
// XInterface methods.
void SAL_CALL ResultSet::acquire()
@@ -266,7 +256,6 @@ css::uno::Any SAL_CALL ResultSet::queryInterface( const css::uno::Type & rType )
// XTypeProvider methods.
-
XTYPEPROVIDER_IMPL_9( ResultSet,
lang::XTypeProvider,
lang::XServiceInfo,
@@ -279,21 +268,17 @@ XTYPEPROVIDER_IMPL_9( ResultSet,
beans::XPropertySet );
-
// XServiceInfo methods.
-
XSERVICEINFO_NOFACTORY_IMPL_1( ResultSet,
OUString("ResultSet"),
RESULTSET_SERVICE_NAME );
-
// XComponent methods.
-
// virtual
void SAL_CALL ResultSet::dispose()
throw( uno::RuntimeException, std::exception )
@@ -346,11 +331,9 @@ void SAL_CALL ResultSet::removeEventListener(
}
-
// XResultSetMetaDataSupplier methods.
-
// virtual
uno::Reference< sdbc::XResultSetMetaData > SAL_CALL ResultSet::getMetaData()
throw( sdbc::SQLException, uno::RuntimeException, std::exception )
@@ -365,11 +348,9 @@ uno::Reference< sdbc::XResultSetMetaData > SAL_CALL ResultSet::getMetaData()
}
-
// XResultSet methods.
-
// virtual
sal_Bool SAL_CALL ResultSet::next()
throw( sdbc::SQLException, uno::RuntimeException, std::exception )
@@ -767,11 +748,9 @@ uno::Reference< uno::XInterface > SAL_CALL ResultSet::getStatement()
}
-
// XRow methods.
-
// virtual
sal_Bool SAL_CALL ResultSet::wasNull()
throw( sdbc::SQLException, uno::RuntimeException, std::exception )
@@ -1244,11 +1223,9 @@ ResultSet::getArray( sal_Int32 columnIndex )
}
-
// XCloseable methods.
-
// virtual
void SAL_CALL ResultSet::close()
throw( sdbc::SQLException, uno::RuntimeException, std::exception )
@@ -1258,11 +1235,9 @@ void SAL_CALL ResultSet::close()
}
-
// XContentAccess methods.
-
// virtual
OUString SAL_CALL ResultSet::queryContentIdentifierString()
throw( uno::RuntimeException, std::exception )
@@ -1300,11 +1275,9 @@ ResultSet::queryContent()
}
-
// XPropertySet methods.
-
// virtual
uno::Reference< beans::XPropertySetInfo > SAL_CALL
ResultSet::getPropertySetInfo()
@@ -1450,11 +1423,9 @@ void SAL_CALL ResultSet::removeVetoableChangeListener(
}
-
// Non-interface methods.
-
void ResultSet::propertyChanged( const beans::PropertyChangeEvent& rEvt )
{
if ( !m_pImpl->m_pPropertyChangeListeners )
@@ -1537,13 +1508,9 @@ ResultSet::getEnvironment()
namespace ucbhelper_impl {
-
-
// PropertySetInfo Implementation.
-
-
PropertySetInfo::PropertySetInfo(
const PropertyInfo* pProps,
sal_Int32 nProps )
@@ -1577,7 +1544,6 @@ PropertySetInfo::~PropertySetInfo()
}
-
// XInterface methods.
void SAL_CALL PropertySetInfo::acquire()
throw()
@@ -1605,17 +1571,14 @@ css::uno::Any SAL_CALL PropertySetInfo::queryInterface(
// XTypeProvider methods.
-
XTYPEPROVIDER_IMPL_2( PropertySetInfo,
lang::XTypeProvider,
beans::XPropertySetInfo );
-
// XPropertySetInfo methods.
-
// virtual
uno::Sequence< beans::Property > SAL_CALL PropertySetInfo::getProperties()
throw( uno::RuntimeException, std::exception )