Lines Matching refs:RootItemContainer
69 DEFINE_XINTERFACE_10 ( RootItemContainer , in DEFINE_XINTERFACE_10() argument
83 DEFINE_XTYPEPROVIDER_10 ( RootItemContainer , in DEFINE_XINTERFACE_10()
96 RootItemContainer::RootItemContainer() in DEFINE_XINTERFACE_10()
104 RootItemContainer::RootItemContainer( const ConstItemContainer& rConstItemContainer ) in RootItemContainer() function in framework::RootItemContainer
114 RootItemContainer::RootItemContainer( const Reference< XIndexAccess >& rSourceContainer ) in RootItemContainer() function in framework::RootItemContainer
168 RootItemContainer::~RootItemContainer() in ~RootItemContainer()
173 void RootItemContainer::copyItemContainer( const std::vector< Sequence< PropertyValue > >& rSourceV… in copyItemContainer()
199 Reference< XIndexAccess > RootItemContainer::deepCopyContainer( const Reference< XIndexAccess >& rS… in deepCopyContainer()
217 sal_Int64 RootItemContainer::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rIden… in getSomething()
219 …if( ( rIdentifier.getLength() == 16 ) && ( 0 == rtl_compareMemory( RootItemContainer::GetUnoTunnel… in getSomething()
224 const Sequence< sal_Int8 >& RootItemContainer::GetUnoTunnelId() throw() in GetUnoTunnelId()
240 RootItemContainer* RootItemContainer::GetImplementation( const ::com::sun::star::uno::Reference< ::… in GetImplementation()
243 return xUT.is() ? reinterpret_cast< RootItemContainer* >(sal::static_int_cast< sal_IntPtr >( in GetImplementation()
244 xUT->getSomething( RootItemContainer::GetUnoTunnelId() ))) : NULL; in GetImplementation()
248 sal_Bool SAL_CALL RootItemContainer::hasElements() in hasElements()
256 sal_Int32 SAL_CALL RootItemContainer::getCount() in getCount()
263 Any SAL_CALL RootItemContainer::getByIndex( sal_Int32 Index ) in getByIndex()
274 void SAL_CALL RootItemContainer::insertByIndex( sal_Int32 Index, const Any& aItem ) in insertByIndex()
297 void SAL_CALL RootItemContainer::removeByIndex( sal_Int32 Index ) in removeByIndex()
311 void SAL_CALL RootItemContainer::replaceByIndex( sal_Int32 Index, const Any& aItem ) in replaceByIndex()
328 Reference< XInterface > SAL_CALL RootItemContainer::createInstanceWithContext( const Reference< XCo… in createInstanceWithContext()
334 Reference< XInterface > SAL_CALL RootItemContainer::createInstanceWithArgumentsAndContext( const Se… in createInstanceWithArgumentsAndContext()
341 sal_Bool SAL_CALL RootItemContainer::convertFastPropertyValue( Any& aConvertedValue , in convertFastPropertyValue()
366 void SAL_CALL RootItemContainer::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , in setFastPropertyValue_NoBroadcast()
378 void SAL_CALL RootItemContainer::getFastPropertyValue( com::sun::star::uno::Any& aValue , in getFastPropertyValue()
389 ::cppu::IPropertyArrayHelper& SAL_CALL RootItemContainer::getInfoHelper() in getInfoHelper()
415 …:uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL RootItemContainer::getProperty… in getPropertySetInfo()
440 const com::sun::star::uno::Sequence< com::sun::star::beans::Property > RootItemContainer::impl_getS… in impl_getStaticPropertyDescriptor()