Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx4163 sal_uInt16 nUpperDist = 0; in PPTParaSheet() local
4177 nUpperDist = 0x14; in PPTParaSheet()
4181 nUpperDist = 0x1e; in PPTParaSheet()
4200 maParaLevel[ i ].mnUpperDist = nUpperDist; in PPTParaSheet()
6411 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local
6534 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 …]
/aoo41x/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()
/aoo41x/main/svx/source/svdraw/
H A Dsvdotext.cxx804 long nUpperDist=GetTextUpperDistance(); in TakeTextAnchorRect() local
813 aAnkRect.Top()+=nUpperDist; in TakeTextAnchorRect()

Completed in 145 milliseconds