22#include <com/sun/star/uno/Any.hxx>
23#include <com/sun/star/beans/Property.hpp>
24#include <rtl/ustring.hxx>
35 sal_Int16
classifyComponent(
const css::uno::Reference< css::uno::XInterface >& _rxComponent );
45 bool operator()(
const css::beans::Property& _rProp )
const
47 return m_nId == _rProp.Handle;
59 bool operator()(
const css::beans::Property& _rProp )
const
68 bool operator() (
const css::beans::Property& _rLhs,
const css::beans::Property& _rRhs)
const
70 return _rLhs.Name < _rRhs.Name;
77 bool operator() (
const css::uno::Type& _rLhs,
const css::uno::Type& _rRhs)
const
79 return _rLhs.getTypeName() < _rRhs.getTypeName();
84 typedef std::set< css::beans::Property, PropertyLessByName >
PropertyBag;
a property handler for any virtual string properties
std::set< css::beans::Property, PropertyLessByName > PropertyBag
sal_Int16 classifyComponent(const Reference< XInterface > &_rxComponent)
OUString GetUIHeadlineName(sal_Int16 nClassId, const Any &aUnoObj)
bool operator()(const css::beans::Property &_rProp) const
FindPropertyByHandle(sal_Int32 _nId)
FindPropertyByName(OUString _aName)
bool operator()(const css::beans::Property &_rProp) const
bool operator()(const css::beans::Property &_rLhs, const css::beans::Property &_rRhs) const
bool operator()(const css::uno::Type &_rLhs, const css::uno::Type &_rRhs) const