Lines Matching refs:Container

46 DBG_NAME( Container )  in DBG_NAME()
507 const char* Container::DbgCheckContainer( const void* pCont ) in DbgCheckContainer()
509 Container* p = (Container*)pCont; in DbgCheckContainer()
528 void Container::ImpCopyContainer( const Container* pCont2 ) in ImpCopyContainer()
588 Container::Container( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) in Container() function in Container
590 DBG_CTOR( Container, DbgCheckContainer ); in Container()
653 Container::Container( sal_uIntPtr nSize ) in Container() function in Container
655 DBG_CTOR( Container, DbgCheckContainer ); in Container()
713 Container::Container( const Container& r ) in Container() function in Container
715 DBG_CTOR( Container, DbgCheckContainer ); in Container()
731 Container::~Container() in ~Container()
733 DBG_DTOR( Container, DbgCheckContainer ); in ~Container()
755 void Container::ImpInsert( void* p, CBlock* pBlock, sal_uInt16 nIndex ) in ImpInsert()
757 DBG_CHKTHIS( Container, DbgCheckContainer ); in ImpInsert()
840 void Container::Insert( void* p ) in Insert()
855 void Container::Insert( void* p, sal_uIntPtr nIndex ) in Insert()
888 void Container::Insert( void* pNew, void* pOld ) in Insert()
905 void* Container::ImpRemove( CBlock* pBlock, sal_uInt16 nIndex ) in ImpRemove()
907 DBG_CHKTHIS( Container, DbgCheckContainer ); in ImpRemove()
982 void* Container::Remove() in Remove()
1001 void* Container::Remove( sal_uIntPtr nIndex ) in Remove()
1030 void* Container::Replace( void* p ) in Replace()
1032 DBG_CHKTHIS( Container, DbgCheckContainer ); in Replace()
1050 void* Container::Replace( void* p, sal_uIntPtr nIndex ) in Replace()
1052 DBG_CHKTHIS( Container, DbgCheckContainer ); in Replace()
1081 void Container::SetSize( sal_uIntPtr nNewSize ) in SetSize()
1083 DBG_CHKTHIS( Container, DbgCheckContainer ); in SetSize()
1225 void Container::Clear() in Clear()
1227 DBG_CHKTHIS( Container, DbgCheckContainer ); in Clear()
1256 void* Container::GetCurObject() const in GetCurObject()
1258 DBG_CHKTHIS( Container, DbgCheckContainer ); in GetCurObject()
1277 sal_uIntPtr Container::GetCurPos() const in GetCurPos()
1279 DBG_CHKTHIS( Container, DbgCheckContainer ); in GetCurPos()
1309 void** Container::GetObjectPtr( sal_uIntPtr nIndex ) in GetObjectPtr()
1311 DBG_CHKTHIS( Container, DbgCheckContainer ); in GetObjectPtr()
1341 void* Container::GetObject( sal_uIntPtr nIndex ) const in GetObject()
1343 DBG_CHKTHIS( Container, DbgCheckContainer ); in GetObject()
1373 sal_uIntPtr Container::GetPos( const void* p ) const in GetPos()
1375 DBG_CHKTHIS( Container, DbgCheckContainer ); in GetPos()
1415 sal_uIntPtr Container::GetPos( const void* p, sal_uIntPtr nStartIndex, in GetPos()
1418 DBG_CHKTHIS( Container, DbgCheckContainer ); in GetPos()
1510 void* Container::Seek( sal_uIntPtr nIndex ) in Seek()
1512 DBG_CHKTHIS( Container, DbgCheckContainer ); in Seek()
1544 void* Container::First() in First()
1546 DBG_CHKTHIS( Container, DbgCheckContainer ); in First()
1570 void* Container::Last() in Last()
1572 DBG_CHKTHIS( Container, DbgCheckContainer ); in Last()
1596 void* Container::Next() in Next()
1598 DBG_CHKTHIS( Container, DbgCheckContainer ); in Next()
1628 void* Container::Prev() in Prev()
1630 DBG_CHKTHIS( Container, DbgCheckContainer ); in Prev()
1660 Container& Container::operator =( const Container& r ) in operator =()
1662 DBG_CHKTHIS( Container, DbgCheckContainer ); in operator =()
1688 sal_Bool Container::operator ==( const Container& r ) const in operator ==()
1690 DBG_CHKTHIS( Container, DbgCheckContainer ); in operator ==()