Home
last modified time | relevance | path

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

/trunk/main/cppu/inc/com/sun/star/uno/
H A DType.hxx201 sal_Int32 dim1 = sizeof( *pT ) / size; in getCppuArrayType1() local
204 1, dim1 ); in getCppuArrayType1()
219 sal_Int32 dim1 = sizeof( *pT ) / dim2 / size; in getCppuArrayType2() local
222 2, dim1, dim2 ); in getCppuArrayType2()
238 sal_Int32 dim1 = sizeof( *pT ) / (dim2 * dim3)/ size; in getCppuArrayType3() local
241 3, dim1, dim2, dim3 ); in getCppuArrayType3()
258 sal_Int32 dim1 = sizeof( *pT ) / (dim2 * dim3 * dim4) / size; in getCppuArrayType4() local
261 4, dim1, dim2, dim3, dim4 ); in getCppuArrayType4()
279 sal_Int32 dim1 = sizeof( *pT ) / (dim2 * dim3 * dim4 * dim5) / size; in getCppuArrayType5() local
282 5, dim1, dim2, dim3, dim4, dim5 ); in getCppuArrayType5()
[all …]

Completed in 9 milliseconds