Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/layout/core/
H A Dbox.cxx91 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()
/aoo41x/main/sd/source/filter/ppt/
H A Dpropread.cxx422 …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 17 milliseconds