Searched refs:fnForEach (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svl/inc/svl/ |
H A D | svarray.hxx | 188 _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 D | svstdarr.hxx | 97 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()
|
/aoo42x/main/sw/inc/ |
H A D | ndarr.hxx | 145 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 );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 2482 FnForEach_SwNodes fnForEach, void* pArgs ) in ForEach() argument 2485 (FnForEach) fnForEach, pArgs ); in ForEach()
|
Completed in 231 milliseconds