Home
last modified time | relevance | path

Searched refs:fnForEach (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dsvarray.hxx188 _ForEach( 0, nA, fnForEach, pArgs );\
191 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\
193 _ForEach( nS, nE, fnForEach, pArgs );\
357 _ForEach( 0, nA, (FnForEach_##Base)fnForEach, pArgs );\
360 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\
362 _ForEach( nS, nE, (FnForEach_##Base)fnForEach, pArgs );\
416 _ForEach( 0, nA, (FnForEach_##Base)fnForEach, pArgs );\
419 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\
421 _ForEach( nS, nE, (FnForEach_##Base)fnForEach, pArgs );\
673 _ForEach( 0, nA, (FnForEach_SvPtrarr)fnForEach, pArgs );\
[all …]
H A Dsvstdarr.hxx97 void ForEach( FnForEach_SvUShortsSort fnForEach, void* pArgs = 0 ) in ForEach() argument
99 _ForEach( 0, nA, (FnForEach_SvUShorts)fnForEach, pArgs ); in ForEach()
102 FnForEach_SvUShortsSort fnForEach, void* pArgs = 0 ) in ForEach() argument
104 _ForEach( nS, nE, (FnForEach_SvUShorts)fnForEach, pArgs ); in ForEach()
/trunk/main/sw/inc/
H A Dndarr.hxx145 void ForEach( FnForEach_SwNodes fnForEach, void* pArgs = 0 ) in ForEach() argument
148 (FnForEach) fnForEach, pArgs ); in ForEach()
150 void ForEach( sal_uLong nStt, sal_uLong nEnd, FnForEach_SwNodes fnForEach, void* pArgs = 0 ) in ForEach() argument
152 BigPtrArray::ForEach( nStt, nEnd, (FnForEach) fnForEach, pArgs ); in ForEach()
155 FnForEach_SwNodes fnForEach, void* pArgs = 0 );
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2482 FnForEach_SwNodes fnForEach, void* pArgs ) in ForEach() argument
2485 (FnForEach) fnForEach, pArgs ); in ForEach()

Completed in 36 milliseconds