Home
last modified time | relevance | path

Searched refs:ARLEN (Results 1 – 8 of 8) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx70 #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()
/trunk/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx43 #define ARLEN(x) sizeof (x) / sizeof *(x) macro
147 return uno::Sequence< OUString >( names, ARLEN(names) ); in supportedServices()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx441 s_hPool, bytes, ARLEN(bytes) ) != rtl_Random_E_None) { in generateRandomPipeId()
445 for ( sal_uInt32 i = 0; i < ARLEN(bytes); ++i ) { in generateRandomPipeId()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_common.hxx32 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
H A Dtdmgr.cxx465 Sequence<TypeClass>( ar, ARLEN(ar) ), in insert()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_misc.h40 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx49 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1587 Sequence<OUString>( ar, ARLEN(ar) ), in scanLegacyBundle()

Completed in 39 milliseconds