Home
last modified time | relevance | path

Searched refs:nTextBottom (Results 1 – 3 of 3) sorted by last modified time

/trunk/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()
/trunk/main/filter/source/msfilter/
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()
H A Dmsdffimp.cxx1448 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 13 * 3600 ) /360; // 0.13 cm (emu) in ApplyCustomShapeTextAttributes() local
1568 rSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ApplyCustomShapeTextAttributes()
5209 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 45720L ); in ProcessObj() local
5214 ScaleEmu( nTextBottom ); in ProcessObj()
5258 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
5263 nTextBottom = nOldTextRight; in ProcessObj()
5275 sal_Int32 nOldTextBottom = nTextBottom; in ProcessObj()
5280 nTextBottom = nOldTextLeft; in ProcessObj()
5294 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
5353 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
[all …]

Completed in 125 milliseconds