20#ifndef INCLUDED_XMLOFF_SINGLEPROPERTYSETINFOCACHE_HXX
21#define INCLUDED_XMLOFF_SINGLEPROPERTYSETINFOCACHE_HXX
27#include <com/sun/star/uno/Reference.hxx>
35 typedef std::map<css::uno::Reference<css::beans::XPropertySetInfo>,
bool>
46 const css::uno::Reference< css::beans::XPropertySet >& rPropSet,
47 css::uno::Reference< css::beans::XPropertySetInfo >& rPropSetInfo );
50 const css::uno::Reference< css::beans::XPropertySet>& rPropSet );
60 const css::uno::Reference< css::beans::XPropertySet>& rPropSet )
62 css::uno::Reference< css::beans::XPropertySetInfo > xInfo;
bool hasProperty(const css::uno::Reference< css::beans::XPropertySet > &rPropSet, css::uno::Reference< css::beans::XPropertySetInfo > &rPropSetInfo)
SinglePropertySetInfoCache(OUString sName)
std::map< css::uno::Reference< css::beans::XPropertySetInfo >, bool > Map
class SAL_NO_VTABLE XPropertySet