Lines Matching refs:ItemContainer

52 ItemContainer::ItemContainer( const ShareableMutex& rMutex ) :   in ItemContainer()  function in framework::ItemContainer
58 ItemContainer::ItemContainer( const ConstItemContainer& rConstItemContainer, const ShareableMutex& … in ItemContainer() function in framework::ItemContainer
63 ItemContainer::ItemContainer( const Reference< XIndexAccess >& rSourceContainer, const ShareableMut… in ItemContainer() function in framework::ItemContainer
101 ItemContainer::~ItemContainer() in ~ItemContainer()
106 void ItemContainer::copyItemContainer( const std::vector< Sequence< PropertyValue > >& rSourceVecto… in copyItemContainer()
131 Reference< XIndexAccess > ItemContainer::deepCopyContainer( const Reference< XIndexAccess >& rSubCo… in deepCopyContainer()
137 ItemContainer* pSubContainer( 0 ); in deepCopyContainer()
139 pSubContainer = new ItemContainer( *pSource, rMutex ); in deepCopyContainer()
141 pSubContainer = new ItemContainer( rSubContainer, rMutex ); in deepCopyContainer()
149 sal_Int64 ItemContainer::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rIdentifi… in getSomething()
151 …if( ( rIdentifier.getLength() == 16 ) && ( 0 == rtl_compareMemory( ItemContainer::GetUnoTunnelId()… in getSomething()
157 const Sequence< sal_Int8 >& ItemContainer::GetUnoTunnelId() throw() in GetUnoTunnelId()
173 ItemContainer* ItemContainer::GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun… in GetImplementation()
176 return xUT.is() ? reinterpret_cast< ItemContainer* >(sal::static_int_cast< sal_IntPtr >( in GetImplementation()
177 xUT->getSomething( ItemContainer::GetUnoTunnelId() ))) : NULL; in GetImplementation()
181 sal_Bool SAL_CALL ItemContainer::hasElements() in hasElements()
189 sal_Int32 SAL_CALL ItemContainer::getCount() in getCount()
196 Any SAL_CALL ItemContainer::getByIndex( sal_Int32 Index ) in getByIndex()
207 void SAL_CALL ItemContainer::insertByIndex( sal_Int32 Index, const Any& aItem ) in insertByIndex()
230 void SAL_CALL ItemContainer::removeByIndex( sal_Int32 Index ) in removeByIndex()
244 void SAL_CALL ItemContainer::replaceByIndex( sal_Int32 Index, const Any& aItem ) in replaceByIndex()