Home
last modified time | relevance | path

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

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx1846 sal_Int32 nStructSize = 0; in typelib_typedescription_getAlignedUnoSize() local
1850 nStructSize = pTmp->pBaseTypeDescription->aBase.nSize; in typelib_typedescription_getAlignedUnoSize()
1863 nStructSize = newAlignedSize( nStructSize, nMaxIntegral, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize()
1868 nStructSize = typelib_typedescription_getAlignedUnoSize( in typelib_typedescription_getAlignedUnoSize()
1869 pMemberType, nStructSize, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize()
1879 nStructSize = (nStructSize + nMaxAlign -1) / nMaxAlign * nMaxAlign; in typelib_typedescription_getAlignedUnoSize()
1884 nStructSize = (nStructSize + rMaxIntegralTypeSize -1) in typelib_typedescription_getAlignedUnoSize()
1887 nSize += nStructSize; in typelib_typedescription_getAlignedUnoSize()

Completed in 29 milliseconds