Home
last modified time | relevance | path

Searched refs:nUpperDist (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx220 …const sal_Int32 nUpperDist(((const SdrTextUpperDistItem&)GetItem(SDRATTR_TEXT_UPPERDIST)).GetValue… in ItemChange() local
225 SetObjectItemDirect(SdrTextUpperDistItem(nUpperDist + nDifference)); in ItemChange()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4162 sal_uInt16 nUpperDist = 0; in PPTParaSheet() local
4176 nUpperDist = 0x14; in PPTParaSheet()
4180 nUpperDist = 0x1e; in PPTParaSheet()
4199 maParaLevel[ i ].mnUpperDist = nUpperDist; in PPTParaSheet()
6410 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local
6533 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 …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2093 sal_uInt16 nUpperDist = 0; in PPTExParaSheet() local
2112 nUpperDist = 0x14; in PPTExParaSheet()
2116 nUpperDist = 0x1e; in PPTExParaSheet()
2170 rLev.mnUpperDist = nUpperDist; in PPTExParaSheet()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx804 long nUpperDist=GetTextUpperDistance(); in TakeTextAnchorRect() local
813 aAnkRect.Top()+=nUpperDist; in TakeTextAnchorRect()

Completed in 88 milliseconds