Searched refs:nStrikeout (Results 1 – 2 of 2) sorted by relevance
844 sal_Int16 nCharSet, nFamily, nPitch, nAlign, nWeight, nUnderline, nStrikeout; in ImplConvertFromSVM1() local854 rIStm >> nCharSet >> nFamily >> nPitch >> nAlign >> nWeight >> nUnderline >> nStrikeout; in ImplConvertFromSVM1()865 aFont.SetStrikeout( (FontStrikeout) nStrikeout ); in ImplConvertFromSVM1()1304 sal_uInt32 nStrikeout; in ImplConvertFromSVM1() local1308 rIStm >> aStartPt >> nWidth >> nStrikeout >> nUnderline >> nFollowingActionCount; in ImplConvertFromSVM1()1311 (FontStrikeout) nStrikeout, in ImplConvertFromSVM1()
410 sal_Int16 nStrikeout = (sal_Int16)rCrossedOutItem.GetStrikeout(); in translateItemsToProperties() local411 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_STRIKEOUT,makeAny(nStrikeout)); in translateItemsToProperties()
Completed in 53 milliseconds