summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/content.hxx
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/content.hxx
parentimport date cells from OOXML (diff)
downloadcore-8792ec7b2129650777b7b4bfacaa7c13d923279b.tar.gz
core-8792ec7b2129650777b7b4bfacaa7c13d923279b.zip
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/content.hxx')
-rw-r--r--include/ucbhelper/content.hxx36
1 files changed, 18 insertions, 18 deletions
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".