summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:38:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:31:08 -0600
commit060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (patch)
tree398b92af90dbe2130f45969d2fd86a0922c0e2b9 /ucb/source/cacher/cachedcontentresultset.hxx
parent482ab0d09620f92eb3618125930dc7c4c8335b5e (diff)
Remove visual noise from ucb
Conflicts: ucb/source/ucp/webdav/webdavdatasupplier.cxx ucb/source/ucp/webdav/webdavresponseparser.cxx Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db Reviewed-on: https://gerrit.libreoffice.org/8329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.hxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.hxx60
1 files changed, 30 insertions, 30 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.hxx b/ucb/source/cacher/cachedcontentresultset.hxx
index bcb52ed6d744..73fbc8dc4b7d 100644
--- a/ucb/source/cacher/cachedcontentresultset.hxx
+++ b/ucb/source/cacher/cachedcontentresultset.hxx
@@ -32,7 +32,7 @@
#define CACHED_CONTENT_RESULTSET_SERVICE_NAME "com.sun.star.ucb.CachedContentResultSet"
#define CACHED_CONTENT_RESULTSET_FACTORY_NAME "com.sun.star.ucb.CachedContentResultSetFactory"
-//=========================================================================
+
namespace com { namespace sun { namespace star { namespace script {
class XTypeConverter;
@@ -44,7 +44,7 @@ class CachedContentResultSet
, public com::sun::star::lang::XTypeProvider
, public com::sun::star::lang::XServiceInfo
{
- //--------------------------------------------------------------------------
+
// class CCRS_Cache
class CCRS_Cache
@@ -90,7 +90,7 @@ class CachedContentResultSet
sal_Bool SAL_CALL
hasKnownLast();
- //---
+
const com::sun::star::uno::Any& SAL_CALL
getAny( sal_Int32 nRow, sal_Int32 nColumnIndex )
throw( com::sun::star::sdbc::SQLException,
@@ -110,7 +110,7 @@ class CachedContentResultSet
getContent( sal_Int32 nRow )
throw( com::sun::star::uno::RuntimeException );
};
- //-----------------------------------------------------------------
+
//members
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
@@ -129,7 +129,7 @@ class CachedContentResultSet
CCRS_PropertySetInfo* m_pMyPropSetInfo;
- //
+
com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifierMapping >
m_xContentIdentifierMapping;// can be used for remote optimized ContentAccess
@@ -157,12 +157,12 @@ class CachedContentResultSet
private:
- //-----------------------------------------------------------------
+
//helping XPropertySet methods.
virtual void SAL_CALL impl_initPropertySetInfo();
- //-----------------------------------------------------------------
+
sal_Bool SAL_CALL
applyPositionToOrigin( sal_Int32 nRow )
throw( com::sun::star::sdbc::SQLException,
@@ -198,22 +198,22 @@ public:
virtual ~CachedContentResultSet();
- //-----------------------------------------------------------------
+
// XInterface inherited
- //-----------------------------------------------------------------
+
XINTERFACE_DECL()
- //-----------------------------------------------------------------
+
// XTypeProvider
- //-----------------------------------------------------------------
+
XTYPEPROVIDER_DECL()
- //-----------------------------------------------------------------
+
// XServiceInfo
- //-----------------------------------------------------------------
+
XSERVICEINFO_NOFACTORY_DECL()
- //-----------------------------------------------------------------
+
// XPropertySet inherited
- //-----------------------------------------------------------------
+
virtual void SAL_CALL
setPropertyValue( const OUString& aPropertyName,
@@ -230,9 +230,9 @@ public:
com::sun::star::lang::WrappedTargetException,
com::sun::star::uno::RuntimeException );
- //-----------------------------------------------------------------
+
// own inherited
- //-----------------------------------------------------------------
+
virtual void SAL_CALL
impl_disposing( const com::sun::star::lang::EventObject& Source )
throw( com::sun::star::uno::RuntimeException );
@@ -246,9 +246,9 @@ public:
throw( com::sun::star::beans::PropertyVetoException,
com::sun::star::uno::RuntimeException );
- //-----------------------------------------------------------------
+
// XContentAccess inherited
- //-----------------------------------------------------------------
+
virtual OUString SAL_CALL
queryContentIdentifierString()
throw( com::sun::star::uno::RuntimeException );
@@ -263,9 +263,9 @@ public:
queryContent()
throw( com::sun::star::uno::RuntimeException );
- //-----------------------------------------------------------------
+
// XResultSet inherited
- //-----------------------------------------------------------------
+
virtual sal_Bool SAL_CALL
next()
throw( com::sun::star::sdbc::SQLException,
@@ -340,9 +340,9 @@ public:
throw( com::sun::star::sdbc::SQLException,
com::sun::star::uno::RuntimeException );
- //-----------------------------------------------------------------
+
// XRow inherited
- //-----------------------------------------------------------------
+
virtual sal_Bool SAL_CALL
wasNull()
throw( com::sun::star::sdbc::SQLException,
@@ -451,9 +451,9 @@ public:
throw( com::sun::star::sdbc::SQLException,
com::sun::star::uno::RuntimeException );
- //-----------------------------------------------------------------
+
// Type Converter support
- //-----------------------------------------------------------------
+
private:
sal_Bool m_bTriedToGetTypeConverter;
@@ -467,7 +467,7 @@ private:
T (SAL_CALL css::sdbc::XRow::* f)(sal_Int32), sal_Int32 columnIndex);
};
-//=========================================================================
+
class CachedContentResultSetFactory
: public cppu::OWeakObject
@@ -487,19 +487,19 @@ public:
virtual ~CachedContentResultSetFactory();
- //-----------------------------------------------------------------
+
// XInterface
XINTERFACE_DECL()
- //-----------------------------------------------------------------
+
// XTypeProvider
XTYPEPROVIDER_DECL()
- //-----------------------------------------------------------------
+
// XServiceInfo
XSERVICEINFO_DECL()
- //-----------------------------------------------------------------
+
// XCachedContentResultSetFactory
virtual com::sun::star::uno::Reference<