ContentProperties.hxx (6df1ea1f) | ContentProperties.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 --- 21 unchanged lines hidden (view full) --- 30#include <rtl/ustring.hxx> 31#include <com/sun/star/uno/Any.hxx> 32#include <com/sun/star/uno/Sequence.hxx> 33 34namespace com { namespace sun { namespace star { namespace beans { 35 struct Property; 36} } } } 37 | 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 --- 21 unchanged lines hidden (view full) --- 30#include <rtl/ustring.hxx> 31#include <com/sun/star/uno/Any.hxx> 32#include <com/sun/star/uno/Sequence.hxx> 33 34namespace com { namespace sun { namespace star { namespace beans { 35 struct Property; 36} } } } 37 |
38namespace webdav_ucp | 38namespace http_dav_ucp |
39{ 40 41struct DAVResource; 42 43//========================================================================= 44 45struct equalString 46{ --- 166 unchanged lines hidden (view full) --- 213 214 const com::sun::star::uno::Any & 215 getValue( const rtl::OUString & rName ) const 216 { return m_aProps.getValue( rName ); } 217 218 operator const ContentProperties & () const { return m_aProps; } 219}; 220 | 39{ 40 41struct DAVResource; 42 43//========================================================================= 44 45struct equalString 46{ --- 166 unchanged lines hidden (view full) --- 213 214 const com::sun::star::uno::Any & 215 getValue( const rtl::OUString & rName ) const 216 { return m_aProps.getValue( rName ); } 217 218 operator const ContentProperties & () const { return m_aProps; } 219}; 220 |
221} // namespace webdav_ucp | 221} // namespace http_dav_ucp |
222 223#endif /* !_WEBDAV_UCP_CONTENTPROPERTIES_HXX */ | 222 223#endif /* !_WEBDAV_UCP_CONTENTPROPERTIES_HXX */ |