summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/cmis/cmis_content.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-29 16:17:21 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-06-04 13:28:12 +0200
commit6f34fd25cbd8d9ed43ae9c2b074f7c6fa6968b31 (patch)
tree962c4defeb8d77f4a693a41e4bf90c73f284201e /ucb/source/ucp/cmis/cmis_content.hxx
parentCMIS ucp: write documents back to CMIS server (diff)
downloadcore-6f34fd25cbd8d9ed43ae9c2b074f7c6fa6968b31.tar.gz
core-6f34fd25cbd8d9ed43ae9c2b074f7c6fa6968b31.zip
CMIS UCP: implemented folder case for open command
Change-Id: Id0997cd99d7d80c975de3d46670a1fa8b3d602a3
Diffstat (limited to 'ucb/source/ucp/cmis/cmis_content.hxx')
-rw-r--r--ucb/source/ucp/cmis/cmis_content.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx
index e80a6d278bf3..dfe8cc2fb8fd 100644
--- a/ucb/source/ucp/cmis/cmis_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_content.hxx
@@ -89,6 +89,9 @@ private:
getPropertyValues(
const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& rProperties,
const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv );
+
+ bool exists( );
+
private:
typedef rtl::Reference< Content > ContentRef;
typedef std::list< ContentRef > ContentRefList;
@@ -124,7 +127,6 @@ private:
sal_Bool exchangeIdentity(const com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier >& xNewId);
void resetAuthProvider( const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv );
- libcmis::ObjectPtr getObject( );
public:
Content( const com::sun::star::uno::Reference<
@@ -186,6 +188,8 @@ public:
com::sun::star::uno::Sequence< com::sun::star::ucb::ContentInfo >
queryCreatableContentsInfo( const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw( com::sun::star::uno::RuntimeException );
+
+ libcmis::ObjectPtr getObject( );
};
}