Home
last modified time | relevance | path

Searched refs:PropertySetInfo_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/core/
H A Ducbstore.cxx145 class PropertySetInfo_Impl : class
155 virtual ~PropertySetInfo_Impl();
1298 PropertySetInfo_Impl* m_pInfo;
1476 PropertySetInfo_Impl*& rpInfo = m_pImpl->m_pInfo; in getPropertySetInfo()
1479 rpInfo = new PropertySetInfo_Impl( m_xSMgr, this ); in getPropertySetInfo()
2460 PropertySetInfo_Impl::PropertySetInfo_Impl( in PropertySetInfo_Impl() function in PropertySetInfo_Impl
2471 PropertySetInfo_Impl::~PropertySetInfo_Impl() in ~PropertySetInfo_Impl()
2484 XINTERFACE_IMPL_2( PropertySetInfo_Impl,
2494 XTYPEPROVIDER_IMPL_2( PropertySetInfo_Impl,
2660 Property SAL_CALL PropertySetInfo_Impl::getPropertyByName( in getPropertyByName()
[all …]
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx333 class PropertySetInfo_Impl : public WeakImplHelper1< beans::XPropertySetInfo > class
338 inline PropertySetInfo_Impl( Sequence< beans::Property > const & properties ) SAL_THROW( () )
351 Sequence< beans::Property > PropertySetInfo_Impl::getProperties() in getProperties()
357 beans::Property PropertySetInfo_Impl::getPropertyByName( OUString const & name ) in getPropertyByName()
370 sal_Bool PropertySetInfo_Impl::hasPropertyByName( OUString const & name ) in hasPropertyByName()
1083 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo()
1982 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo()

Completed in 48 milliseconds