Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx605 sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 91440L ); in ProcessObj() local
610 ScaleEmu( nTextRight ); in ProcessObj()
654 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
659 nTextRight = nOldTextTop; in ProcessObj()
671 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
676 nTextRight = nOldTextBottom; in ProcessObj()
696 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
749 aSet.Put( SdrTextRightDistItem( nTextRight ) ); in ProcessObj()
754 pImpRec->nDxTextRight = nTextRight; in ProcessObj()
/trunk/main/filter/source/msfilter/
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()
H A Dmsdffimp.cxx1446 sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 25 * 3600 ) / 360; // 0.25 cm (emu) in ApplyCustomShapeTextAttributes() local
1566 rSet.Put( SdrTextRightDistItem( nTextRight ) ); in ApplyCustomShapeTextAttributes()
5207 sal_Int32 nTextRight = GetPropertyValue( DFF_Prop_dxTextRight, 91440L ); in ProcessObj() local
5212 ScaleEmu( nTextRight ); in ProcessObj()
5256 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
5261 nTextRight = nOldTextTop; in ProcessObj()
5273 sal_Int32 nOldTextRight = nTextRight; in ProcessObj()
5278 nTextRight = nOldTextBottom; in ProcessObj()
5295 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
5351 aSet.Put( SdrTextRightDistItem( nTextRight ) ); in ProcessObj()
[all …]

Completed in 141 milliseconds