summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/ucbhelper
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/activedatasink.hxx2
-rw-r--r--include/ucbhelper/activedatastreamer.hxx2
-rw-r--r--include/ucbhelper/cancelcommandexecution.hxx2
-rw-r--r--include/ucbhelper/commandenvironment.hxx2
-rw-r--r--include/ucbhelper/content.hxx36
-rw-r--r--include/ucbhelper/contenthelper.hxx6
-rw-r--r--include/ucbhelper/contentidentifier.hxx2
-rw-r--r--include/ucbhelper/contentinfo.hxx16
-rw-r--r--include/ucbhelper/fileidentifierconverter.hxx6
-rw-r--r--include/ucbhelper/interactionrequest.hxx22
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx50
-rw-r--r--include/ucbhelper/macros.hxx74
-rw-r--r--include/ucbhelper/propertyvalueset.hxx6
-rw-r--r--include/ucbhelper/providerhelper.hxx28
-rw-r--r--include/ucbhelper/registerucb.hxx4
-rw-r--r--include/ucbhelper/resultset.hxx10
-rw-r--r--include/ucbhelper/resultsethelper.hxx8
-rw-r--r--include/ucbhelper/resultsetmetadata.hxx4
18 files changed, 140 insertions, 140 deletions
diff --git a/include/ucbhelper/activedatasink.hxx b/include/ucbhelper/activedatasink.hxx
index cfbf6bb6b4b4..deaf6aca4205 100644
--- a/include/ucbhelper/activedatasink.hxx
+++ b/include/ucbhelper/activedatasink.hxx
@@ -29,7 +29,7 @@
namespace ucbhelper
{
-//=========================================================================
+
/**
* This class implements the interface com::sun::star::io::XActiveDataSink.
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index eabfa659c0c8..799f7ee500d8 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -28,7 +28,7 @@
namespace ucbhelper
{
-//=========================================================================
+
/**
* This class implements the interface com::sun::star::io::XActiveDataStreamer.
diff --git a/include/ucbhelper/cancelcommandexecution.hxx b/include/ucbhelper/cancelcommandexecution.hxx
index 71e9ab19116a..9685d3938597 100644
--- a/include/ucbhelper/cancelcommandexecution.hxx
+++ b/include/ucbhelper/cancelcommandexecution.hxx
@@ -34,7 +34,7 @@ namespace com { namespace sun { namespace star {
namespace ucbhelper
{
-//============================================================================
+
/** Cancel the execution of a command by throwing the appropriate exception.
If an Interaction Handler is given with the command environment and the
handler handles the exception by selecting the supplied continuation,
diff --git a/include/ucbhelper/commandenvironment.hxx b/include/ucbhelper/commandenvironment.hxx
index a2b5397c1c86..1c9ce54a4741 100644
--- a/include/ucbhelper/commandenvironment.hxx
+++ b/include/ucbhelper/commandenvironment.hxx
@@ -31,7 +31,7 @@ namespace ucbhelper
struct CommandEnvironment_Impl;
-//=========================================================================
+
/**
* This class implements the interface
diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx
index 234158c3fc01..558027287076 100644
--- a/include/ucbhelper/content.hxx
+++ b/include/ucbhelper/content.hxx
@@ -60,7 +60,7 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace ucbhelper
{
-//=========================================================================
+
/**
* These are the possible values for the parameter eMode of method
@@ -85,7 +85,7 @@ enum InsertOperation
InsertOperation_CHECKIN // check-in source data
};
-//=========================================================================
+
class Content_Impl;
@@ -185,9 +185,9 @@ public:
::com::sun::star::uno::XComponentContext >& rCtx,
Content& rContent );
- //////////////////////////////////////////////////////////////////////
+
// Direct access to UCB content.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method provides access to the "native" UCB content interface(s).
@@ -201,9 +201,9 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >
get() const;
- //////////////////////////////////////////////////////////////////////
+
// Object identity.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns the URL of the content.
@@ -212,9 +212,9 @@ public:
*/
const OUString& getURL() const;
- //////////////////////////////////////////////////////////////////////
+
// Command environment.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns the environment to use when executing commands.
@@ -234,9 +234,9 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XCommandEnvironment >& xNewEnv );
- //////////////////////////////////////////////////////////////////////
+
// Access to supported commands/properties.
- //////////////////////////////////////////////////////////////////////
+
/**
* This methods provides access to meta data of the commands supported
@@ -264,9 +264,9 @@ public:
::com::sun::star::uno::RuntimeException,
::com::sun::star::uno::Exception );
- //////////////////////////////////////////////////////////////////////
+
// Access to property value(s).
- //////////////////////////////////////////////////////////////////////
+
/**
* This method can be used to read a single property value.
@@ -376,9 +376,9 @@ public:
::com::sun::star::uno::RuntimeException,
::com::sun::star::uno::Exception );
- //////////////////////////////////////////////////////////////////////
+
// General command execution.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method can be used to execute any command supported by the
@@ -397,9 +397,9 @@ public:
::com::sun::star::uno::RuntimeException,
::com::sun::star::uno::Exception );
- //////////////////////////////////////////////////////////////////////
+
// Special commands.
- //////////////////////////////////////////////////////////////////////
+
/**
* This methods gives access to the children of a folder content.
@@ -686,9 +686,9 @@ public:
::com::sun::star::uno::RuntimeException,
::com::sun::star::uno::Exception );
- //////////////////////////////////////////////////////////////////////
+
// Required properties.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns the value of the content's property "IsFolder".
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index 17091db95803..e1318eb6a618 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -56,7 +56,7 @@ namespace ucbhelper_impl { struct ContentImplHelper_Impl; }
namespace ucbhelper
{
-//=========================================================================
+
class ContentProviderImplHelper;
@@ -484,9 +484,9 @@ public:
throw( com::sun::star::lang::NoSupportException,
com::sun::star::uno::RuntimeException, std::exception );
- //////////////////////////////////////////////////////////////////////
+
// Non-interface methods.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns the provider of the content.
diff --git a/include/ucbhelper/contentidentifier.hxx b/include/ucbhelper/contentidentifier.hxx
index 6203a20d9777..f17ed6ef5cbc 100644
--- a/include/ucbhelper/contentidentifier.hxx
+++ b/include/ucbhelper/contentidentifier.hxx
@@ -31,7 +31,7 @@ namespace ucbhelper
struct ContentIdentifier_Impl;
-//=========================================================================
+
/**
* This class implements a simple identifier object for UCB contents.
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index dcb5bc3a4c76..fbaa877cdb34 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -31,11 +31,11 @@
namespace ucbhelper {
-//============================================================================
-//
+
+
// class PropertySetInfo.
-//
-//============================================================================
+
+
class ContentImplHelper;
@@ -90,11 +90,11 @@ public:
void reset();
};
-//============================================================================
-//
+
+
// class CommandProcessorInfo.
-//
-//============================================================================
+
+
/**
* This class provides a command info ( the complete implementation of
diff --git a/include/ucbhelper/fileidentifierconverter.hxx b/include/ucbhelper/fileidentifierconverter.hxx
index 09b1ed1e88e4..892234d39fc2 100644
--- a/include/ucbhelper/fileidentifierconverter.hxx
+++ b/include/ucbhelper/fileidentifierconverter.hxx
@@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star { namespace ucb {
namespace ucbhelper {
-//============================================================================
+
/** Get a 'root' URL for the most 'local' file content provider.
@descr
@@ -45,7 +45,7 @@ namespace ucbhelper {
UCBHELPER_DLLPUBLIC OUString getLocalFileURL()
SAL_THROW((com::sun::star::uno::RuntimeException));
-//============================================================================
+
/** Using a specific content provider manager, convert a file path in system
dependent notation to a (file) URL.
@@ -78,7 +78,7 @@ getFileURLFromSystemPath(
OUString const & rSystemPath)
SAL_THROW((com::sun::star::uno::RuntimeException));
-//============================================================================
+
/** Using a specific content provider manager, convert a (file) URL to a
file path in system dependent notation.
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 3326953f90ff..1fdd3797fded 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -37,7 +37,7 @@ namespace ucbhelper {
class InteractionContinuation;
-//============================================================================
+
struct InteractionRequest_Impl;
/**
@@ -142,7 +142,7 @@ public:
const rtl::Reference< InteractionContinuation > & rxSelection );
};
-//============================================================================
+
struct InteractionContinuation_Impl;
/**
@@ -173,7 +173,7 @@ public:
InteractionContinuation( InteractionRequest * pRequest );
};
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionAbort. Instances of this class can be passed
@@ -210,7 +210,7 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception );
};
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionRetry. Instances of this class can be passed
@@ -247,7 +247,7 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception );
};
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionApprove. Instances of this class can be passed
@@ -284,7 +284,7 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception );
};
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionDisapprove. Instances of this class can be passed
@@ -321,7 +321,7 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception );
};
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionSupplyAuthentication. Instances of this class can be
@@ -557,7 +557,7 @@ public:
bool getUseSystemCredentials() const { return m_bUseSystemCredentials; }
};
-//============================================================================
+
inline InteractionSupplyAuthentication::InteractionSupplyAuthentication(
InteractionRequest * pRequest,
bool bCanSetRealm,
@@ -589,7 +589,7 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication(
= com::sun::star::ucb::RememberAuthentication_NO;
}
-//============================================================================
+
inline InteractionSupplyAuthentication::InteractionSupplyAuthentication(
InteractionRequest * pRequest,
bool bCanSetRealm,
@@ -623,7 +623,7 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication(
{
}
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionSupplyName. Instances of this class can be passed
@@ -676,7 +676,7 @@ public:
const OUString & getName() const { return m_aName; }
};
-//============================================================================
+
/**
* This class implements a standard interaction continuation, namely the
* interface XInteractionReplaceExistingData. Instances of this class can be
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 1c0a38028d58..7d4ba5a27081 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -42,28 +42,28 @@ namespace ucbhelper{
*/
class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XInteractionHandler >
{
- //-------------------------------------------
+
// types
public:
struct InterceptedRequest
{
- //-----------------------------------
+
/** @short marks an Handle as invalid.
*/
static const sal_Int32 INVALID_HANDLE = -1;
- //-----------------------------------
+
/** @short contains the interaction request, which should be intercepted. */
::com::sun::star::uno::Any Request;
- //-----------------------------------
+
/** @short specify the fix continuation, which must be selected, if the
interaction could be intercepted successfully.
*/
::com::sun::star::uno::Type Continuation;
- //-----------------------------------
+
/** @short specify, if both interactions must have the same type
or can be derived from.
@@ -80,7 +80,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
*/
bool MatchExact;
- //-----------------------------------
+
/** @short its an unique identifier, which must be managed by the outside code.
@descr If there is a derived class, which overwrites the InterceptedInteraction::intercepted()
@@ -89,7 +89,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
*/
sal_Int32 Handle;
- //-----------------------------------
+
/** @short default ctor.
@descr Such constructed object cant be used really.
@@ -102,7 +102,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
Handle = INVALID_HANDLE;
}
- //-----------------------------------
+
/** @short initialize this instance.
@param nHandle
@@ -133,7 +133,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
}
};
- //---------------------------------------
+
/** @short represent the different states, which can occur
as result of an interception.
@@ -151,11 +151,11 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
E_INTERCEPTED
};
- //-------------------------------------------
+
// member
protected:
- //---------------------------------------
+
/** @short reference to the intercepted interaction handler.
@descr NULL is allowed for this member!
@@ -165,21 +165,21 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
*/
::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > m_xInterceptedHandler;
- //---------------------------------------
+
/** @short these list contains the requests, which should be intercepted.
*/
::std::vector< InterceptedRequest > m_lInterceptions;
- //-------------------------------------------
+
// native interface
public:
- //---------------------------------------
+
/** @short initialize a new instance with default values.
*/
InterceptedInteraction();
- //---------------------------------------
+
/** @short initialize a new instance with real values.
@param xInterceptedHandler
@@ -192,7 +192,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
InterceptedInteraction(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& xInterceptedHandler,
const ::std::vector< InterceptedRequest >& lInterceptions );
- //---------------------------------------
+
/** @short initialize a new instance with the interaction handler,
which should be intercepted.
@@ -206,7 +206,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
*/
void setInterceptedHandler(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& xInterceptedHandler);
- //---------------------------------------
+
/** @short set a new list of intercepted interactions.
@attention If the interface method handle() will be overwritten by
@@ -218,7 +218,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
*/
void setInterceptions(const ::std::vector< InterceptedRequest >& lInterceptions);
- //---------------------------------------
+
/** @short extract a requested continuation from te list of available ones.
@param lContinuations
@@ -235,11 +235,11 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > >& lContinuations,
const ::com::sun::star::uno::Type& aType );
- //-------------------------------------------
+
// useable for derived classes
protected:
- //---------------------------------------
+
/** @short can be overwritten by a derived class to handle interceptions
outside.
@@ -271,11 +271,11 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
virtual EInterceptionState intercepted(const InterceptedRequest& rRequest ,
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xOrgRequest);
- //-------------------------------------------
+
// uno interface
public:
- //---------------------------------------
+
/** @short implements the default handling of this class ....
or can be overwritten by any derived class.
@@ -296,17 +296,17 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
virtual void SAL_CALL handle(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xRequest)
throw(::com::sun::star::uno::RuntimeException, std::exception);
- //-------------------------------------------
+
// helper
private:
- //---------------------------------------
+
/** @short implements the default handling:
- intercept or forward to internal handler.
*/
UCBHELPER_DLLPRIVATE void impl_handleDefault(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xRequest);
- //---------------------------------------
+
/** @short implements the interception of requests.
@descr The incoming request will be analyzed, if it match
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 356369fa7b31..3c6b395f4ef8 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -29,16 +29,16 @@
#include <osl/mutex.hxx>
#include <ucbhelper/getcomponentcontext.hxx>
-//=========================================================================
+
#define CPPU_TYPE( T ) getCppuType( static_cast< T * >( 0 ) )
#define CPPU_TYPE_REF( T ) CPPU_TYPE( com::sun::star::uno::Reference< T > )
-//=========================================================================
-//
+
+
// XInterface decl.
-//
-//=========================================================================
+
+
#define XINTERFACE_DECL() \
virtual com::sun::star::uno::Any SAL_CALL \
@@ -51,11 +51,11 @@
release() \
throw();
-//=========================================================================
-//
+
+
// XInterface impl. internals.
-//
-//=========================================================================
+
+
#define XINTERFACE_COMMON_IMPL( Class ) \
void SAL_CALL Class::acquire() \
@@ -82,11 +82,11 @@ com::sun::star::uno::Any SAL_CALL Class::queryInterface( \
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); \
}
-//=========================================================================
-//
+
+
// XInterface impl.
-//
-//=========================================================================
+
+
// 1 interface implemented
#define XINTERFACE_IMPL_1( Class, Ifc1 ) \
@@ -298,11 +298,11 @@ QUERYINTERFACE_IMPL_START( Class ) \
(static_cast< I15* >(this)) \
QUERYINTERFACE_IMPL_END
-//=========================================================================
-//
+
+
// XTypeProvider decl.
-//
-//=========================================================================
+
+
#define XTYPEPROVIDER_DECL() \
virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL \
@@ -312,11 +312,11 @@ QUERYINTERFACE_IMPL_END
getTypes() \
throw( com::sun::star::uno::RuntimeException, std::exception );
-//=========================================================================
-//
+
+
// XTypeProvider impl. internals
-//
-//=========================================================================
+
+
#define XTYPEPROVIDER_COMMON_IMPL( Class ) \
com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL \
@@ -357,11 +357,11 @@ Class::getTypes() \
return (*pCollection).getTypes(); \
}
-//=========================================================================
-//
+
+
// XTypeProvider impl.
-//
-//=========================================================================
+
+
// 1 interface supported
#define XTYPEPROVIDER_IMPL_1( Class, I1 ) \
@@ -573,11 +573,11 @@ GETTYPES_IMPL_START( Class ) \
CPPU_TYPE_REF( I15 ) \
GETTYPES_IMPL_END
-//=========================================================================
-//
+
+
// XServiceInfo decl.
-//
-//=========================================================================
+
+
#define XSERVICEINFO_NOFACTORY_DECL() \
virtual OUString SAL_CALL \
@@ -603,11 +603,11 @@ GETTYPES_IMPL_END
createServiceFactory( const com::sun::star::uno::Reference< \
com::sun::star::lang::XMultiServiceFactory >& rxServiceMgr );
-//=========================================================================
-//
+
+
// XServiceInfo impl. internals
-//
-//=========================================================================
+
+
#define XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \
OUString SAL_CALL Class::getImplementationName() \
@@ -670,11 +670,11 @@ Class##_CreateInstance( const com::sun::star::uno::Reference< \
com::sun::star::uno::XInterface >::query( pX ); \
}
-//=========================================================================
-//
+
+
// XServiceInfo impl.
-//
-//=========================================================================
+
+
#define ONE_INSTANCE_SERVICE_FACTORY_IMPL( Class ) \
com::sun::star::uno::Reference< \
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx
index 56c0561d8602..1a65aba46869 100644
--- a/include/ucbhelper/propertyvalueset.hxx
+++ b/include/ucbhelper/propertyvalueset.hxx
@@ -43,7 +43,7 @@ namespace ucbhelper {
class PropertyValues;
-//=========================================================================
+
/**
* This class implements the interface XRow. After construction of a valueset
@@ -180,9 +180,9 @@ public:
throw( ::com::sun::star::sdbc::SQLException,
::com::sun::star::uno::RuntimeException, std::exception );
- //////////////////////////////////////////////////////////////////////
+
// Non-interface methods
- //////////////////////////////////////////////////////////////////////
+
void appendString( const OUString& rPropName, const OUString& rValue );
void appendString( const sal_Char* pAsciiPropName, const OUString& rValue )
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx
index f6f68040aeeb..88c1118d37be 100644
--- a/include/ucbhelper/providerhelper.hxx
+++ b/include/ucbhelper/providerhelper.hxx
@@ -32,7 +32,7 @@
#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
-//=========================================================================
+
namespace com { namespace sun { namespace star { namespace ucb {
class XPropertySetRegistry;
@@ -43,7 +43,7 @@ namespace ucbhelper_impl { struct ContentProviderImplHelper_Impl; }
namespace ucbhelper {
-//=========================================================================
+
class ContentImplHelper;
typedef rtl::Reference< ContentImplHelper > ContentImplHelperRef;
@@ -131,30 +131,30 @@ protected:
public:
- //////////////////////////////////////////////////////////////////////
+
// Contsruction/Destruction
- //////////////////////////////////////////////////////////////////////
+
ContentProviderImplHelper(
const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext >& rxContext );
virtual ~ContentProviderImplHelper();
- //////////////////////////////////////////////////////////////////////
+
// XInterface
- //////////////////////////////////////////////////////////////////////
+
XINTERFACE_DECL()
- //////////////////////////////////////////////////////////////////////
+
// XTypeProvider
- //////////////////////////////////////////////////////////////////////
+
XTYPEPROVIDER_DECL()
- //////////////////////////////////////////////////////////////////////
+
// XServiceInfo
- //////////////////////////////////////////////////////////////////////
+
virtual OUString SAL_CALL
getImplementationName()
@@ -166,9 +166,9 @@ public:
getSupportedServiceNames()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) = 0;
- //////////////////////////////////////////////////////////////////////
+
// XContentProvider
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns a content with the requested id.
@@ -194,9 +194,9 @@ public:
::com::sun::star::ucb::XContentIdentifier >& Id2 )
throw( ::com::sun::star::uno::RuntimeException, std::exception );
- //////////////////////////////////////////////////////////////////////
+
// Non-interface methods.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns a mutex, which protects the content list of the
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx
index 62dd09a277ab..d307f86c8c28 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -35,7 +35,7 @@ namespace com { namespace sun { namespace star {
namespace ucbhelper {
-//============================================================================
+
/** Information about a content provider, passed to
<method>configureUcb</method>.
*/
@@ -65,7 +65,7 @@ struct ContentProviderData
};
typedef std::vector< ContentProviderData > ContentProviderDataList;
-//============================================================================
+
/** Register a content provider at a Universal Content Broker.
@param rManager A content provider manager (normally, this would be a
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 0e9801641714..67e86b6257b4 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -40,11 +40,11 @@
namespace ucbhelper {
-//=========================================================================
+
#define RESULTSET_SERVICE_NAME "com.sun.star.ucb.ContentResultSet"
-//=========================================================================
+
class ResultSetDataSupplier;
struct ResultSet_Impl;
@@ -367,9 +367,9 @@ public:
com::sun::star::lang::WrappedTargetException,
com::sun::star::uno::RuntimeException, std::exception );
- /////////////////////////////////////////////////////////////////////
+
// Non-interface methods.
- /////////////////////////////////////////////////////////////////////
+
/**
* This method propagates property value changes to all registered
@@ -415,7 +415,7 @@ public:
getEnvironment();
};
-//=========================================================================
+
/**
* This is the base class for an object that supplies data to a result set
diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx
index d16899931cf5..60dbbcfc1eed 100644
--- a/include/ucbhelper/resultsethelper.hxx
+++ b/include/ucbhelper/resultsethelper.hxx
@@ -37,11 +37,11 @@ namespace cppu {
namespace ucbhelper {
-//=========================================================================
+
#define DYNAMICRESULTSET_SERVICE_NAME "com.sun.star.ucb.DynamicResultSet"
-//=========================================================================
+
/**
* This is an abstract base class for implementations of the service
@@ -183,9 +183,9 @@ public:
getCapabilities()
throw( com::sun::star::uno::RuntimeException, std::exception );
- //////////////////////////////////////////////////////////////////////
+
// Non-interface methods.
- //////////////////////////////////////////////////////////////////////
+
/**
* This method returns, whether the resultset is static or dynamic.
diff --git a/include/ucbhelper/resultsetmetadata.hxx b/include/ucbhelper/resultsetmetadata.hxx
index 461fec670b82..d663b3898685 100644
--- a/include/ucbhelper/resultsetmetadata.hxx
+++ b/include/ucbhelper/resultsetmetadata.hxx
@@ -42,7 +42,7 @@ namespace ucbhelper_impl {
namespace ucbhelper
{
-//=========================================================================
+
/**
* This is a structure that holds additional meta data for one column
@@ -127,7 +127,7 @@ ResultSetColumnData::ResultSetColumnData()
{
}
-//=========================================================================
+
/**
* This is an implementation of the interface XResultSetMetaData. It can be