Searched refs:nTextOfs2 (Results 1 – 1 of 1) sorted by relevance
6558 sal_uInt32 i, nDefaultTab, nTab, nTextOfs2 = 0; in ApplyTo() local6560 GetAttrib( PPT_ParaAttr_TextOfs, nTextOfs2, nDestinationInstance ); in ApplyTo()6568 sal_uInt32 nParaOffset = Min( nTextOfs2, nTab ); in ApplyTo()6581 aTabItem.Insert( SvxTabStop( ( ( (long( nTab - nTextOfs2 )) * 2540 ) / 576 ), eTabAdjust ) ); in ApplyTo()6589 nTab = ( nTextOfs2 > nLatestManTab ) ? nTextOfs2 : nLatestManTab; in ApplyTo()6594 aTabItem.Insert( SvxTabStop( (sal_uInt16)( ( ( nTab - nTextOfs2 ) * 2540 ) / 576 ) ) ); in ApplyTo()
Completed in 45 milliseconds