Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1445 sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 25 * 3600 ) / 360; // 0.25 cm (emu) in ApplyCustomShapeTextAttributes() local
1565 rSet.Put( SdrTextLeftDistItem( nTextLeft ) ); in ApplyCustomShapeTextAttributes()
5206 sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 91440L); in ProcessObj() local
5211 ScaleEmu( nTextLeft ); in ProcessObj()
5255 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
5260 nTextLeft = nOldTextBottom; in ProcessObj()
5272 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
5277 nTextLeft = nOldTextTop; in ProcessObj()
5295 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
5350 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx604 sal_Int32 nTextLeft = GetPropertyValue( DFF_Prop_dxTextLeft, 91440L); in ProcessObj() local
609 ScaleEmu( nTextLeft ); in ProcessObj()
653 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
658 nTextLeft = nOldTextBottom; in ProcessObj()
670 sal_Int32 nOldTextLeft = nTextLeft; in ProcessObj()
675 nTextLeft = nOldTextTop; in ProcessObj()
696 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
748 aSet.Put( SdrTextLeftDistItem( nTextLeft ) ); in ProcessObj()
752 pImpRec->nDxTextLeft = nTextLeft; in ProcessObj()

Completed in 162 milliseconds