Searched refs:nLowerDist (Results 1 – 3 of 3) sorted by relevance
221 …const sal_Int32 nLowerDist(((const SdrTextLowerDistItem&)GetItem(SDRATTR_TEXT_LOWERDIST)).GetValue… in ItemChange() local226 SetObjectItemDirect(SdrTextLowerDistItem(nLowerDist + nDifference)); in ItemChange()
6410 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local6532 (sal_uInt32)GetAttrib( PPT_ParaAttr_LowerDist, nLowerDist, nDestinationInstance ) ) != 0; in ApplyTo()6533 if ( ( nUpperDist > 0 ) || ( nLowerDist > 0 ) ) in ApplyTo()6540 if ( ((sal_Int16)nLowerDist) > 0 ) in ApplyTo()6541 nLowerDist = - (sal_Int16)( ( nFontHeight * nLowerDist * 100 ) / 1000 ); in ApplyTo()6556 nVal2 = (sal_Int16)nLowerDist; in ApplyTo()6562 aULSpaceItem.SetPropLower( (sal_uInt16)nLowerDist == 100 ? 101 : (sal_uInt16)nLowerDist ); in ApplyTo()7652 …const sal_Int32 nLowerDist(((const SdrTextLowerDistItem&)pObj->GetMergedItem(SDRATTR_TEXT_LOWERDIS… in ApplyCellAttributes() local7660 xPropSet->setPropertyValue( sBottomBorder, Any( nLowerDist ) ); in ApplyCellAttributes()
805 long nLowerDist=GetTextLowerDistance(); in TakeTextAnchorRect() local815 aAnkRect.Bottom()-=nLowerDist; in TakeTextAnchorRect()
Completed in 55 milliseconds