Home
last modified time | relevance | path

Searched refs:BigPtrArray (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sw/qa/core/
H A DTest-BigPtrArray.cxx142 BigPtrArray bparr; in test_ctor()
157 BigPtrArray bparr; in test_insert_entries_at_front()
230 BigPtrArray bparr; in test_insert_at_already_used_index()
271 BigPtrArray bparr; in test_insert_at_end()
301 BigPtrArray bparr; in test_remove_at_front()
344 BigPtrArray bparr; in test_remove_at_back()
632 BigPtrArray bparr; in test_for_each()
657 BigPtrArray bparr; in test_for_some1()
692 BigPtrArray bparr; in test_for_some2()
727 BigPtrArray bparr; in test_for_some3()
[all …]
H A Dbigpointerarray-new.cxx30 BigPtrArray::BigPtrArray() in BigPtrArray() function in BigPtrArray
35 sal_uLong BigPtrArray::Count() const in Count()
40 void BigPtrArray::Move(sal_uLong fromPos, sal_uLong toPos) in Move()
47 void BigPtrArray::ForEach(sal_uLong fromPos, sal_uLong toPos, FnForEach fn, void* pArgs) in ForEach()
56 void BigPtrArray::ForEach(FnForEach fn, void* pArgs) in ForEach()
64 ElementPtr BigPtrArray::operator[](sal_uLong pos) const in operator []()
70 void BigPtrArray::Insert(const ElementPtr& rElem, sal_uLong pos) in Insert()
86 void BigPtrArray::Remove( sal_uLong pos, sal_uLong n ) in Remove()
93 void BigPtrArray::Replace(sal_uLong pos, const ElementPtr& rElem) in Replace()
101 void BigPtrArray::FixElementIndizes(Container_t::const_iterator begin, Container_t::const_iterator … in FixElementIndizes()
H A Dbigpointerarray-new.hxx32 class BigPtrArray;
38 friend class BigPtrArray;
39 BigPtrArray* pBigPtrArray_;
54 BigPtrArray& GetArray() const in GetArray()
65 class BigPtrArray class
73 BigPtrArray();
/aoo4110/main/sw/source/core/bastyp/
H A Dbparr.cxx64 BigPtrArray::BigPtrArray() in BigPtrArray() function in BigPtrArray
74 BigPtrArray::~BigPtrArray() in ~BigPtrArray()
91 void BigPtrArray::Move( sal_uLong from, sal_uLong to ) in Move()
135 ElementPtr BigPtrArray::operator[]( sal_uLong idx ) const in operator []()
139 BigPtrArray* pThis = (BigPtrArray*) this; in operator []()
206 void BigPtrArray::UpdIndex( sal_uInt16 pos ) in UpdIndex()
226 BlockInfo* BigPtrArray::InsBlock( sal_uInt16 pos ) in InsBlock()
255 void BigPtrArray::BlockDel( sal_uInt16 nDel ) in BlockDel()
371 void BigPtrArray::Remove( sal_uLong pos, sal_uLong n ) in Remove()
460 BigPtrArray* pThis = (BigPtrArray*) this; in Replace()
[all …]
/aoo4110/main/sw/inc/
H A Dbparr.hxx32 class BigPtrArray;
36 friend class BigPtrArray;
45 inline BigPtrArray& GetArray() const;
64 BigPtrArray* pBigArr; // in diesem Array steht der Block
70 class SW_DLLPUBLIC BigPtrArray class
90 BigPtrArray();
91 ~BigPtrArray();
116 inline BigPtrArray& BigPtrEntry::GetArray() const in GetArray()
H A Dndarr.hxx84 : private BigPtrArray
142 { return (SwNodePtr)BigPtrArray::operator[] ( n ); } in operator []()
144 sal_uLong Count() const { return BigPtrArray::Count(); } in Count()
147 BigPtrArray::ForEach( 0, BigPtrArray::Count(), in ForEach()
152 BigPtrArray::ForEach( nStt, nEnd, (FnForEach) fnForEach, pArgs ); in ForEach()
/aoo4110/main/sw/source/core/docnode/
H A Dnodes.cxx194 BigPtrArray::Move( aDelIdx.GetIndex(), rInsPos.GetIndex() ); in ChgNode()
612 BigPtrArray::Move( aMvIdx.GetIndex(), aIdx.GetIndex() ); in _MoveNodes()
2484 BigPtrArray::ForEach( rStart.GetIndex(), rEnd.GetIndex(), in ForEach()
2559 BigPtrArray::Replace( nPrevNdIdx+1, pTempEntry ); in RemoveNode()
2566 BigPtrArray::Remove( nDelPos, nSz ); in RemoveNode()
2609 BigPtrArray::Insert( pIns, rPos.GetIndex() ); in InsertNode()
2616 BigPtrArray::Insert( pIns, nPos ); in InsertNode()

Completed in 47 milliseconds