Home
last modified time | relevance | path

Searched refs:nLowerDist (Results 1 – 3 of 3) sorted by path

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6410 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local
6532 (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() local
7660 xPropSet->setPropertyValue( sBottomBorder, Any( nLowerDist ) ); in ApplyCellAttributes()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx221 …const sal_Int32 nLowerDist(((const SdrTextLowerDistItem&)GetItem(SDRATTR_TEXT_LOWERDIST)).GetValue… in ItemChange() local
226 SetObjectItemDirect(SdrTextLowerDistItem(nLowerDist + nDifference)); in ItemChange()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx805 long nLowerDist=GetTextLowerDistance(); in TakeTextAnchorRect() local
815 aAnkRect.Bottom()-=nLowerDist; in TakeTextAnchorRect()

Completed in 67 milliseconds