Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx603 sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 91440L); in ProcessObj() local
608 ScaleEmu( nTextLeft ); in ProcessObj()
652 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
657 nTextLeft = nOldTextBottom; in ProcessObj()
669 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
674 nTextLeft = nOldTextTop; in ProcessObj()
695 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
747 aSet.Put( SdrTextLeftDistItem( nTextLeft ) ); in ProcessObj()
751 pImpRec->nDxTextLeft = nTextLeft; in ProcessObj()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1442 …sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 25 * 3600 ) / 360; // 0.25 cm (em… in ApplyCustomShapeTextAttributes() local
1562 rSet.Put( SdrTextLeftDistItem( nTextLeft ) ); in ApplyCustomShapeTextAttributes()
5203 sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 91440L); in ProcessObj() local
5208 ScaleEmu( nTextLeft ); in ProcessObj()
5252 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
5257 nTextLeft = nOldTextBottom; in ProcessObj()
5269 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
5274 nTextLeft = nOldTextTop; in ProcessObj()
5292 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
5347 aSet.Put( SdrTextLeftDistItem( nTextLeft ) ); in ProcessObj()
[all …]
H A Dsvdfppt.cxx945 … sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 25 * 3600 ); // 0.25 cm (emu) in ProcessObj() local
949 ScaleEmu( nTextLeft ); in ProcessObj()
1018 nMinFrameWidth = rTextRect.GetWidth() - ( nTextLeft + nTextRight ); in ProcessObj()
1213 pTObj->SetMergedItem( SdrTextLeftDistItem( nTextLeft ) ); in ProcessObj()
1240 aTextSize.Width() += nTextLeft + nTextRight; in ProcessObj()
1251 aTextSize.Width() += nTextLeft + nTextRight; in ProcessObj()