Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx105 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local
113 nUpperSpace = nLowerSpace = (sal_uInt16)aTwipSpc.Height(); in InsertDrawObject()
151 nUpperSpace = pULItem->GetUpper(); in InsertDrawObject()
162 if( nUpperSpace || nLowerSpace ) in InsertDrawObject()
165 aULItem.SetUpper( nUpperSpace ); in InsertDrawObject()
190 rCSS1PropInfo.nTop + nUpperSpace) ); in InsertDrawObject()
200 pNewDrawObj->SetRelativePos( Point(nLeftSpace, nUpperSpace) ); in InsertDrawObject()
H A Dhtmlplug.cxx214 sal_uInt16 nUpperSpace = 0, nLowerSpace = 0; in SetSpace() local
222 nUpperSpace = nLowerSpace = (sal_uInt16)aTwipSpc.Height(); in SetSpace()
271 nUpperSpace = pULItem->GetUpper(); in SetSpace()
281 if( nUpperSpace || nLowerSpace ) in SetSpace()
284 aULItem.SetUpper( nUpperSpace ); in SetSpace()
287 if( nUpperSpace ) in SetSpace()
294 aVertOri.SetPos( aVertOri.GetPos() + nUpperSpace ); in SetSpace()
H A Dswhtml.hxx229 sal_uInt16 nUpperSpace; member in _HTMLAttrContext
257 nUpperSpace( 0 ), in _HTMLAttrContext()
279 nUpperSpace( 0 ), in _HTMLAttrContext()
981 nUpperSpace = nUpper; in SetULSpace()
991 rUpper = nUpperSpace; in GetULSpace()
H A Dhtmlform.cxx958 nUpperSpace = 0, nLowerSpace = 0; in InsertControl() local
1022 nUpperSpace = TWIP_TO_MM100_UNSIGNED( pULItem->GetUpper() ); in InsertControl()
1033 if( nUpperSpace || nLowerSpace ) in InsertControl()
1036 aAny2 <<= (sal_Int32)nUpperSpace; in InsertControl()
1185 nYPos = TWIP_TO_MM100( rCSS1PropInfo.nTop ) + nUpperSpace; in InsertControl()
1196 nYPos = nUpperSpace; in InsertControl()
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx275 const SwTwips nUpperSpace = bVert in CalcPosition() local
294 nRelPosY += nAlignAreaHeight + nUpperSpace; in CalcPosition()
315 nRelPosY += nUpperSpace; in CalcPosition()
361 nRelPosY += nAlignAreaHeight + nUpperSpace; in CalcPosition()
370 nRelPosY += nUpperSpace; in CalcPosition()
386 nRelPosY += nUpperSpace; in CalcPosition()

Completed in 47 milliseconds