Searched refs:FnForEach (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/qa/core/ |
H A D | bigpointerarray-new.hxx | 61 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 D | bigpointerarray-new.cxx | 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()
|
/aoo41x/main/sw/inc/ |
H A D | bparr.hxx | 50 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 D | ndarr.hxx | 148 (FnForEach) fnForEach, pArgs ); in ForEach() 152 BigPtrArray::ForEach( nStt, nEnd, (FnForEach) fnForEach, pArgs ); in ForEach()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 104 FnForEach fn, void* pArgs ) in ForEach()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 2485 (FnForEach) fnForEach, pArgs ); in ForEach()
|
Completed in 36 milliseconds