Home
last modified time | relevance | path

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

/aoo42x/main/cppu/source/typelib/
H A Dtypelib.cxx1848 sal_Int32 nStructSize = 0; in typelib_typedescription_getAlignedUnoSize() local
1852 nStructSize = pTmp->pBaseTypeDescription->aBase.nSize; in typelib_typedescription_getAlignedUnoSize()
1865 nStructSize = newAlignedSize( nStructSize, nMaxIntegral, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize()
1870 nStructSize = typelib_typedescription_getAlignedUnoSize( in typelib_typedescription_getAlignedUnoSize()
1871 pMemberType, nStructSize, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize()
1881 nStructSize = (nStructSize + nMaxAlign -1) / nMaxAlign * nMaxAlign; in typelib_typedescription_getAlignedUnoSize()
1886 nStructSize = (nStructSize + rMaxIntegralTypeSize -1) in typelib_typedescription_getAlignedUnoSize()
1889 nSize += nStructSize; in typelib_typedescription_getAlignedUnoSize()

Completed in 22 milliseconds