Home
last modified time | relevance | path

Searched refs:nLowerSpace (Results 1 – 6 of 6) sorted by path

/trunk/main/sw/source/core/layout/
H A Dflowfrm.cxx1747 SwTwips nLowerSpace = 0; in CalcLowerSpace() local
1762 nLowerSpace = bCommonBorder ? in CalcLowerSpace()
1775 nLowerSpace += CalcAddLowerSpaceAsLastInTableCell( _pAttrs ); in CalcLowerSpace()
1781 return nLowerSpace; in CalcLowerSpace()
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx281 const SwTwips nLowerSpace = bVert in CalcPosition() local
311 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()
325 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()
375 ( nObjHeight + nLowerSpace ); in CalcPosition()
/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()
156 nLowerSpace = pULItem->GetLower(); in InsertDrawObject()
162 if( nUpperSpace || nLowerSpace ) in InsertDrawObject()
166 aULItem.SetLower( nLowerSpace ); in InsertDrawObject()
H A Dhtmlform.cxx958 nUpperSpace = 0, nLowerSpace = 0; in InsertControl() local
1027 nLowerSpace = TWIP_TO_MM100_UNSIGNED( pULItem->GetLower() ); in InsertControl()
1033 if( nUpperSpace || nLowerSpace ) in InsertControl()
1040 aAny2 <<= (sal_Int32)nLowerSpace; in InsertControl()
H A Dhtmlplug.cxx214 sal_uInt16 nUpperSpace = 0, nLowerSpace = 0; in SetSpace() local
222 nUpperSpace = nLowerSpace = (sal_uInt16)aTwipSpc.Height(); in SetSpace()
276 nLowerSpace = pULItem->GetLower(); in SetSpace()
281 if( nUpperSpace || nLowerSpace ) in SetSpace()
285 aULItem.SetLower( nLowerSpace ); in SetSpace()
H A Dswhtml.hxx230 sal_uInt16 nLowerSpace; member in _HTMLAttrContext
258 nLowerSpace( 0 ), in _HTMLAttrContext()
280 nLowerSpace( 0 ), in _HTMLAttrContext()
982 nLowerSpace = nLower; in SetULSpace()
992 rLower = nLowerSpace; in GetULSpace()

Completed in 73 milliseconds