Searched refs:nUpperDist (Results 1 – 4 of 4) sorted by relevance
220 …const sal_Int32 nUpperDist(((const SdrTextUpperDistItem&)GetItem(SDRATTR_TEXT_UPPERDIST)).GetValue… in ItemChange() local225 SetObjectItemDirect(SdrTextUpperDistItem(nUpperDist + nDifference)); in ItemChange()
4162 sal_uInt16 nUpperDist = 0; in PPTParaSheet() local4176 nUpperDist = 0x14; in PPTParaSheet()4180 nUpperDist = 0x1e; in PPTParaSheet()4199 maParaLevel[ i ].mnUpperDist = nUpperDist; in PPTParaSheet()6410 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local6533 if ( ( nUpperDist > 0 ) || ( nLowerDist > 0 ) ) in ApplyTo()6538 if ( ((sal_Int16)nUpperDist) > 0 ) in ApplyTo()6539 nUpperDist = - (sal_Int16)( ( nFontHeight * nUpperDist * 100 ) / 1000 ); in ApplyTo()6548 nVal2 = (sal_Int16)nUpperDist; in ApplyTo()6554 aULSpaceItem.SetPropUpper( (sal_uInt16)nUpperDist == 100 ? 101 : (sal_uInt16)nUpperDist ); in ApplyTo()[all …]
2093 sal_uInt16 nUpperDist = 0; in PPTExParaSheet() local2112 nUpperDist = 0x14; in PPTExParaSheet()2116 nUpperDist = 0x1e; in PPTExParaSheet()2170 rLev.mnUpperDist = nUpperDist; in PPTExParaSheet()
804 long nUpperDist=GetTextUpperDistance(); in TakeTextAnchorRect() local813 aAnkRect.Top()+=nUpperDist; in TakeTextAnchorRect()
Completed in 74 milliseconds