Home
last modified time | relevance | path

Searched refs:FnForEach (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/qa/core/
H A Dbigpointerarray-new.hxx61 typedef sal_Bool (*FnForEach)(const ElementPtr&, void* pArgs); typedef
141 void ForEach(FnForEach fn, void* pArgs = NULL);
145 void ForEach(sal_uLong fromPos, sal_uLong toPos, FnForEach fn, void* pArgs = NULL);
H A Dbigpointerarray-new.cxx47 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()
/aoo4110/main/sw/inc/
H A Dbparr.hxx50 typedef sal_Bool (*FnForEach)( const ElementPtr&, void* pArgs ); typedef
101 void ForEach( FnForEach fn, void* pArgs = NULL ) in ForEach()
105 void ForEach( sal_uLong nStart, sal_uLong nEnd, FnForEach fn, void* pArgs = NULL );
H A Dndarr.hxx148 (FnForEach) fnForEach, pArgs ); in ForEach()
152 BigPtrArray::ForEach( nStt, nEnd, (FnForEach) fnForEach, pArgs ); in ForEach()
/aoo4110/main/sw/source/core/bastyp/
H A Dbparr.cxx104 FnForEach fn, void* pArgs ) in ForEach()
/aoo4110/main/sw/source/core/docnode/
H A Dnodes.cxx2485 (FnForEach) fnForEach, pArgs ); in ForEach()

Completed in 44 milliseconds