Home
last modified time | relevance | path

Searched refs:nTextTop (Results 1 – 3 of 3) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1447 sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 13 * 3600 ) / 360; // 0.13 cm (emu) in ApplyCustomShapeTextAttributes() local
1567 rSet.Put( SdrTextUpperDistItem( nTextTop ) ); in ApplyCustomShapeTextAttributes()
5208 sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 45720L ); in ProcessObj() local
5213 ScaleEmu( nTextTop ); in ProcessObj()
5257 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
5262 nTextTop = nOldTextLeft; in ProcessObj()
5274 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
5279 nTextTop = nOldTextRight; in ProcessObj()
5294 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
5352 aSet.Put( SdrTextUpperDistItem( nTextTop ) ); in ProcessObj()
[all …]
H A Dsvdfppt.cxx947 sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 13 * 3600 ); // 0.13 cm (emu) in ProcessObj() local
951 ScaleEmu( nTextTop ); in ProcessObj()
1074 nMinFrameHeight = rTextRect.GetHeight() - ( nTextTop + nTextBottom ); in ProcessObj()
1215 pTObj->SetMergedItem( SdrTextUpperDistItem( nTextTop ) ); in ProcessObj()
1241 aTextSize.Height() += nTextTop + nTextBottom; in ProcessObj()
1252 aTextSize.Height() += nTextTop + nTextBottom; in ProcessObj()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx606 sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 45720L ); in ProcessObj() local
611 ScaleEmu( nTextTop ); in ProcessObj()
655 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
660 nTextTop = nOldTextLeft; in ProcessObj()
672 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
677 nTextTop = nOldTextRight; in ProcessObj()
695 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
750 aSet.Put( SdrTextUpperDistItem( nTextTop ) ); in ProcessObj()
753 pImpRec->nDyTextTop = nTextTop; in ProcessObj()

Completed in 107 milliseconds