Searched refs:nSecSize (Results 1 – 2 of 2) sorted by relevance
/trunk/main/toolkit/source/layout/core/ |
H A D | box.cxx | 91 int nSecSize = 0; in calculateSize() local 122 nSecSize = SAL_MAX( nSecSize, secDim( aChildSize ) ); in calculateSize() 137 nWidth = nSecSize ? nSecSize : nFlowMinWidth; in calculateSize() 154 nSecSize += mnBorderWidth * 2; in calculateSize() 155 return awt::Size( mbHorizontal ? nPrimSize : nSecSize, in calculateSize() 156 mbHorizontal ? nSecSize : nPrimSize ); in calculateSize()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 422 …sal_uInt32 i, nSecOfs, nSecSize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nV… in Read() local 430 *pStrm >> nSecSize >> nPropCount; in Read() 596 pStrm->Seek( nSecOfs + nSecSize ); in Read()
|
Completed in 15 milliseconds