Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx604 sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 91440L ); in ProcessObj() local
609 ScaleEmu( nTextRight ); in ProcessObj()
653 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
658 nTextRight = nOldTextTop; in ProcessObj()
670 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
675 nTextRight = nOldTextBottom; in ProcessObj()
695 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
748 aSet.Put( SdrTextRightDistItem( nTextRight ) ); in ProcessObj()
753 pImpRec->nDxTextRight = nTextRight; in ProcessObj()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1443 …sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 25 * 3600 ) / 360; // 0.25 cm (em… in ApplyCustomShapeTextAttributes() local
1563 rSet.Put( SdrTextRightDistItem( nTextRight ) ); in ApplyCustomShapeTextAttributes()
5204 sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 91440L ); in ProcessObj() local
5209 ScaleEmu( nTextRight ); in ProcessObj()
5253 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
5258 nTextRight = nOldTextTop; in ProcessObj()
5270 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
5275 nTextRight = nOldTextBottom; in ProcessObj()
5292 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
5348 aSet.Put( SdrTextRightDistItem( nTextRight ) ); in ProcessObj()
[all …]
H A Dsvdfppt.cxx946 … sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 25 * 3600 ); // 0.25 cm (emu) in ProcessObj() local
950 ScaleEmu( nTextRight ); in ProcessObj()
1018 nMinFrameWidth = rTextRect.GetWidth() - ( nTextLeft + nTextRight ); in ProcessObj()
1214 pTObj->SetMergedItem( SdrTextRightDistItem( nTextRight ) ); in ProcessObj()
1240 aTextSize.Width() += nTextLeft + nTextRight; in ProcessObj()
1251 aTextSize.Width() += nTextLeft + nTextRight; in ProcessObj()