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()
4163 sal_uInt16 nUpperDist = 0; in PPTParaSheet() local4177 nUpperDist = 0x14; in PPTParaSheet()4181 nUpperDist = 0x1e; in PPTParaSheet()4200 maParaLevel[ i ].mnUpperDist = nUpperDist; in PPTParaSheet()6411 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local6534 if ( ( nUpperDist > 0 ) || ( nLowerDist > 0 ) ) in ApplyTo()6539 if ( ((sal_Int16)nUpperDist) > 0 ) in ApplyTo()6540 nUpperDist = - (sal_Int16)( ( nFontHeight * nUpperDist * 100 ) / 1000 ); in ApplyTo()6549 nVal2 = (sal_Int16)nUpperDist; in ApplyTo()6555 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 112 milliseconds