webdavresultset.hxx (6df1ea1f) | webdavresultset.hxx (59ddfc10) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 15 unchanged lines hidden (view full) --- 24#ifndef _WEBDAV_UCP_RESULTSET_HXX 25#define _WEBDAV_UCP_RESULTSET_HXX 26 27#include <rtl/ref.hxx> 28#include <ucbhelper/resultsethelper.hxx> 29#include "webdavcontent.hxx" 30#include "webdavdatasupplier.hxx" 31 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 15 unchanged lines hidden (view full) --- 24#ifndef _WEBDAV_UCP_RESULTSET_HXX 25#define _WEBDAV_UCP_RESULTSET_HXX 26 27#include <rtl/ref.hxx> 28#include <ucbhelper/resultsethelper.hxx> 29#include "webdavcontent.hxx" 30#include "webdavdatasupplier.hxx" 31 |
32namespace webdav_ucp { | 32namespace http_dav_ucp { |
33 34class DynamicResultSet : public ::ucbhelper::ResultSetImplHelper 35{ 36 rtl::Reference< Content > m_xContent; 37 com::sun::star::uno::Reference< 38 com::sun::star::ucb::XCommandEnvironment > m_xEnv; 39 40private: --- 15 unchanged lines hidden --- | 33 34class DynamicResultSet : public ::ucbhelper::ResultSetImplHelper 35{ 36 rtl::Reference< Content > m_xContent; 37 com::sun::star::uno::Reference< 38 com::sun::star::ucb::XCommandEnvironment > m_xEnv; 39 40private: --- 15 unchanged lines hidden --- |