Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx605 sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 45720L ); in ProcessObj() local
610 ScaleEmu( nTextTop ); in ProcessObj()
654 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
659 nTextTop = nOldTextLeft; in ProcessObj()
671 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
676 nTextTop = nOldTextRight; in ProcessObj()
694 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
749 aSet.Put( SdrTextUpperDistItem( nTextTop ) ); in ProcessObj()
752 pImpRec->nDyTextTop = nTextTop; in ProcessObj()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1444 …sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 13 * 3600 ) / 360; // 0.13 cm (em… in ApplyCustomShapeTextAttributes() local
1564 rSet.Put( SdrTextUpperDistItem( nTextTop ) ); in ApplyCustomShapeTextAttributes()
5205 sal_Int32 nTextTop = GetPropertyValue( DFF_Prop_dyTextTop, 45720L ); in ProcessObj() local
5210 ScaleEmu( nTextTop ); in ProcessObj()
5254 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
5259 nTextTop = nOldTextLeft; in ProcessObj()
5271 sal_Int32 nOldTextTop = nTextTop; in ProcessObj()
5276 nTextTop = nOldTextRight; in ProcessObj()
5291 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
5349 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()