Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmldraw.cxx111 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local
119 nUpperSpace = nLowerSpace = (sal_uInt16)aTwipSpc.Height(); in InsertDrawObject()
157 nUpperSpace = pULItem->GetUpper(); in InsertDrawObject()
168 if( nUpperSpace || nLowerSpace ) in InsertDrawObject()
171 aULItem.SetUpper( nUpperSpace ); in InsertDrawObject()
196 rCSS1PropInfo.nTop + nUpperSpace) ); in InsertDrawObject()
206 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.hxx231 sal_uInt16 nUpperSpace; member in _HTMLAttrContext
259 nUpperSpace( 0 ), in _HTMLAttrContext()
281 nUpperSpace( 0 ), in _HTMLAttrContext()
997 nUpperSpace = nUpper; in SetULSpace()
1007 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()
/aoo4110/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 58 milliseconds