Home
last modified time | relevance | path

Searched refs:nStrikeout (Results 1 – 2 of 2) sorted by path

/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx410 sal_Int16 nStrikeout = (sal_Int16)rCrossedOutItem.GetStrikeout(); in translateItemsToProperties() local
411 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_STRIKEOUT,makeAny(nStrikeout)); in translateItemsToProperties()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx844 sal_Int16 nCharSet, nFamily, nPitch, nAlign, nWeight, nUnderline, nStrikeout; in ImplConvertFromSVM1() local
854 rIStm >> nCharSet >> nFamily >> nPitch >> nAlign >> nWeight >> nUnderline >> nStrikeout; in ImplConvertFromSVM1()
865 aFont.SetStrikeout( (FontStrikeout) nStrikeout ); in ImplConvertFromSVM1()
1304 sal_uInt32 nStrikeout; in ImplConvertFromSVM1() local
1308 rIStm >> aStartPt >> nWidth >> nStrikeout >> nUnderline >> nFollowingActionCount; in ImplConvertFromSVM1()
1311 (FontStrikeout) nStrikeout, in ImplConvertFromSVM1()

Completed in 21 milliseconds