Home
last modified time | relevance | path

Searched refs:nTextBottom (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx606 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 45720L ); in ProcessObj() local
611 ScaleEmu( nTextBottom ); in ProcessObj()
655 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
660 nTextBottom = nOldTextRight; in ProcessObj()
672 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
677 nTextBottom = nOldTextLeft; in ProcessObj()
694 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
750 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
754 pImpRec->nDyTextBottom = nTextBottom; in ProcessObj()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1445 …sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 13 * 3600 ) /360; // 0.13 cm (em… in ApplyCustomShapeTextAttributes() local
1565 rSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ApplyCustomShapeTextAttributes()
5206 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 45720L ); in ProcessObj() local
5211 ScaleEmu( nTextBottom ); in ProcessObj()
5255 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
5260 nTextBottom = nOldTextRight; in ProcessObj()
5272 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
5277 nTextBottom = nOldTextLeft; in ProcessObj()
5291 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
5350 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
[all …]
H A Dsvdfppt.cxx948 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 13 * 3600 ); in ProcessObj() local
952 ScaleEmu( nTextBottom ); in ProcessObj()
1074 nMinFrameHeight = rTextRect.GetHeight() - ( nTextTop + nTextBottom ); in ProcessObj()
1216 pTObj->SetMergedItem( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
1241 aTextSize.Height() += nTextTop + nTextBottom; in ProcessObj()
1252 aTextSize.Height() += nTextTop + nTextBottom; in ProcessObj()