Searched refs:nLowerSpace (Results 1 – 6 of 6) sorted by relevance
111 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local119 nUpperSpace = nLowerSpace = (sal_uInt16)aTwipSpc.Height(); in InsertDrawObject()162 nLowerSpace = pULItem->GetLower(); in InsertDrawObject()168 if( nUpperSpace || nLowerSpace ) in InsertDrawObject()172 aULItem.SetLower( nLowerSpace ); in InsertDrawObject()
232 sal_uInt16 nLowerSpace; member in _HTMLAttrContext260 nLowerSpace( 0 ), in _HTMLAttrContext()282 nLowerSpace( 0 ), in _HTMLAttrContext()998 nLowerSpace = nLower; in SetULSpace()1008 rLower = nLowerSpace; in GetULSpace()
214 sal_uInt16 nUpperSpace = 0, nLowerSpace = 0; in SetSpace() local222 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()
958 nUpperSpace = 0, nLowerSpace = 0; in InsertControl() local1027 nLowerSpace = TWIP_TO_MM100_UNSIGNED( pULItem->GetLower() ); in InsertControl()1033 if( nUpperSpace || nLowerSpace ) in InsertControl()1040 aAny2 <<= (sal_Int32)nLowerSpace; in InsertControl()
281 const SwTwips nLowerSpace = bVert in CalcPosition() local311 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()325 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()375 ( nObjHeight + nLowerSpace ); in CalcPosition()
1747 SwTwips nLowerSpace = 0; in CalcLowerSpace() local1762 nLowerSpace = bCommonBorder ? in CalcLowerSpace()1775 nLowerSpace += CalcAddLowerSpaceAsLastInTableCell( _pAttrs ); in CalcLowerSpace()1781 return nLowerSpace; in CalcLowerSpace()
Completed in 49 milliseconds