Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx607 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 45720L ); in ProcessObj() local
612 ScaleEmu( nTextBottom ); in ProcessObj()
656 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
661 nTextBottom = nOldTextRight; in ProcessObj()
673 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
678 nTextBottom = nOldTextLeft; in ProcessObj()
695 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
751 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
755 pImpRec->nDyTextBottom = nTextBottom; in ProcessObj()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1448 …sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 13 * 3600 ) /360; // 0.13 cm (em… in ApplyCustomShapeTextAttributes() local
1568 rSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ApplyCustomShapeTextAttributes()
5196 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 45720L ); in ProcessObj() local
5201 ScaleEmu( nTextBottom ); in ProcessObj()
5245 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
5250 nTextBottom = nOldTextRight; in ProcessObj()
5262 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
5267 nTextBottom = nOldTextLeft; in ProcessObj()
5281 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
5340 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()