Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6569 sal_uInt32 i, nDefaultTab, nTab, nTextOfs2 = 0; in ApplyTo() local
6571 GetAttrib( PPT_ParaAttr_TextOfs, nTextOfs2, nDestinationInstance ); in ApplyTo()
6579 sal_uInt32 nParaOffset = Min( nTextOfs2, nTab ); in ApplyTo()
6592 aTabItem.Insert( SvxTabStop( ( ( (long( nTab - nTextOfs2 )) * 2540 ) / 576 ), eTabAdjust ) ); in ApplyTo()
6600 nTab = ( nTextOfs2 > nLatestManTab ) ? nTextOfs2 : nLatestManTab; in ApplyTo()
6605 aTabItem.Insert( SvxTabStop( (sal_uInt16)( ( ( nTab - nTextOfs2 ) * 2540 ) / 576 ) ) ); in ApplyTo()

Completed in 39 milliseconds