Searched refs:ARLEN (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/cppuhelper/source/ |
H A D | bootstrap.cxx | 70 #define ARLEN(x) sizeof (x) / sizeof *(x) macro 560 if ( rtl_random_getBytes( hPool, bytes, ARLEN( bytes ) ) in bootstrap() 566 for ( sal_uInt32 i = 0; i < ARLEN( bytes ); ++i ) in bootstrap() 598 (path + OUSTR("soffice")).pData, ar_args, ARLEN( ar_args ), in bootstrap()
|
/aoo42x/main/ucb/source/ucp/expand/ |
H A D | ucpexpand.cxx | 43 #define ARLEN(x) sizeof (x) / sizeof *(x) macro 147 return uno::Sequence< OUString >( names, ARLEN(names) ); in supportedServices()
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 441 s_hPool, bytes, ARLEN(bytes) ) != rtl_Random_E_None) { in generateRandomPipeId() 445 for ( sal_uInt32 i = 0; i < ARLEN(bytes); ++i ) { in generateRandomPipeId()
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr_common.hxx | 32 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
|
H A D | tdmgr.cxx | 465 Sequence<TypeClass>( ar, ARLEN(ar) ), in insert()
|
/aoo42x/main/desktop/source/deployment/inc/ |
H A D | dp_misc.h | 40 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
|
/aoo42x/main/canvas/source/factory/ |
H A D | cf_service.cxx | 49 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
|
/aoo42x/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 1587 Sequence<OUString>( ar, ARLEN(ar) ), in scanLegacyBundle()
|
Completed in 53 milliseconds